@CHARSET "ISO-8859-1";
/*****************************/
/*  CONFIGURACION INICIAL    */
/*****************************/
body{
	margin: 0 auto;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#546375;
}
/***************************/
/*  CONTENEDOR PRINCIPAL   */
/***************************/
#container{
	position: relative;
	width: 990px;
	margin: 0px auto;
	background: #FFFFFF url(../css/imgcss/bg.png) repeat-y 50% 0;
}
/***************************/
/*  CABECERA               */
/***************************/
#header{
	width: 970px;
	margin-left: 10px;
	height: 250px;
	background:  #FFFFFF url(../css/imgcss/loading.gif) no-repeat center center;
}
/***************************/
/*  TEXTOS CABECERA       */
/***************************/
#head-line{
	position: absolute;
	top: 230px;
	right: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}
#slogan-text{
	position: absolute;
	top: 0px;
	right: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}
/***************************/
/*  BARRA DE NAVEGACION    */
/***************************/
#nav{
	width: 970px;
	margin-left: 10px;
	height: 33px;
	background: #FFFFFF url(../css/imgcss/nav.gif) repeat-x 50% 0;
}
#nav ul, li {
	list-style-type: none;
}
#nav ul {
	margin: 0px;
    padding: 0;
}
#nav li {
    float: left;
}
#nav a {
	text-decoration: none;
    color: #272E35;
    display: block;
	margin-top: 5px;
	margin-left: 5px;
    padding: 3px 10px;
    text-align: center;
	border-width: 1px 1px 1px 0;
	font-weight:bold;
}
#nav a:hover {
	color: #E3E3E3;
}
/***************************/
/*  IMAGENES IDIOMAS       */
/***************************/
#lang-es{
	position: absolute;
	top: 259px;
	right: 70px;
}
#lang-en{
	position: absolute;
	top: 259px;
	right: 40px;
}
/**************************************/
/*  FECHA - METEOROLOGIA - BUSCADOR   */
/**************************************/
#line-info{
	width: 970px;
	height: 41px;
	margin-left: 10px;
	background: #FFFFFF;
	border-bottom:solid 1px #BBBBBB;
}

html>body #line-info-date{
	width: 450px;
	height: 30px;
	float:left;
	margin-left: 10px;
	padding-top: 11px;
	color:#0F3C7C;
}
#line-info-date{/*IE*/
	width: 450px;
	height: 30px;
	float:left;
	margin-left: 5px;
	padding-top: 11px;
	color:#0F3C7C;
}

#line-info-wheather-title{
	width: 55px;
	height:30px;
	float:left;
	margin-left: 10px;
	padding-top: 11px;
	color:#0F3C7C;
	text-align:right;
}
#line-info-wheather-img{
	width: 95px;
	height: 41px;
	float:left;
	margin-left: 5px;
}
#line-info-change-title{
	width: 100px;
	height: 30px;
	float:left;
	margin-left: 10px;
	padding-top: 11px;
	color:#0F3C7C;
	text-align:right;
}
#line-info-change-img{
	width: 80px;
	height: 29px;
	float:left;
	margin-left: 5px;
	padding-top: 5px;
}
#line-info-icons{
	width: 122px;
	height: 30px;
	float:left;
	padding-top: 11px;
	padding-left: 20px;
}
/*************************************************/
/*    BLOQUE PRINCIPAL QUE ALBERGA 3 COLUMNAS    */
/*************************************************/
#main{
	width: 970px;
	margin-left: 10px;
	background:#FFFFFF;
}
/***************************/
/*    COLUMNA IZQUIERDA    */
/***************************/
html>body #column-left{
	width: 200px;
	float:left;
	margin: 10px;
}
#column-left{/*IE*/
	width: 200px;
	float:left;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#block-left{
	width: 100%;
	padding-bottom: 15px;
	background:#F0F0F2;
	border-top:solid 1px #BBBBBB;
	border-left:solid 1px #BBBBBB;
	border-bottom:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
	margin-bottom: 5px;
}

