/* CSS Document */

.normal {
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.titulo {
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #7596ad;
	font-weight: normal;
	text-decoration: none;
}

.destacado{
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #7596ad;
	font-weight: bold;
	text-decoration: none;
}

.enlace{
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #7596ad;
	font-weight: bold;
	text-decoration: none;
}
.enlace:hover{
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #7596ad;
	font-weight: bold;
	text-decoration: underline;
}

