/* CSS Document */
#contenido{position:relative;}
#texto{
	float:left;
	color: #808080;
	width: 505px;
	}
#texto p, #texto .texto{margin: 4px 13px;}

	#texto h4{
		color: #74a117;
		margin: 15px 7px 0 7px;
		font-size: 110%;
	}
div#texto p img{
	display: block;
	float: left;
	margin: 5px;
}
p.date{
	text-align: right;
	font-style: italic;
	font-size: 105%;
}
#temp_content_day, #temp_content_night{
	border-bottom: 1px solid #E0F4B7;
	margin: 0 40px 0 20px;
	padding-bottom: 10px;
}
ul#temp-next-days{
	list-style-type: none;
	margin: 0;
}
ul#temp-next-days li{
	float: left;
	margin-bottom: 20px;
}
#columna{
	background: #e0f4b7;
	width: 165px;
	padding: 5px;
	float: right;
	color: #808080;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	}
#columna p{
	margin:0;
	}