html>body #block-left h2 {
	height: 26px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-left: 28px;
	background: transparent url(../css/imgcss/h2.gif)  no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color: #FFFFFF;
}
#block-left h2 {/*IE*/
	height: 26px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-left: 28px;
	background: transparent url(../css/imgcss/h2.gif)  no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color: #FFFFFF;
	margin-top: 10px;
}
#block-left ul {
	margin: 0px;
	padding-left: 25px;
	list-style-image: url(../css/imgcss/bullet-li.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#block-left ul li a {
	text-decoration: none;
	color: #0F3C7C;
}
#block-left ul li a:hover {
	color: #4c92e0;
	text-decoration:underline;
}
/***************************/
/*    COLUMNA CENTRAL       */
/***************************/
html>body #column-center{
	width: 523px;
	float:left;
	margin-top: 10px;
	margin-left: 4px;
}
#column-center{/*IE*/
	width: 523px;
	float:left;
	margin-top: 10px;
	margin-left: 6px;
}
#container-maps{
	width: 100%;
	height: 475px;
	margin-bottom: 10px;        
}
#map-left{
	width: 250px;
	float:left;
	border-top:solid 5px #F0F0F2;
	border-left:solid 5px #F0F0F2;
	border-bottom:solid 5px #F0F0F2;
	border-right:solid 5px #F0F0F2;
}
#map-right{
	width: 250px;
	float:right;
	border-top:solid 5px #F0F0F2;
	border-left:solid 5px #F0F0F2;
	border-bottom:solid 5px #F0F0F2;
	border-right:solid 5px #F0F0F2;
}
#map-left-title{
	width: 260px;
	height: 20px;
	float:left;
	margin-top: 5px;
	margin-bottom: 5px;
	background:#F0F0F2;
}
#map-right-title{
	width: 260px;
	height: 20px;
	float:right;
	margin-top: 5px;
	margin-bottom: 5px;
	background:#F0F0F2;
}
#column-center h2 {
	height: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
	background: #F0F0F2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	color: #666666;
}
/***************************/
/*    COLUMNA DERECHA       */
/***************************/
html>body #column-right{
	width: 200px;
	float:right;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10x;
}
#column-right{
	width: 200px;
	float:right;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10x;
}
#block-right{
	width: 100%;
	padding-bottom: 15px;
	background:#F0F0F2;
	border-top:solid 1px #BBBBBB;
	border-left:solid 1px #BBBBBB;
	border-bottom:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
	margin-bottom: 5px;
}
html>body #block-right h2 {
	height: 28px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-left: 28px;
	background: transparent url(../css/imgcss/h2.gif)  no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	color: #FFFFFF;
}
#block-right h2 {/*IE*/
	height: 28px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-left: 28px;
	background: transparent url(../css/imgcss/h2.gif)  no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	color: #FFFFFF;
	margin-top: 10px;
}

#block-right ul {
	margin: 0px;
	padding-left: 25px;
	list-style-image: url(../css/imgcss/bullet-li.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#block-right ul li a {
	text-decoration: none;
	color: #0F3C7C;
}
#block-right ul li a:hover {
	color: #4c92e0;
	text-decoration:underline;
}
/******************************************/
/*  CLASE DE ADECUACION DE VENTANAS       */
/******************************************/
.clear {clear:both;}
/***************************************/
/*    CSS NOTICIAS - EVENTOS - ETC     */
/***************************************/
html>body #info-container1 { /*CONTENEDOR CORTO*/
    width: 513px; 
	height: 122px;
	margin-top: 10px;
	padding: 3px;
	border-top:solid 1px #BBBBBB;
	border-left:solid 1px #BBBBBB;
	border-bottom:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
}
#info-container1 { /*CONTENEDOR CORTO IE*/
    width: 513px; 
	height: 122px;
	margin-top: 5px;
	padding: 3px;
	border-top:solid 1px #BBBBBB;
	border-left:solid 1px #BBBBBB;
	border-bottom:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
}
html>body #info-container2 { /*CONTENEDOR LARGO*/
	width: 513px; 
	height: 104px;
	margin-top: 10px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	border-top:solid 1px #BBBBBB;
	border-left:solid 1px #BBBBBB;
	border-bottom:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
}
#info-container2 { /*CONTENEDOR LARGO IE*/
    width: 513px;  
	height: 104px;
	margin-top: 5px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	border-top:solid 1px #BBBBBB;
	border-left:solid 1px #BBBBBB;
	border-bottom:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
}
html>body #info-container3 { /*CONTENEDOR CORTO*/
    width: 513px; 
	height: 132px;
	margin-top: 10px;
	padding: 3px;
	border-top:solid 1px #BBBBBB;
	border-left:solid 1px #BBBBBB;
	border-bottom:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
}
#header-container { /*CONTENEDOR DE IMG-TITULO-TEXTO-LEER MAS*/
	width: 100%;
	float:left;
}
#info-img { /*CONTENEDOR DE IMAGEN*/
    width: 150px;
	float: left;
}
#info-title { /*CONTENEDOR DEL TITULO*/
    width: 352px;
	float:right;
	height: 20px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0F3C7C;
	padding-top: 5px;
	padding-left: 3px;
}
#info-title2 { /*CONTENEDOR DEL TITULO LARGO*/
    width: 352px;
	float:right;
	height: 30px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0F3C7C;
	padding-top: 5px;
	padding-left: 3px;
}
#info-text { /*CONTENEDOR DEL TEXTO DESCRIPTIVO*/
    width: 352px;
	float:right;
	height: 47px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-top: 4px;
	padding-left: 3px;
	overflow: hidden;
}
#link-container { /*CONTENEDOR DE ENLACES*/
    width: 358px;
	height: 27px;
	float:right; 
	color:#0F3C7C;
	text-decoration:none;
}
#info-vr { /*CONTENEDOR DE PANORAMICA*/
	width: 100px;
	height: 18px;
	float:left;
	margin-top: 3px;
	margin-left: 10px;
	padding-top: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
