/* CSS Document */
.titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DC4044;
	padding-left:10px;
	padding-top:10px;
}

.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-left:10px;
	padding-right:10px;
}

.subtitulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DC4044;
	padding-top:10px;
}
.destacado{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DC4044;

}

.enlace_volver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DC4044;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
}
.enlace_volver:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FEFBEA;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #DC4044;
}
.enlace{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	text-decoration:none;
}
.enlace:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DC4044;
	text-decoration:none;
	text-transform: uppercase;
}


