/* Contenedor genereal para los elementos del clima a mostrarse */
#weatherContainer{
	width:120px;
	text-align:center;
	color:#996600;
	margin-left:5px;
}

#weatherContainer .location-date{
	font-size:0.8em;
	/*border-bottom: 2px solid #996600;*/
	color:#054687;
}

#weatherContainer .image{
	float: left;
	width: 51px;
	height: 51px; 
	/*border: 1px solid red;*/
}
#weatherContainer .current{
	float:right;
	width:65px;
	/*height:49px; */
	/*padding-top:2px;
	text-align:left;*/
	font-weight:bold;
	font-size:2.3em;
	/*border:1px solid green;*/
	
	float:right;
	color:#D1350A;
}

#weatherContainer .forecast{
	float:right;
	display:block;
	text-align:center;
	width: 65px;
	font-weight:bold;
	font-size:10px;
	color: #D1350A;
	
	/*font-size:0.4em;*/
	/*border:1px solid blue;*/
}
#weatherContainer .poweredby{
	display:block;
	color:#999999;
	font-size:0.7em;
}