/* CSS Document */

/* RESET */ 

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	/*border-collapse:collapse;
	border-spacing:0;*/
}
fieldset,img, abbr, acronym {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	
	list-style:none;
}
caption,th {
	text-align:left;
}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-size:100%;
	font-weight:normal;
}
a { outline:none; }

/* FIN DE RESET */

/* ESTILOS GENERICOS */

body {
	background:url(../imagenes/trama.jpg);
	color: #FFF;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
a{color:#370A0A}
p {
	margin:20px;
	margin-top:10px;
	line-height: 15px;
	text-align: justify;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

hr { display:none; size:1px; }

.contenedor{
	float:left;
	background:#d6c89c;
	margin:auto;
	margin-top:44px;
	width:100%;
	height:548px;
}

.contenido{
	width:1004px;
	background:#d6c89c url(../imagenes/caballo.jpg) 31px 11px no-repeat;
	height:548px;
	margin:auto;
}

	.contenido ul{
		margin:0px;		
		text-align:center;
		margin:0px 0px 0px 230px;
		padding:0px 0px 5px 0px;
		width:690px;
		border-bottom:1px #370A0A solid;		
	}
	
	.contenido ul li{
		display:inline;
		padding:0px 0px 0px 0px;
		margin:0px 15px 5px 15px;
	}
	
	.contenido ul li a:hover{
		text-decoration:none;
		border-top:1px #370A0A solid;
	}
	
h1{
	float:right;
	background:url(../imagenes/cabecera.jpg) no-repeat; 
	text-indent:-9999px;
	height:108px;
	width:765px;
	
}

.textos{
	background: #5c2a1b;
	margin:13px 0px 0px 59px;
	width:420px;
	height:336px;
	float:left;
}
.textos .caja_texto{
	width:420px;
	height:265px;
	float:left;
	overflow:auto;
}

.textos h4{
	background: #5c2a1b url(../imagenes/pestana.jpg) top right no-repeat;
	height:54px;
	padding:10px 10px 0px 0px;
	text-align:right;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:2.7em;
	font-style:italic;
	font-weight:bold;	
}

.textos h5{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:2em;
	font-style:italic;
	font-weight:bold;
	margin:0px 20px 0px 20px;
}

.textos a{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

.fotos{
	border: #5c2a1b 1px solid;
	margin:13px 84px 0px 0px;
	width:418px;
	height:334px;
	float:right;
	overflow:hidden;
}

.pie{
	width:100%;
	margin:auto;
	margin-top:15px;
	padding-top:10px;
	border-top:1px solid #370A0A;
	text-align:center;
	float:left;
	color:#370A0A;
}