/*
Valores por defecto para todos los componentes
----------------------------------------------
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Helvetica;
   font-weight:normal;
 }

h1{
}

h2{
}

h3{
}

h4{
}

p{
}

p a{
}

p a:hover{
}

p strong{
}

p em{
}

.limpiador{
	clear:both;
	height: 0;
}

.sombra, .sombra-izq, .sombra-der{
	text-align:center;
	padding: 5px 5px 9px 5px;
	background: white url(imagenes/sombra_inf.png) repeat-x bottom left;
	border-left: 2px solid #eaeaea;
	border-right: 2px solid #eaeaea;
}
.sombra-izq{
	float:left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.sombra-der{
 	float:right;
	margin-left: 30px;
	margin-bottom: 30px; 	
}

/*
---------------------------------------
Global
---------------------------------------
*/
body {
	background: url(imagenes/body-back.jpg) #b3b65c repeat-x;
}
#beta-info{
	width: 100%;
	border-bottom: 3px solid #ac3;
	background-color: #ddd;
	text-align: center;
	display:none;
}

#contenedor{
	width: 954px;
	padding: 16px 23px 0 23px;
	background: url(imagenes/contenedor-back.jpg) top center no-repeat;
	margin: 0 auto;
}

#cabecera{
	width: 954px;
	background: url(imagenes/cabecera.png) left top no-repeat;
	height: 170px;
}
#cabecera #logo{
	float:left;
	margin: 5px 0 0 5px;
	width: 180px;
	height: 130px;
	text-decoration: none;

}
#cabecera #flashcabecera{
	float:left;
	margin:10px 0 0 20px;
}

#cabecera-top{
	height: 135px;
}

#cabecera-menu{
	height: 35px;
	width: 750px;
	float:right;
}

#submenu{
	width: 954px;
	background: url(imagenes/submenu.png) left top no-repeat;
	height: 45px;
	padding-top: 0px;
}

#cuerpo{
	width: 954px;
	background: url(imagenes/cuerpo-back.jpg) left top repeat-y;
}

#cuerpo-cabecera{
	width: 794px;
	padding-left: 80px;
	padding-right: 80px;
	background: url(imagenes/cuerpo-top.jpg) left top repeat-y;
	height:50px;
}

#cuerpo-pie{
	text-align: center;
	font-size: 0.8em;
	margin-top: 10px;
	font-weight: bold;
	color: #222;
	border-top: 2px solid #786721;
}


/* Cuerpo cabecera */
#cuerpo-cabecera h1{
	font-family: serif;
	font-size: 18pt;
	color: #e55942;
}
/* Menu superior */
#cabecera-menu ul {
   list-style-type: none;
	text-align: right;
	color: #333;
	padding-right: 20px;
	font-weight: bold;
	height: 35px;
}
#cabecera-menu ul li{
	display:inline;
	float:right;
	height: 30px;
	padding-top: 5px;
	margin-left: 10px;
}

#cabecera-menu ul li a{
	color: #333;
	text-decoration:none;
}

#cabecera-menu ul li a:hover{
	text-decoration: underline;
}

#cabecera-menu ul li.seleccion{
	color: #ccc;
	background: url(imagenes/seleccion-left.png) top left no-repeat;
	padding-left: 9px;
	height: 35px;
	padding-top:0;
}

#cabecera-menu ul li.seleccion #menu-cuerpo{
	background: url(imagenes/seleccion-center.png) top left repeat-x;
	float:left;
	height: 30px;
	padding-top: 5px;
}

#cabecera-menu ul li.seleccion #menu-right{
	background: url(imagenes/seleccion-right.png) top left no-repeat;
	width: 9px;
	height: 35px;
	float:left;
}

/* SubMenu */
#submenu ul {
   list-style-type: none;
	text-align: right;
	color: #b3b65c;
	padding-right: 20px;
	font-size: .9em;
}

#submenu ul li.opcion, #submenu ul li.seleccion, #submenu ul li.separador{
	display:inline;
	margin-right: 5px;
}

#submenu ul li a{
	color: #b3b65c;
	text-decoration:none;
}

#submenu ul li a:hover{
	text-decoration: underline;
}

#submenu ul li.seleccion{
	color: #aaa;
	
}

