body{
 background:url(../images/bg.png) center top repeat-x;
 margin:0;
 padding:0;
 width:100%;
 background-color:#4682B4;
 font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
#header{
 height:50px;
 text-align:center;
 padding:10px;
 background:url(../images/bg_layout.png) center top repeat-x;
 overflow:none;	
}
#header h1{
 color:#444;
 margin:0;
}
#header h1 a{
 color:#444;
}
a{
 text-decoration:none;
 color:#444;
}
a:hover{
 text-decoration:underline;
}
a:visited{
 color:#444;
}
#content{
 margin:5px 10px;
 border:5px solid #ccc;
 background:#fff;
}
#content h2{
 font-size:1.2em;
}
#content h3{
 font-size:1em;
}
#content div{
 padding:10px;
}
#content ul{ 
 padding:0;
 margin:0;
}
#content ul li{
 background:url(../images/calendar/monthForward_down.gif) 98% center no-repeat;
 border-bottom:1px #aaa solid;
 list-style-type:none;
 padding:15px 20px;
 font-size:0.9em;
 font-weight:bold;
}
#content ul li:hover{
 background-color:#444;
}
#content ul li:hover a{
 color:#fff;
}
img{
 border:0;
}
.volver{
 font-size:0.8em;
}
.fuente{
 padding:0!important;
 font-size:0.8em;
}
.table th{
 text-align:center;
 background:#eee;
 font-weight:normal;
 line-height:1.6em;
 padding:5px; 
}
.table td{
 vertical-align:middle;
 text-align:center;
 line-height:1.6em;
 vertical-align:top;
 padding:5px;
}
table {
 border-collapse: separate;
 border-spacing: 0;
 font-size:0.8em;
 font-weight:normal;
}
caption, th, td {
 text-align: left;
 font-weight: normal;
}
#parte_titulo{
 font-size:0.9em;
}
#parte_subtitulo, #parte_fecha, #parte_prediccion_valida, .parte_resto{
 font-size:0.8em;
}
#parte_subtitulo_2{
 font-size:0.7em;
}
ol{
 font-size:0.8em;
}
.noticia-texto{
 font-size:0.8em;
 text-align:justify;
 line-height:1.6em;
}