div.post {
	position: relative;
	float: left;
	width: 48%;
	height: 290px;
	padding: 1%;
	border-bottom: 1px dashed #CCC;
}
div.post h2 a,
div.post small,
div.post p{position: relative; margin-left: 190px;}

div.post h2 a {font-size: 22px; text-transform: lowercase; text-decoration: none; padding-top: 30px;}
div.post h2 a:hover {border-bottom: 1px dotted #333;}

div.post img {
	position: absolute;
	border: none;
	left: 0;
	top: 5px;
	width: 180px;
}
div.post small{}
div.post p{margin-top: 10px;}

#contenedor {
	margin: 20px;
}
