@charset "utf-8";
/* CSS Document */

.fecha{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding-top: 5px;
}
.titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding-bottom: 8px;
}
#cuadrovermas{
	padding: 5px;
	background-color: #1a3b79;
}
.vermas:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #Fff;
	text-decoration: none;
	font-weight: bold;
}
.vermas:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.vermas:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

