body {
	color: black;
	background-color: white;
	background-image: url("back.jpg");
	background-repeat:repeat-x;
	background-color:#D4CEB4;
	margin: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.95em;
}
#flashcontent {
	text-align: center;
	margin-top: 50px;
}
#leer {
	color: #004644;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
}
#content {
	width:750px;
	margin:auto;
}
h1 {
	margin-top:180px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#navigation {
	list-style:none;
}
#navigation a {
	color:#000;
	font-size:1.5em;
	font-weight:bold;
}

iframe {
  display: block;
  background-color: #fff;
  position: absolute;
  right:0;
  top: 0;
}
