*{
	margin: 0px;
	padding: 0px;
}
html{
	height: 100%;
}
body{
	height: 100%;
	font-family:"Trebuchet MS",Tahoma,Arial,Helvetica,Sans-serif;
	font-size:0.9em;
	padding: 0px;
	margin: 0px;
	background-color: #382703;
	background-image: url(../images/fondobody.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#main{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/fondocontenido.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-left: 1px solid Yellow; 
	border-right: 1px solid Yellow; 
	min-height: 740px;
	*height:740px;
}
#main .tituloprincipal h1{
	position:	absolute;
	font-size: 0.8em;
	font-weight: normal;
	margin-left:400px;
	width: 300px;
	text-align: right;
	margin-top: 480px;
	color: #593600;
	font-style: italic;
}
#cabecera{
	width: 770px;
	background-image: url(../images/fondocabecera.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 141px;
		float: left;
}
#cabecera img{
	margin-left: 50px;
	border: 0px;
}
#menu{
	width: 720px;
	height: 45px;
	background-image:  url(../images/fondomenu.jpg);
	background-repeat: repeat-x;
	float: left;
	padding-left: 50px;
	border-top: 1px solid #FEF5E3;
}
#menu ul{
	display: block;
	list-style: none;
	margin-left: 0px;
	margin-top: 12px;
}
#menu ul li{
	display: block;
	float: left;
	padding-right: 6px;
	margin-left: 6px;
	border-right: 1px solid #FEF5E3;	
}
#menu ul li a{
	color: #3935CA;
	text-decoration: none;
}
#menu ul li a:hover{
	color: #F5DC68;
	text-decoration: underline;
}
#contenido{
	width: 670px;
	padding-right: 50px;
	padding-left: 50px;
	float: left;
	min-height: 300px;
	background-image: url(../images/fondotextos.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#textos{
	color: #382703;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	float: left;
}
#textos h2{
	margin-top: 10px;
	font-size: 1.3em;
	color: #3733C8;
	margin-bottom: 10px;
}
#banner1{
	margin-top: 20px;
	background-color: #937D00;
	width: 310px;
	height: 100px;
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	border: 4px solid #FED274;
	min-height: 100px;
}
#banner1 img{
	position: absolute;
	border: 0px;
}
#banner1 h3{
	position: absolute;
}
#banner2{
	margin-top: 20px;
	background-color: #372F00;
		width: 315px;
	height: 100px;
			float:left;
		border: 4px solid #FED274;
		min-height: 100px;
		
}
#banner2 img{
	position: absolute;
	border: 0px;
}
#banner2 h3{
	position: absolute;
}
#fotos{
	margin-right: -20px;
	*margin-right: -10px;
	margin-top: -10px;
	width: 389px;
	height: 350px;
	float: right;
	background-image: url(../images/fondofotos.jpg);
	background-repeat: no-repeat;
}
#fotos img{
	margin-left: 24px;
	margin-top: 18px;
}
#bajo{
	width: 770px;
	float: left;
	text-align: center;
	font-size: 0.7em;
	margin-top: 10px;
	margin-bottom: 3px;
}
#info{
	font-size: 1em;
	text-align: right;
	position: absolute;
	margin-left: 430px;
	margin-top: 0px;
}
#imagenesderecha{
	float: right;
	width: 150px;
	margin-left: 30px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px dotted #EBD213;
}
#imagenesderecha img{
	background-color: #FDF5E6;
	border: 1px solid #CCCCCC;
	margin: 4px 4px 4px 4px;
	padding: 4px 4px 4px 4px;
	color: White;
	cursor: pointer;
}
.thumbs{
	background-color: #FDF5E6;
	border: 1px solid #CCCCCC;
	margin: 4px 4px 4px 4px;
	padding: 4px 4px 4px 4px;
	color: White;
	cursor: pointer;
}