/* CSS Document */

div#eltiempo_cont {
	background-color:#e9e9e8;
	height:111px;
	margin-bottom:10px;
	overflow:hidden;
	width:245px;	
}

p#eltiempo_tit {
	 margin:0; 
	 line-height:20px;
	 border-bottom:3px solid #676769;
	 background-color:#a2a2a2;
	 height:20px;
}

span#eltiempo_tit_txt {
	color:#ffffff;
	float:left;
	font-size:1.3em;
	font-weight:bold;
	line-height:20px;
	margin:0;
	padding-left:15px;
	text-align:left;
	width:160px;
}

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;
	margin-top:10px;
}

div#eltiempo_cont_2 {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #ffffff;
}

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

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;
}
