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

body{
	margin:0;
	padding:0;
	background-color:#e0e0e0;
	font-family:tahoma, verdana, arial, sans-serif; 
}

.clear {
clear:both;
}

.left{
float:left;
}
   /* ****************** cabecera, menus ******************** */
   /* ******************************************************* */
#contenido{
	width:100%;
	background-image:url(../imagenes/fondo_cabecera.png);
	background-repeat:repeat-x;
	height:266px;
}

#cabecera{
	width:1000px;
	margin:0 auto;
}

#logotipo{
	width:262px;
	height:48px;
	background-color:#1e1916;
	margin-top:9px;
	float:left;
	padding:0px 26px 0 27px;
}

#submenu{
	clear:both;
	float:left;
	width:312px;
	height:31px;
	_height:25px;
	margin-top:0px;
	background-color:#1E1916;
}

.texto-submenu{
   font-size:18px;
   color:#FFFFFF;
}

.opcion_submenu{
	float:left;
	font-size:11px;
	height:21px;
	height:15px;
	padding:8px 9px 5px 9px;
}

.opcion_submenu_activo{
	background-color:#c60000;
	float:left;
	font-size:11px;
	height:21px;
	_height:15px;
	padding:8px 9px 5px 9px;
	cursor:hand;
	cursor:pointer;
	filter:alpha(opacity=80); 
   -moz-opacity: 0.8; 
   opacity: 0.8;
   text-decoration:none;
	color: #FFF;
}

.opcion_submenu_gente_activo{
	background-color:#86A925;
	float:left;
	font-size:11px;
	height:21px;
	_height:15px;
	padding:8px 9px 5px 9px;
	cursor:hand;
	cursor:pointer;
	filter:alpha(opacity=80); 
   -moz-opacity: 0.8; 
   opacity: 0.8;
   text-decoration:none;
	color: #FFF;
}

.opcion_submenu a{
	text-decoration:none;
	color:#FFF;
}

.opcion_submenu_activo a{
	text-decoration:none;
	color: #FFF;
}
.opcion_submenu_activo a:HOVER{
	text-decoration:none;
	color: #FFF;
}

.opcion_submenu_gente_activo a{
	text-decoration:none;
	color: #FFF;
}
.opcion_submenu_gente_activo a:HOVER{
	text-decoration:none;
	color: #FFF;
}

#menu{
	float:left;
	margin-top:29px;
}

#contenido_inferior{
	width:100%;
	background-color:#e9ebeb;
	background-image:url(../imagenes/fondo_contenido_inferior.png);
	background-repeat:repeat-x;
	margin:0 auto;
	float:left;
	.margin-bottom:-15px;

}

/* *******************contenido de la pagina( informacion)****************** */
/* ******************************************************************************************** */

#novedades, #actividades-destacadas {
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#informacion{
   overflow: hidden;
   width:1000px;
   margin: 0 auto;
   margin-top: 15px;
   margin-bottom:15px;

}

                  /*  ++++++++++++++++ novedades(novedades, promociones, actividades)+++++++++++++++++   */
	
					   /*  --------- novedades (novedades.php)--------  */
#novedades{
	width: 658px;
	_width:639px;
	padding-right:10px;
	float:left;
}

#noticia-novedad{
	_width:639px;
	margin-top: 5px;
	
	
}
                       /* ---------- promociones ----------- */
					   
#promociones-novedad{
	_width:651px;
	margin-top:15px;
	border-top:4px solid #c40001;
	background-image:url(../imagenes/fondo_novedades_slide.png);
	margin-right:5px;
	_margin-right:0;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	float:left;	
}

#promociones-novedad a{
	text-decoration:none;
	color:#C40001;
}

#promociones-novedad a:hover{
	text-decoration:underline;
}

#promocion-titulo{
	width:600px;
	_width:540px;
	padding-left:7px;
	padding-top:7px;
	color:#FFF;
	font-size:17px;
	margin-bottom:20px;
}

.promocion-cuadro{
	width:603px;
	_width:543px;
	clear:both;
	margin:10px 25px 10px 25px;
	border-bottom: 2px #898989 dotted;
	border-spacing:100px;
	
	float:left;
}

.promocion-foto{
	float:left;
	margin-bottom:10px;
	margin-left:15px;
	_margin-left:15px;
	margin-right:15px;	
	_margin-right:15px;
}

.promocion-texto{
	width:400px;
	_width:340px;
	font-size:12px;
	float:left;
}

.texto-titulo{
	width:400px;
	_width:340px;
	color:#C40001;
	margin-bottom:12px;
	float:left;
}

.texto-contenido{
	width:400px;
	_width:340px;
	font-size:12px;
    margin-bottom:12px;
	float:left;
}
                        /* ---------- actividades ----------- */
#actividades-destacadas{
	width: 318px;
	_width:311px;
	padding-left:10px;
	_padding-left:5;
	float:left;
	margin-top:5px;
	border-top:4px solid #c40001;
	background-repeat:repeat-x;
	background-color:#FFF;
	background-image:url(../imagenes/fondo_novedades_slide.png);
	font-size:12px;
}

#actividades-destacadas-titulo{
	_width:311px;
	padding-left:7px;
	padding-top:7px;
	color:#FFF;
	font-size:17px;
	margin-bottom:20px;
}

.actividad-lateral{
	_width:311px;
	margin-top:10px;
	border-bottom: 2px #898989 dotted;
	margin-bottom:20px;
	padding-bottom:10px;
	float:left;
	
}