/* Subcuerpo */
#subcuerpo-cabecera{
	width: 813px;
	height: 40px;	
	background: url(imagenes/subcuerpo-top.jpg) top left no-repeat;
	margin: 0 auto;
}

#subcuerpo-cuerpo{
	width: 733px;
	padding-left: 40px;
	padding-right: 40px;
	background: url(imagenes/subcuerpo-back.jpg) top left repeat-y;
	margin: 0 auto;
	text-align: center;
}

#subcuerpo-cuerpo p{
	font-size: .9em;
	padding-bottom: 1em;
	text-indent: 1em;
	color: #333;
	text-align: left;
}

#subcuerpo-cuerpo ul, #subcuerpo-cuerpo ol{
	font-size: .9em;
	padding-bottom: 1em;
	padding-left: 4em;
	color: #333;
	text-align: left;
}

#subcuerpo-cuerpo em{
	color: #28ac2b;
	font-style:italic;
}
#subcuerpo-cuerpo strong{
	color: #cc6600;
	font-weight: bold;
}

#subcuerpo-cuerpo span{
	color: #06f;	
}

#subcuerpo-cuerpo .importante{
	text-align: center;
	display:block;
}
#subcuerpo-cuerpo .importante strong{
	color: #900;
}
#subcuerpo-cuerpo h2{
	color: #cc6600;
	font-weight: bold;
	text-align:left;
	padding-top: 0.75em;
	margin-bottom: 0.5em;
	font-size: 1em;
}

#subcuerpo-cuerpo table{
	width: 99%;
	border: 1px solid #000;
	margin: 1em 0 1em 0;
}

#subcuerpo-cuerpo table th{
	font-size: 13pt;
	border-left: 1px solid #fff;
	background-color: #e5e4c6;
}
#subcuerpo-cuerpo table td{
	border-top: 1px solid #000;
	padding-top: 2px;
	padding-bottom: 2px;	
}

#subcuerpo-cuerpo tr.fila-impar{
	font-size: 11pt;
	text-align: center;
	background:#fcfcfc;
}
#subcuerpo-cuerpo tr.fila-par{
	font-size: 11pt;
	text-align: center;
	background:#f0f0f0;
}
#subcuerpo-cuerpo .no-indent{
	text-indent: 0;
}
#subcuerpo-pie{
	width: 813px;
	height: 40px;	
	background: url(imagenes/subcuerpo-bottom.jpg)  top left no-repeat;
	margin: 0 auto;	
}

#correo-editor p{
	text-indent: 0;
}
#correo-editor{
	padding:10px;
}
#correo-editor input, #correo-editor textarea{
	width: 100%;
	border: 1px solid #069;
	margin-bottom: 0.5em;
	font-weight: normal;
	background-color: #f6f3e0;
}
#correo-editor #enviar{
	width: 9em;
}

#correo-editor .no-error{
	text-align:center;
	color: #900;
}

/* Noticias */
.noticia-par, .noticia-impar{
	width: 80%;
	margin:0 auto;
}
.titular{
	text-align:left;
	color: #82881b;
	border-bottom: 1px solid #000;
}
.titular h3{
	font-family: serif;
	font-size: 1.4em;
}
.noticia-firma{
	text-indent:0;
	font-size: 9pt;
	float:right;
}
.noticia-firma p{
	text-align: right;
	}

/* Meteorologia */
#subcuerpo-cuerpo .meteorologia-par, #subcuerpo-cuerpo .meteorologia-impar{
	width: 90%;
	margin:0 auto;
	margin-top:10px;	
}

#subcuerpo-cuerpo .meteorologia-par p, #subcuerpo-cuerpo .meteorologia-impar p{
	margin: 0;
	font-size: 1.1em;
	text-indent:0;
}
#subcuerpo-cuerpo .meteorologia-par a{
	padding-left: 40px;
	padding-bottom: 10px;
	background: url(imagenes/icono-meteorologia-par.png) center left no-repeat;
}
#subcuerpo-cuerpo .meteorologia-impar a{
	padding-left: 40px;
	padding-bottom: 10px;
	background: url(imagenes/icono-meteorologia-impar.png) center left no-repeat;
}
