/* CSS Document */

div#eltiempo_cont {
	background:transparent url(/imagenes/fondos/fondo_tiempo.jpg) scroll no-repeat 0px 0px; 
	position:absolute;  
	width: 251px ; 
	height:83px; 
	top:85px; 
	left:18px;
	
}

h4#eltiempo_tit {
	 margin:0; 
	 line-height:22px;
}

span#eltiempo_tit_txt {
	padding-left:8px; 
	color:#333333;
}

span#eltiempo_tit_txt a {
	color:#333;
	text-decoration:none;
}

span#eltiempo_tit_txt a:hover {
	text-decoration:underline;
}

div#eltiempo_tresdias {
	width:100%;
	background-color:#ddd;
	font-size:1.1em;
	z-index:100;
	overflow:hidden; 
	background:transparent;
}

div.eltiempo_cont {	
	width:33%;
	float:left;
	overflow:hidden;
	position:relative;
	height:80px;
}

div.eltiempo_cont_dia {
	text-align:center;
	height:20px;
}

p.dia {
	margin:0;
	line-height:20px;
}

div.eltiempo_cont_icono {
	position:absolute;
	top:17px;
	left:8px;
	width:45px;
	height:45px;
}

div.eltiempo_cont_temp {
	width:35px;
	position:absolute;
	right:0px;
	top:15px;
}

p#eltiempo_temp {
	color:#7F0000;
	font-weight:bold;
	line-height:40px;
	font-size:1.4em;
	margin:0;
	text-align:center;
}

div.eltiempo_cont_extremos {
	width:100%;
	position:absolute;
	bottom:5px;
	left:0;
	text-align:center;
	display:none;
}

div.eltiempo_cont_extremos p{
	margin:0;
	line-height:14px;
}

span.et_minima {
	color:#0066FF;
}

span.et_maxima {
	color:#FF0000;
}