/* CSS Document */
#cuerpo #colnoticias {
	width: 360px;
	margin: 0px 0px;
	display: block; float: left;
}
	#colnoticias #colnoticiash {
		background-image: url(images/noticias-deldolar-com.jpg);
	}
#cuerpo #colpub {
	width: 160px;
	height: 600px;
	margin: 0px 10px;
	display: block; float: left;
}
#cuerpo #colprecio {
	width: 360px;
	margin: 0px 0px;
	display: block; float: left;
}
	#colprecio #colprecioh {
		background-image: url(images/precio-deldolar-com.jpg);
	}

#cuerpo div.miniheader {
	display: block; clear: both; float: none;
	height: 45px;
}

#cuerpo div.post {
	display: block; clear: both; float: none;
	margin: 0px;
	margin-bottom: 13px;
	padding: 0px 5px;
}
	div.post h1 {
		display: block; clear: both; float: none;
		font-size: 15px;
		font-weight: bold;
		margin: 0px;
		margin-bottom: 5px;
		padding: 0px 5px;
	}
		div.post h1 a {
			color: #006600;
		}
	div.post h1 span {
		font-size: 11px;
		margin-left: 7px;
		color: #ABABAB;
	}
	div.post .texto {
		display: block; clear: both; float: none;
		font-size: 12px;
		line-height: 120%;
		color: #333333;
	}
		.texto .continuar a {
			font-size: 11px;
			color: #999999;
		}
		.texto .continuar a {
			color: #009900;
			margin: 0px 4px;
		}
