/* CSS Document */

.texto {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.texto p{
	padding: 0px;
	margin: 0px;
}

.titulo {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333366;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.fecha {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.5em;
	color: #B7CBDD;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.enlace_descarga {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.9em;
	color: #CC0000;
	text-align: right;
	width: 100%;
	font-weight: bold;
	padding-bottom: 30px;
}
.enlace_descarga a {
	color: #CC0000;
	text-decoration: none;
}

.enlace_descarga a:hover {
	color: #658FB6;
	text-decoration: none;
}
