@charset "utf-8";
#mensajes {
	clear: both;
	text-align: justify;
	padding: 20px;
	margin-bottom: 30px;
}
#mensajes .primero {
	border-top: 1px dashed;
}
#mensajes .mensaje {
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed;
}
#mensajes .mensaje h2 {
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 18px;	
}
#mensajes .mensaje img {
	float: left;
	width: 120px;
	height: 100px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#contenido {
	margin-top: 40px;
	height: 700px;
}

