@charset "iso-8859-1";

/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial;
	text-align:center;
}

#BodyTrucoCentrar {
	width:955px;
	margin: 0 auto;

	text-align: left;

}

a {
	color: #0048ff;
	font-size: 10pt;
}


/* 1ª Parte de la cabecera (Logotipo)*/
#Cabecera1 {
	float:left;
	width:955px;
	background-color: #f6f6f6;
	height:120px;
}

#CabeceraForo1 {
	float:left;
	width:100%;
	background-color: #f6f6f6;
	height:120px;
}

#Gota {
	float:left;
	width:80px;
	height:115px;
	padding-top:5px;
	padding-left:20px;
}
#LogoTexto {
	float:left;
	width:600px;
	padding-top:55px;
}

#LogoTexto1 {
	width: 400px;
	padding-left:15px;
}
#LogoTexto1 a{
	font-family:"Arial Rounded MT Bold", Arial, "Arial Narrow";
	color:#0c527d;
	font-size:30pt;
	text-decoration:none;
	font-style: normal;
}
#LogoTexto2 {
	color:#0c527d;
	font-size:9pt;
	width: 400px;
	font-weight:100;
	padding-left:18px;
}


/* 2ª Parte de la cabecera (Buscador)*/
#Cabecera2 {
	float:left;
	width:955px;
	background-color: #E1E1E1;
	height:30px;
}

#CabeceraForo2 {
	float:left;
	width:100%;
	background-color: #E1E1E1;
	height:30px;
}


#Buscador {
	float:right;
	vertical-align:middle;
}

#Buscador form{
	margin:0;	
}

#TextoBuscador {
	float:left;
	padding-top:7px;
	font-size:11pt;
	color:#8f8f8f;
	font-weight:800;
}

#CajaBuscador
{
	float:left;
	padding-top:6px;
	padding-left:5px;
}

#BuscadorInput {
	height: 14px;
	border: 1px solid #666666;
	font-size:10px;
	background-color:#f0f7fd;
	background-image: url(/imagenes/lupa.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#CajaBuscador2
{
	float:left;
	padding-left:7px;
	padding-top:6px;
	padding-right:30px;
}

/* CSS para el menu Izquierdo*/

.MenuIzqCabecera{
	width:198px;
	height:22px;
	background-color:#f0f7fd;
	border-bottom-color:#7abde8;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	color: #8f8f8f;
	font-size: 14px;
	font-weight: bold;
	padding-left:10px;
	padding-top:8px;
}


.MenuIzqItem {
	background-color:#f6f6f6;
	height: 21px;
	padding-left: 10px;
	vertical-align: middle;
	padding-top: 4px;
	width: 198px;
}

.MenuIzqItem a {
	color: #404040;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
	background-image: url(/imagenes/triangulo1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
	display:block;
}

.MenuIzqItem a:hover {
	color: #0C527D;
	background-image: url(/imagenes/triangulo2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.MenuIzqItemSub {
	background-color:#f0f7fd;
	height: 19px;
	padding-left: 20px;
	vertical-align: middle;
	padding-top: 1px;
	width: 168px;
}

.MenuIzqItemSub a {
	color: #8f8f8f;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
	padding-left:18px;
}
.MenuIzqItemSub a:hover {
	color: #0C527D;
	background-image: url(/imagenes/triangulo2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.MenuIzqSeparador {
	padding-top: 4px;
}



.PuntosHorizontal {
	background-image:url(/imagenes/punto-horizontal.gif);
	background-repeat:repeat-x;
	background-position:center;
	height: 22px;
	display:block;
}


/* Css Publicidad Superior*/
#Publicidad1 {
	width:740px;
	height:110px;
	padding-top: 10px;
	text-align: center;
}

#BordePublicidad {
	background-image:url(/imagenes/punto-horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:730px;
	height: 100px;
	float: none;
	text-align: center;
	margin: 0 auto;
}

/* CSS estructura central y derecha */
#ParteCentral {
	width:955px;
	float: left;
	padding-top: 10px;
}

#ContMenuIzq {
	float:left;
	width:208px;
	color: #404040;
	padding-right: 5px;
}

#DerechaTotal {
	width:740px;
	float:right;
	background-image:url(/imagenes/punto-vertical.gif);
	background-repeat:repeat-y;
	background-position:left;
	padding-left: 2px;
}


#DerechaTotal2 {
	width:564px;
	float:left;
	background-image:url(/imagenes/punto-vertical.gif);
	background-repeat:repeat-y;
	background-position:right;
	text-align: center;
	padding-right: 3px;
	padding-left: 2px;
}
#DerechaTotal3 {
	float:right;
	width:168px;
	padding-left: 3px;
}

/* CSS Suscriccion*/
#ContSus {
	height: 100px;
	text-align: left;
	margin: 0 auto;
	background-color: #f0f7fd;
	border: 1px solid #7abde8;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.TituloCaja {
	background-color:#d8ebf9;
	margin: 0 auto;
	text-align: left;
	font-family:"Arial Rounded MT Bold", Arial, "Arial Narrow";
	color:#0c527d;
	font-size:10pt;
	height: 17px;
	padding-top: 2px;
	font-weight: lighter;
	padding-left: 70px;
}

#GotaCorreo {
	width: 86px;
	height: 108px;
	background-image: url(/imagenes/gota-correo.gif);
	background-repeat: no-repeat;
	float: none;
	margin-top: -105px;
	margin-left: 10px;
}

