@charset "utf-8";

/* CSS Document */



html {
	background-color: #fdf8ed;
	background-image:url(imagenes/background_mancha.png);
	background-repeat:no-repeat;
}



body {
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#wrapper {
	width: 901px;
	margin: 0 auto 0 auto;
	margin-top: 25px;
}

/* Cabecero*/

div#cabecero {
	width: 901px;
	height: 161px;
	background-image: url(imagenes/banner.png);
	background-repeat:no-repeat;
	background-color: #658fd4;
}



div#menu {
	width: 901px;
	background-color:#FFF;
}



div#caja_verde {
	width: 901px;
	height: 10px;
	background-color: #658fd4;
}

	



/*Cuerpo General*/

div#cuerpo {
	width: 899px;
	border-right: 1px dashed #999;
	border-left: 1px dashed #999;
	background-color: #fff;

}

/*Cuerpo izquierdo*/

div#cuerpo_fotos {
	width: 701px;
	height: 549px;
	margin-top: 20px;
	float:left;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight:bold;
}

/*Primera linea de fotos*/

div#linea_1{
	width:701px;
	height:142px;
	background-color: #658fd4;
}

div#foto_1 {
	width: 201px;
	float:left;
	margin-left: 25px;
}

div#foto_2 {
	width: 201px;
	float:left;
	margin-left: 25px;
}

div#foto_3 {
	width: 201px;
	float:left;
	margin-left: 25px;
}

div#linea_1_texto{
	clear:both;
	background-color:#FFF;
	height:21px;
	padding-top:5px;
}

div#linea_1_texto_a{
	float:left;
	width: 201px;
	margin-left:25px;
}

div#linea_1_texto_b{
	float:left;
	width: 201px;
	margin-left:25px;
}

div#linea_1_texto_c{
	float:left;
	width: 201px;
	margin-left:25px;
}

/*segunda linea de fotos*/

div#linea_2{
	margin-top:53px;
	width:701px;
	height:142px;
	background-color: #658fd4;
}

div#foto_4 {
	width: 201px;
	float:left;
	margin-left: 25px;
}

div#foto_5 {
	width: 201px;
	float:left;
	margin-left: 25px;
}

div#foto_6 {
	width: 201px;
	float:left;
	margin-left: 25px;
}

div#linea_2_texto{
	clear:both;
	background-color:#FFF;
	height:21px;
	padding-top:5px;
}

div#linea_2_texto_a{
	float:left;
	width: 201px;
	margin-left:25px;
}

div#linea_2_texto_b{
	float:left;
	width: 201px;
	margin-left:25px;
}

div#linea_2_texto_c{
	float:left;
	width: 201px;
	margin-left:25px;
}

/*Tercera linea de fotos*/

div#linea_3{
	margin-top:53px;
	width:701px;
	height:142px;
	background-color: #658fd4;
}

div#foto_7 {
	width: 201px;
	float:left;
	margin-left: 25px;
}

div#foto_8 {
	width: 201px;
	float:left;
	margin-left: 25px;
}

div#foto_9 {
	width: 201px;
	float:left;
	margin-left: 25px;
}

div#linea_3_texto{
	clear:both;
	background-color:#FFF;
	height:21px;
	padding-top:5px;
}

div#linea_3_texto_a{
	float:left;
	width: 201px;
	margin-left:25px;
}

div#linea_3_texto_b{
	float:left;
	width: 201px;
	margin-left:25px;
}

div#linea_3_texto_c{
	float:left;
	width: 201px;
	margin-left:25px;
}



/*Cuerpo derecho(Blog)*/

div#cuerpo_blog {
	width: 184px;
	height: 549px;
	margin-top: 20px;
	margin-left: 12px;
	border-left: 1px dashed #999;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	float:left;
}

div#contenedor_anillado {
	width: 164px;
	height: 549px;
	margin: auto;
	background-color: #2662c3;
	background-image:url(imagenes/anillas_blog_home.jpg);
	background-repeat:no-repeat;
}
.caja_vacia {
	display:block;
	padding-top: 45px;
}
.imagen_blog_home {
	display:block;
	margin: auto;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	margin-bottom: 10px;
}

.titular_blog_home{
	display:block;
	padding-left: 8px;
	padding-right: 8px;
	color:#FFF;
	text-align:left;
	margin-bottom: 20px;
	font-size: 13px;
}
/* Clear */

div#clear {
	clear:both;
	height: 20px;
}



/*Faldon*/

div#faldon {
	width: 901px;
	height: 240px;
	text-align:left;
}

div#faldon_fondo {
	background-image:url(imagenes/faldon.jpg);
	width: 901px;
	height: 203px;
}

div#faldon_menu {
	width: 175px;
	margin-left: 700px;
	padding-top: 20px;
}



div#faldon_menu ul {
	list-style-type:none;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
}

div#faldon_menu li {
	margin-bottom: 5px;
}



div#firma {
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin-top: 10px;
}



/*Tratamiento de los enlaces de manera global*/

a:link {
	color:#000;
	text-decoration: none;
}

a:hover {
	color:#39a0c3;
	text-decoration: none;
}

a:visited {
	color:#000;
	text-decoration: none;
}





/*SECCIONES */

div#cuerpo_seccion {
	width: 899px;
	min-height: 560px;
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
	background-color: #fff;
	overflow:hidden;
}

div#contenido_seccion {
	width: 570px;
	min-height: 560px;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #658fd4;
	text-align:left;
	padding: 15px;
	float:left;
}



div#detalle_lateral {
	width: 264px;
	margin-top: 20px;
	margin-left: 12px;
	margin-bottom: 20px;
	border-left: 1px dashed #000;
	float:left;
}

div#contenido_seccion .titulo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
}

div#contenido_seccion .cuerpo_texto {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}


div#contenido_blog {
	width: 770px;
	margin-top: 20px;
	min-height: 560px;
	margin-left: 23px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 43px;
	background-color: #658fd4;
	background-image:url(imagenes/anillas_blog.jpg);
	background-repeat:no-repeat;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow:hidden;

}
.cabecero_blanco {
	display: block;
	padding-top: 60px;
}
.fecha_blog {
	display: block;
	width: 690px;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}
.titulo_blog {
	display:block;
	margin-top: 10px;
	font-size: 22px;
	color: #fff;
	font-weight:bold;
}
.imagen_blog {
	display:block;
	float:left;
	width: 492px;
	height: 303px;
	margin-top: 40px;
	border: 1px solid #fff;
}
.texto_blog {
	display:block;
	float:left;
	width: 226px;
	min-height: 282px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 40px;
	margin-left: 30px;
	padding: 10px;
	background-color: #2662c3;
	overflow:hidden;
}
.clear_textos {
	display:block;
	clear:both;
	height: 20px;
}
.paginacion {
	display:block;
	height: 20px;
	margin-top: 30px;
	font-size: 14px;
	color:#FFF;
}
.paginacion a:link {
	text-decoration:none;
	color: #FFF;
}
.paginacion a:hover {
	text-decoration:none;
	color: #000;
}
.paginacion a:visited {
	text-decoration:none;
	color: #FFF;
}

div#clear {
	clear:both;
	height: 20px;

}