#elTiempo {
overflow:hidden;
width:80%;
margin:0 auto
}

.weather {
background-color:#EFEFEC;
border:1px solid #CBCAC0;
float:left;
margin-top:14px;
margin-right:7px;
padding:6px
}

.tiempo {
margin-top:14px;
width:133px;
background-color:#EFEFEC;
border:1px solid #CBCAC0;
float:left;
padding:7px
}

.titulo_tiempo {
background-color:#FFF;
font-size:11px;
padding:2px
}

.titulo_tiempo a:link,.titulo_tiempo a:visited {
text-decoration:none
}

.titulo_tiempo a:hover {
text-decoration:underline
}