/* CSS Document */

body {
	background-color: #b2171f;
}
/*b9af9a color viejo body*/
/* Capas de la web */

img {
border:0px;
}

#content {
	width: 760px;
	background-color: #FFFFFF;
	
}

#cabezal {
	float: left;
	height: 92px;
	width: 760px;
}

#img_central {
	float: left;
	width: 760px;
}

#divide_1 {
	width: 760px;
	float:left;
	height: 20px;
	line-height: 20px;
	text-align: right;	
}

#centro_pag {
	width: 760px;
	
	float:left;
			
}

#cuerpo {
	width: 740px;
	
}

#sec_izq {
	background-color: #FFFFFF;
	float: left;
	width: 200px;
}

#bucle {
	width: 185px;
	float:left;
}

.boton {
	width: 185px;
/*	height: 21px;*/
	float:left;
	margin-bottom:1px;
		
}

.sub_boton {
	width: 185px;
/*	height: 20px;*/
	float:left;
	margin-bottom:1px;
		
}



#sec_der {
	float: left;
	width: 540px;

}

#contenidos_pag {
	float: left;
	width: 523px;
	text-align: justify;
}



#bloque_central {
/* background-color: #fdf7ea;*/
 float: left;
 width: 325px;
 border-right-width: 1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-left-style: solid;
 border-right-color: #FFFFFF;
 border-left-color: #FFFFFF;
}

#solapas_tit {
	width: 325px;
	text-align: left;
	float:left;
		
}

#solapas_der {
	width: 202px;
	text-align: left;
	
		
}


#fecha {
	width: 95%;
	margin-left: 2px;
	height: 20px;
}

#contenedores {
	width: 95%;
	margin-left: 2px;
	text-align: left;
	
}

#novedades {
	width: 95%;
	margin-left: 2px;
	text-align: left;
	height: 18px;
	line-height: 18px;
	float:left;
}


#contenedores_listas {
	width: 95%;
	margin-left: 2px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b9af9a;	
}

#divide {
	width: 95%;
	margin-left: 2px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 15px;
}

#bloque_derecha {
	width: 213px;
	float:left;
}

#contenedor_foto {
	width: 95%;
	margin-left: 2px;
	text-align: left;
	height: 75px;	
}

#foto_peirano {
	float: left;
	width: 80px;
	text-align: left;
}

#pie {
	width: 760px;
	
}

#linea {
	height: 10px;
	width: 720px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b9af9a;
	float: left;
	margin-left: 5px;
}

/* clases */

.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #333333;
	text-align: left;
}

.titulo_not_des {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.texto_copete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.copete_dentro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #796C53;
	font-weight: bold;
}

.link_not {
	font-size: 14px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: bold;	
	
}
.link_not:hover {
	
	TEXT-DECORATION: underline
	
}

.link_nov {
	font-size: 11px;
	color: #645944;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: bold;	
	
}
.link_nov:hover {
	
	TEXT-DECORATION: underline
	
}

.link {
	font-size: 11px;
	color: #645944;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	
	
}
.link:hover {
	
	TEXT-DECORATION: underline
	
}


.tapon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fdf7ea;
}

.bold {
	font-weight: bold;
}

.tapon_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#listas {
	list-style-position: outside;
	list-style-image: url(../img/icono.png);
	margin:1;
	padding:2;
	margin-top: 0px;
}

#listas li {
	text-align: left;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	margin-top: 0px;
	line-height: 20px;
}

.justificar {
	text-align: justify;
}