.negrita{
    font-weight: bold;
	font-family:"Trebuchet MS", Arial;
}
.cursiva{
    font-style: italic;
	font-family:"Trebuchet MS", Arial;
}
.subrayada{
    text-decoration: underline;
	font-family:"Trebuchet MS", Arial;
}
.titular {
	font-size: 1.2em;
	color: #314180;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial;
}
body{
	font-family:"Trebuchet MS", Arial;
}