@charset "UTF-8";
/* CSS Document */

body  {
	background: #ffffff; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.twoColFixLtHdr #container {
	width: 780px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
	background: #FFFFFF; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 1px solid #B08E68;
	text-align: left;
	background-color: #EBE2C2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 

.twoColFixLtHdr #header {
} 

.twoColFixLtHdr #sidebar1 {
	width: 160px;
	left: 0px;
}

.twoColFixLtHdr #mainContent {
} 
.twoColFixLtHdr #footer {
}
.twoColFixLtHdr #footer p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding: 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
	color: #671618;
	text-align: center;
	font-size: 13px;
	font-style: italic;
}

.fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */

	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

}
h1, h2, h3, h4, h5, h6  {
	text-transform: uppercase;
	color: #671618;
	margin: 0px;
	font-weight: bold;
}
p   {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	font-size: 13px;
}
table {
	font-size: 13px;
}
h1 {
	font-size: 16px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #671618;
}
h2 {
	font-size: 14px;
	font-weight: normal;
}
a, a:link, a:visited, a:active {
	color: #671618;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 13px;
	margin-top: 0.5em;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	margin-top: 0.5em;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
.listado tr:hover {
	color: #790E11;
	background-color: #FFFADA;
}
.fotoPrincipal {
	margin-top: 5px;
	margin-bottom: 5px;
}
.fotoIzquierda, .fotoIzquierdaS {
	border: 5px solid #FFFFFF;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
.textosFicha {
	float: right;
	width: 335px;
}
.textosFicha2 {
	float: right;
	width: 285px;
}
.fotoIzquierda {
	margin-bottom: 10px;
}
.fotoIzquierdaS {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.fotogaleria {
	border: 5px solid #FFFFFF;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.paginas {
	text-align: center;
	vertical-align: bottom;
}
.paginas img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.pdf {
	vertical-align: super;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

