@charset "utf-8";
#principal {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../imagenes/plantilla/fondo-685-2.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin-top: 0px;


}
/*COLUMNA IZQUIERDA- GALERIA FLASH */

 #lateral-1 {
	float: right;
	width: 685px;
	font-size: 0.8em;
}
/* #top-lateral-1 {
	text-align: left;
	width: 685px;
} */

/* COLUMNA DERECHA MENU CATEGORIAS*/

 #lateral-2 {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 255px;
	padding-top: 0em;
	padding-bottom: 1em;
}
 #lateral-2 ul {
	margin: 0em;
	list-style: none;
	padding: 0em;
	text-indent: 0em;
}
 #menu-flash {
	float: right;
	color:#fff;
	font-size: 1.3em;
	font-weight: bold;
	background-image: url(../imagenes/plantilla/fondo-menu-flash-iframe.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	height: 240px;
	padding-bottom: 6px;
}

 #menu-flash a {
	float: right;
	color:#fff;
	text-decoration:none;
	font-size: 1.1em;
	font-weight: normal;
}


 #galeria-flash {
	z-index: 0;
}

/* bolque NEWS */
#fondo-bottom-lateral-1-destacada {
	background-image: url(../imagenes/plantilla/fondo-news.jpg);
	background-repeat: repeat-y;
	background-position: center top;

	}
#bottom-lateral-1-destacada {

	font-size:1em;
	color:#DEB773;
	height: 240px;
	margin: 0px 20px 20px 20px;
}
#bottom-lateral-1-destacada a{
	font-size:1.2em;
	color:#eee;
	text-decoration: none;

}

.read-more-link{
	font-size:.6em;
	color:#DEB773;
}

#bottom-lateral-1-destacada h3 {
	color: #FF3300;
	font-size: 1.5em;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.img-izquierda {
	float: left;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}




#bottom-lateral-1-bloquetextofoto1{
	color:#fff;
	font-size: 1em;
	font-weight: normal;
	width: 100%;
	background-image: url(../imagenes/plantilla/fondo-degra-marron.png);
	background-position: left top;
	background-repeat: no-repeat;
}


#bottom-lateral-1-bloquetextofoto1 img{
	float:right;
	margin:20px;
}
#seccion-imagen {
	height: 78px;
	float: left;
	width: 150px;
	background-image:url(../imagenes/plantilla/menu_flash_fondo_left_cabtop-IV.jpg);
}

#seccion-imagen img {
	margin-top: 10px;
	padding-right: 10px;

}
#right {
	float: right;
}
#left {
	float: left;
	width: 345px;
	margin:20px 10px 20px 20px;
}
#left h1 {
	color:#fff;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 6px;

}
#left p {
	margin-left: 12px;

}


.correccion-margen-izquierdo-galeria {
	margin-left: 5px;
}
.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;
}


