@charset "utf-8";
/* CSS Document */

#weather {
	width: 480px;
	height: 120px;
	
}
#current {
font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 480px;
	height: 120px;
	*height: 140px;
	color: #005a8b;
	font-weight: bold;
	
	*margin-top:-35px;
	
}
#current #temp {

	font-size: 40px;
	font-style: normal;
	padding-top: 30px;
	margin-left: 120px;
	margin-top:-10px;
	*margin-top: 30px;
	padding-right: 26px;
}
#current #fore {
margin-left: 250px;

	font-size: 11px;
}
#current #city {
font-size: 14px;
	margin-left: 250px;
margin-top: -40px;
}

#carreteras {
width: 300px;
height: 80px;
	*height: 150px;

margin-bottom:auto;
margin-top:-30px;

}
