@charset "utf-8";
/* CSS Document by Oscar Carbajo*/
html {
	background-color:#1b5a09;
}
body {
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../img/bg_blanco.jpg) repeat;
	color:#333;
	font-size:14px;
	text-align:justify;
	
	line-height:23px;
}
body p {
	text-indent:15px;	
}

#contenido {
	margin:0px auto;
	width:960px;
}
a {
	text-decoration:none;
	color:#990000;
}
a:hover{font-weight:normal;}
a img {
	border:0px;
}
h1 {
	margin:0px;
	padding:0px;
}
h2 {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	margin:0px;
	padding:0px;
	width:850px;
	border-bottom:1px #666 dashed;
	padding-bottom:10px;
}
h4 {
	margin:0px;
	padding:0px;
}
/* CABECERA */
.cabecera {
	background:url(../img/cabecera2.jpg) no-repeat;
	height:243px;
	width:960px;
}
.menu {
	height:51px;
	width:960px;
	margin:0;
	padding:0px;
	text-indent:0px;
}

/* CUERPO GNRAL. */

.cuerpo {
	background:url(../img/bg_cuerpo.jpg) repeat-y;
	width:900px;
	padding:30px 10px 26px 45px;
}
.cuerpo .detalle {
	width:860px;
}
/* GALERIA */

.bg_imagen {
	background:url(../img/marco_foto.png) no-repeat;
	width:201px;
	height:150px;
	padding-top: 11px;
	overflow: hidden;
}
.imagen_galeria {
	width: 176px;
	height: 91px;
	overflow:hidden;
	padding-left: 11px;
}

.titulo_imagen {
	width:201px;
	text-align:center;
	padding-top: 5px;
	font-size:10px;
	line-height:13px;
	padding-top:10px;
}
#galeria { margin-left: 32px; }

/* NOTICIAS */

#noticias {
}
#noticias .elemento {
	float:left;
	background:url(../img/marco_foto.png) no-repeat;
	width:201px;
	height:125px;
	padding-top:11px;
	overflow:hidden;
}
#noticias .elemento img {
	margin-left:11px;
}
#noticias .elemento .titulo {
	margin-bottom:10px;
}
#noticias h2 {
	border-bottom: 1px #666 dashed;
	width:850px;
}
#noticias .texto {
	margin-left:10px;
	width:620px;
	float:left;
}
#noticias h3 {
	border-bottom:none;
	padding-bottom:0px;
	padding-top:8px;
	color:#768A0D;
}
#paginador {
	width:850px;
	margin-top:10px;
	border-top:1px #666 dashed;
	padding-top:5px;
}
#paginador .selected {
	color:#900;
	font-weight:bold;
}

/*PIE*/

#pie {
	background:url(../img/bg_pie.jpg) repeat-x bottom;
	height:200px;
}
#pie .imagen {
	margin:0px auto;
	background:url(../img/pie1.jpg) no-repeat top;
	height:200px;
	width:960px;
}

/* PAGINADOR */
.paginador_catalogo {
	list-style:none;
	margin:0px;
	padding:20px;
}
.paginador_catalogo li {
	float:left;
	margin: 5px;
	line-height:20px;
	text-align:center;
}
.li_selected {
	color: #9d0303;
	font-weight: bold;
}
.paginador_catalogo li a {
}