#info-map { /*CONTENEDOR MAPA DE UBICACION*/
	width: 100px;
	height: 18px;
	float:left;
	margin-top: 3px;
	margin-left: 10px;
	padding-top: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
#info-vr a {
	color:#0F3C7C;
	text-decoration:none;
}
#info-vr a:hover {
	color:#0F3C7C;
	font-weight:bold;
}
#info-vr a:visited {
	color:#0F3C7C;
	text-decoration:none;
}
#info-more { /*CONTENEDOR DE LEER MAS*/
	width: 100px;
	height: 18px;
	float:right;
	margin-top: 3px;
	margin-right: 5px;
	padding-top: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight:bold;
}
#info-more a {
	color:#0F3C7C;
	text-decoration:none;
}
#info-more a:hover {
	font-weight:bold;
}
#info-more a:visited {
	color:#0F3C7C;
	text-decoration:none;
}
html>body #footer-container { /*CONTENEDOR PIE DE VENTANA DE INFORMACION*/
	width: 510px;
	height: 15px; 
	float:left;
	margin-top: 3px;
}
#footer-container { /*CONTENEDOR PIE DE VENTANA DE INFORMACION*/
	width: 510px;
	height: 15px; 
	float:left;
	margin-top: 0px;
}
#info-public { /*CONTENEDOR FECHA DE PUBLICACION*/
	width: 250px;
	height: 15px; 
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0F3C7C;
	overflow: hidden;
}
#info-web { /*CONTENEDOR DE ENLACE WEB*/
	width: 250px;
	height: 15px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0F3C7C;
	text-align:left;
	overflow: hidden;
}
#info-web a {
	color:#0F3C7C;
}
#info-web a:hover {
	font-weight:bold;
}
#info-web a:visited {
	color:#0F3C7C;
}

#title-cetm1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	color:#FFFFFF;
}
#title-cetm2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	color:#6688cc;
}
/****************************************************/
/*    CSS PARA NOTICIAS DE PERIODICO                */
/***************************************************/
#news-container { 
    width: 513px; 
	height: 130px;/*117*/
	margin-top: 10px;
	padding: 3px;
	border-top:solid 1px #BBBBBB;
	border-left:solid 1px #BBBBBB;
	border-bottom:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
}
#news-header { 
    width: 513px;
	height: 38px; 
	border-bottom:solid 1px #BBBBBB;
}
#news-img { 
    width: 100px;
	height: 25px;
	float:left; 
}
#news-title { 
    width: 400px;
	height: 33px;/*20*/
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0F3C7C;
	padding-top: 5px;
	padding-left: 3px;
}

#news-text { 
    width: 513px;
	height: 47px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-top: 4px;
	padding-left: 3px;
	overflow: hidden;
}
#news-more { 
	width: 488px;
	height: 18px;
	margin-top: 3px;
	margin-right: 5px;
	padding-top: 3px;
	padding-right:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	font-weight:bold;
}
#news-more a {
	color:#0F3C7C;
	text-decoration:none;
}
#news-more a:hover {
	font-weight:bold;
}
#news-more a:visited {
	color:#0F3C7C;
	text-decoration:none;
}
#news-footer { 
    width: 512px;
	height: 15px;
}
#news-public {
	width: 247px;
	height: 15px; 
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0F3C7C;
	overflow: hidden;
	padding-left:3px;
}
#news-web { 
	width: 250px;
	height: 15px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0F3C7C;
	text-align:left;
	overflow: hidden;
}
#news-web a {
	color:#0F3C7C;
}
#news-web a:hover {
	font-weight:bold;
}
#news-web a:visited {
	color:#0F3C7C;
}

/****************************************************/
/*    CSS VENTANA DE ADVERTENCIA PLUGIN DEVALVR    */
/***************************************************/
#win-deval {
	width: 202px;
	height: 214px;
	padding-top: 15px;
	background: #FFFFFF url(../css/imgcss/win-deval.jpg) repeat-x 50% 0;
}
