﻿/* ESTILOS MAQUETACION */

html, body, form
{
    margin:0px; padding:0px;
    width:100%; 
    background-color:#dc241f;
}

.cabecera
{
	 background-image:url(../Images/cabecera_fondo.gif);
	 background-repeat:repeat-x;
	 width:100%;
	 height:143px;
}

.cabecera_imagen
{
	 background-image:url(../Images/cabecera.jpg);
	 background-repeat:no-repeat;
	 width:1000px;
	 height:115px;
}

.cabecera_menu
{
	 background-image:url(../images/menu.gif);
	 background-repeat:repeat-x;
	 width:1000px;
	 height:28px;	
}

.separador_menu
{
	 background-image:url(../images/separacion_menu.gif);
	 background-repeat:repeat-x;
	 background-position:center center;
	 width:2px;
	 height:28px;
}

.pie
{
	 background-color:#333333;
	 width:100%;
	 height:18px;	
}

.total
{
	 width:100%;	
}

.lnk_logo
{
	 float:left;
	 width:100%;
	 height:100%;
}

/*Menus*/
.menu_out
{
	height:28px;
}

.menu_over
{
	background-image:url(../images/menu_over.gif);
	background-repeat:repeat-x;
	height:28px;
}

.desplegable
{
	top:0px;
	position:absolute;
	z-index:1;
	visibility:hidden;
	float:left;
	border:solid 1px #767676;
	border-top:0px;
	background-color:#eae9e9;
}

.submenu_out
{
	background-color:#eae9e9;
	padding-left:10px;
	padding-right:0px;
	padding-top:0px;
	margin-top:2px;
	margin-bottom:2px;
}

.submenu_over
{
	background-color:#c7c7c7;
	padding-left:10px;
	padding-right:0px;
	padding-top:0px;
	margin-top:2px;
	margin-bottom:2px;
}

.fondo_titulo
{
	background-color:#dc241f;
}

.central_izq
{
	width:622px;
	float:left;
	padding-right:23px;
}

.central_der
{
	width:305px;
	float:left;
}

.seccion_actividades
{
	border:solid 1px #dc241f; 
	width:303px;
}

.fondo_textbox
{
	background-image:url("../Images/textbox.gif");
	background-repeat:repeat-x;
	background-position:center bottom;
    padding-left:2px;
    padding-right:1px;
    font-family:Arial;
	font-size:8pt;
	color:#333333;
}

.fondo_ddl
{
	background-color:#ededed;
    font-family:Arial;
	font-size:8pt;
	color:#333333;
	border:solid 1px #dc241f;
}

.div_feed_fieldset
{
	border: solid 1px #333333;
	text-align:center;
	padding:5px;
}

.titulo_fieldset
{
	text-align:left;
	font-family:Arial;
	font-size:10pt;
	color:#dc241f;
	text-transform:uppercase;
	font-weight:bold;
}
.fondo_recomendacion_mes
{
	border:solid 1px #dc241f;
	background-image:url("../Images/pixel_recomendacion.gif");
	background-repeat:repeat-x;
	background-position:center top;
	width:350px;
	padding:10px;
}


.noticia_entera
{
	width:900px;
	float:left; 
	
}
.primera_imagen
{
	width:200px;
	float:left; 
	
}
.informacion_noti
{
	width:700px;
	float:left;
	
	
}


