/* CABECERA
----------------------------------------------*/
#cabecera a.logo {
	width:467px;
	height:100px;
	display:block;
	background:#ccc url(../images/cabecera_logo.gif) no-repeat left top;
	position:absolute;
	left:0;
	top:0;}

#cabecera span.fecha {
	position:absolute;
	right:1px;
	bottom:3px;
	font-weight:bold;
	font-size:0.75em;}
	
#cabecera span.telefono {
	position:absolute;
	right:1px;
	bottom:20px;
	font-weight:bold;
	font-size:0.75em;
	text-decoration:none;}
		
#cabecera span.fecha span.actualizado {
	font-size:0.95em;
	color:#979797;
	margin-right:15px;}	
		
#cabecera span.fecha .eltiempo {
	position:relative;
	top:-6px;
	/*width:50px;*/
	height:20px;
	background:#FF0000;
	float:left;
	/*overflow:hidden;*/
	margin-right:15px;}
		
#cabecera span.fecha .eltiempo .iconos {
	/*position:relative;
	top:-13px;*/}