@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/fondo.jpg);
	font-size: 0.8em;
}
p{
	text-indent: 2em;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #84522A;
	text-align: center;
	padding-top: 4px;
}
h2 {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #5F490F;
	padding-bottom: 5px;
	font-style: italic;
}

h3 {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 4px;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
ul {
	list-style-type: square;
	font-family: Verdana, Geneva, sans-serif;
	list-style-position: inside;
}
img {
	border: none;
}
a, a:visited  {
	text-decoration: none;
	font-size: 0.9em;
	color: #00F;
}
a:hover {
	text-decoration: underline;
}
#contenedor {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/* Elementos cabecera*/
#cabecera {
	height: 138px;
	width: 1000px;
	z-index: 100;
	background-image: url(images/cabecera.png);
	background-repeat: no-repeat;
}
/*#lat_izq, #lat_izq_port, #centro_izq, #centro_der, {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5F490F;
	margin-top: 6px;
}*/
/* Elementos lateral izquierdo*/
#lat_izq {
	float: left;
	width: 145px;
	padding-right: 4px;
}
#lat_izq_indice {
	float: left;
	width: 160px;
	padding-right: 4px;
	border-right-width: 1px;
	margin-top: 4px;
}
.lat_izq {
	text-align: center;
	width: 145px;
	overflow: hidden;
}
#lat_izq #buscar {
	height: 25px;
	width: 145px;
	margin-bottom: 8px;
}
#lat_izq #menu_lat {
	width: 145px;
}
#lat_izq #menu_lat ul {
	list-style-type: none;
	padding-left: 0px;
	list-style-position: outside;
}
#lat_izq #menu_lat ul li {
	line-height: 30px;
	height: 30px;
	width: 145px;
	text-indent: 0.2em;
}
#lat_izq #menu_lat ul li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image: url(images/normal.jpg);
	height: 30px;
	width: 145px;
}
#lat_izq #menu_lat ul li a:hover {
	background-image: url(images/hover.jpg);
	display: block;
	height: 30px;
	width: 145px;
	padding-left: 0px;
	color: #FF0;
}
#lat_izq #menu_lat .activo   {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #84522A;
	display: block;
	line-height: 30px;
	height: 30px;
	width: 145px;
	}
	/* Elementos lateral izquierdo portadas*/
#lat_izq_port {
	float: left;
	width: 300px;
	padding-right: 4px;
}
#lat_izq_port #buscar_port {
	height: 25px;
	width: 145px;
	margin-bottom: 8px;
}
#lat_izq_port #menu_lat_port {
	width: 300px;
}
#lat_izq_port #menu_lat_port ul {
	list-style-type: none;
	padding-left: 0px;
	list-style-position: outside;
}
#lat_izq_port #menu_lat_port ul li {
	width: 300px;
	text-indent: 0.2em;
	display: block;
	background-color: #84522A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 1.2em;
	padding-bottom: 6px;
	padding-top: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
#lat_izq_port #menu_lat_port ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image: url(images/normal.jpg);
	width: 300px;
}
#lat_izq_port #menu_lat_port ul li a:hover {
	background-image: url(images/hover.jpg);
	display: block;
	width: 300px;
	padding-left: 0px;
	color: #000000;
	background-color: #FFFF00;
}
#lat_izq_port #menu_lat_port .activo   {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #84522A;
	display: block;
	width: 300px;
	}
/* mwnu horizontal*/
#menu_hor {
	height: 25px;
	background-color: #84522A;
	width: 1000px;
}
#menu_hor ul {
	list-style-type: none;
	padding-left: 0px;
	display: inline;
	float: right;
	font-size: 0.8em;
}
#menu_hor ul li {
	line-height: 25px;
	height: 25px;
	display: block;
	float: left;
	margin-right: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 4px;
}
#menu_hor li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#menu_hor li a:hover {
	height: 30px;
	padding-left: 0px;
	color: #000000;
	background-color: #FFFF00;
}
/* Centro izquierda*/
#cuerpo_texto {
	float: left;
	width: 758px;
	background-color: #FFFFFF;
}
#titulo {
	float: left;
	width: 749px;
	padding-right: 4px;
	padding-left: 5px;
	background-color: #D9DBD6;
	padding-bottom: 12px;
}
#texto {
	float: left;
	width:749px;
	padding-right: 4px;
	padding-left: 5px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
/* Centro izquierda indice*/
#cuerpo_texto_indice {
	float: left;
	width: 565px;
}
#texto_indice {
	float: left;
	width:565px;
	padding-left: 10px;
	padding-bottom: 7px;
	margin-left: 11px;
}
.fot_port {
	height: 141px;
	width: 99px;
	float: left;
	padding-right: 14px;
	padding-top: 7px;
}
#cuerpo_texto_port {
	float: left;
	width: 350px;
	height: 560px;
	margin-left: 55px;
	border: 2px solid #84522A;
}
#titulo_port {
	float: left;
	width: 350px;
	background-color: #D9DBD6;
	padding-bottom: 12px;
}
#texto_port {
	float: left;
	width:350px;
	background-color: #FFFFFF;
	position: relative;
}
#portada {
	top:50px;
	width:300px;
	height:425px;
	z-index:12;
	position: absolute;
	left: 25px;
}
#contraportada {
	left:25px;
	top:50px;
	width:300px;
	height:425px;
	z-index:115;
	visibility: hidden;
	position: absolute;
}
#apDiv1 { /* capa de "ver la contraportada"*/
	left:125px;
	top:477px;
	width:auto;
	height:29px;
	z-index:10;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	position: absolute;
}
/* lateral derecho*/
#lat_der {
	float: right;
	width: 234px;
}
.lat_der_bordeIzq{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #84522A;
	padding-left: 4px;
}
#lat_der .LDParrafo {
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F490F;
	margin-bottom: 4px;
	padding-bottom: 6px;
}
#lat_der .pub234_60 {
	width: 234px;
	margin-bottom: 8px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F490F;
}
/*pie*/
#pie {
	clear: both;
	height: 25px;
	font-size: 0.6em;
	background-color: #84522A;
	text-align: center;
	width: 1000px;
	line-height: 25px;
	font-weight: bold;
	margin-top: 10px;
}
/* Imagenes con pie de foto*/
.imgder{
	float:right; /* un margen cualquiera */
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-bottom: 0px;
}
.imgder .pie {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
}
.imgizq .pie {
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
}
.imgizq{
	float:left; 
	margin-top: 3px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.imgizq img, .imgder img{
	margin-top: 0;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 0;
}
.pie_img_centr {
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 4px;
}
#derecha_anuncio {
	float: right;
	width: 160px;
	margin-top: 10px;
}
#derecha_anuncio_200x200 {
	float: right;
	width: 200px;
}
.derecha_anuncio_200x200 {
	float: right;
	width: 200px;
	margin-top: 10px;
}