.TextoCajaSus {
	font-family:"Arial Rounded MT Bold";
	color:#0c527d;
	font-size:10pt;
	padding-top: 10px;
	font-weight: lighter;
	padding-left: 80px;
}



#TxtEmail {
	float: left;
	height: 14px;
	border: 1px solid #666666;
	font-size:10px;
	background-color:#FFFFFF;
	width: 300px;
	padding-left: 0px;
}
#ContSus form {
	margin: 0px;
	padding-top: 8px;
	width: 395px;
	height: 22px;
	padding-left: 80px;
}

#BtSus {
	float: right;
}


#TextoCajaSus2 {
	padding-left: 80px;
}
#ImgRss {
	width: 16px;
	height: 16px;
	margin-top: -19px;
	margin-left: 320px;
}

/* Recomendacion*/
#ContRec {
	height: 95px;
	background-color: #F5F5F5;
	border: 1px solid #7abde8;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
}

#GotaCorreo2 {
	height: 87px;
	float: left;
	width: 64px;
	padding-left: 7px;
	margin-top: -30px;
}

#TextoCajaRec {
	font-family:"Arial Rounded MT Bold";
	color:#0c527d;
	font-size:10pt;
	padding-top: 15px;
	font-weight: lighter;
	height: 20px;
	text-align: left;
	width: 450px;
	float: right;
}

#FormRec {
	float: right;
	width: 395px;
	padding-right: 55px;
}

#FormRec form {
	margin: 0 auto;
}

.TituloCajaRec {
	background-color:#d8ebf9;
	margin: 0 auto;
	text-align: left;
	font-family:"Arial Rounded MT Bold", Arial, "Arial Narrow";
	color:#0c527d;
	font-size:10pt;
	height: 17px;
	padding-top: 2px;
	font-weight: lighter;
	padding-left: 70px;
	float: none;
}

/* Menu Derecho */
#CajaWeb {
	border: 1px solid #E1E1E1;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
}


.TituloCajaWeb {
	background-color:#f0f7fd;
	margin: 0 auto;
	text-align: left;
	font-family:"Arial Rounded MT Bold", Arial, "Arial Narrow";
	color:#0c527d;
	font-size:10pt;
	height: 17px;
	padding-top: 2px;
	font-weight: lighter;
	padding-left: 10px;
}
.Web1 {
	text-align: center;
}
.TextoMenuIzq a {
	font-size: 10pt;
	color: #0048ff;
}
.TextoMenuIzq {
	text-align: center;
}

#PubMenDer {
	text-align: center;
	margin: 0 auto;
}

/* Contenido */
.TituloSeccion {
	background-color: #f6f6f6;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8f8f8f;
	font-size: 16px;
	color: #5e5e5e;
	font-weight: bold;
	height: 23px;
	padding-top: 2px;
	padding-left: 18px;
}

.TituloSeccion2 {
	background-color: #f6f6f6;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8f8f8f;
	font-size: 13pt;
	color: #5e5e5e;
	padding-left: 18px;
	text-align: left;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
}
.FilaSeccion {
	float: none;
	height: 30px;
	padding-top: 1px;
	width: 546px;
	background-color: #F8F8F8;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.Campo {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #d1e3f7;
	padding-left: 5px;
	background-color: #F8F8F8;
	color: #6d6d6d;
	width: 315px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

.Campo2 {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #d1e3f7;
	padding-left: 5px;
	background-color: #F8F8F8;
	color: #6d6d6d;
	width: 215px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
.Campo3 {
	width: 15px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;	
}

.Seccion {
	text-align: left;
	margin: 0 auto;
	padding-left: 5px;
}

.Resultado {
	color: #999999;
	width: 60px;
	background-color: #F8F8F8;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

.Resultado2 {
	color: #999999;
	width: 310px;
	background-color: #F8F8F8;
	text-align: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

.Resultado3 {
	color: #999999;
	width: 295px;
	background-color: #F8F8F8;
	text-align: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

.Unidad {
	width: 40px;
	float: left;
	background-color: #F8F8F8;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Grafico {
	text-align: center;
	margin: 0 auto;
}


.TablaMenu {
	background-color: #f0f7fd;
	border:1px solid #7abde8;
}

.TablaMenu a {
	float:left;
	color: #404040;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
	padding-left:18px;
	display:block;
}

.TablaMenu a:hover {
	color: #0C527D;
}

.TablaMenu .Campos td{
	font-family: "Arial Rounded MT Bold", Arial, "Arial Narrow";
	font-size: 10pt;
	padding-left: 10px;
	height: 20px;
	padding-top: 3px;
	background-color: #d8ebf9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7abde8;
	color: #5e5e5e;
}

.TablaMenu .ResultadoCampo td {
	font-size: 9pt;
	height: 25px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #5e5e5e;
	padding-left: 5px;
}

/*Pie*/
#Pie {
	width: 955px;
	height: 35px;
	float: left;
	font-size: 9pt;
}
#PiePuntos {
	background-image:url(/imagenes/punto-horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:955px;
	height: 5px;
	float: left;
}
#PieTexto {
	font-size: 9pt;
	width: 955px;
	height: 20px;
	float: left;
	text-align: center;
	padding-top: 5px;
}
#PieTexto a {
	font-size: 9pt;
	color: #000000;
}
.Seccion .Filas {
	padding-left: 10px;
}
.AvisoTiempoReal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6D6D6D;
	text-align: center;
}
#TiempoReal {
	float: left;
}
#TiempoReal2 {
	float: left;
	width:16px;
	height:16px;
}

