body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}
.titulos {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E11A21;
	border-right-color: #E11A21;
	border-bottom-color: #E11A21;
	border-left-color: #E11A21;
	padding-bottom: 4px;
}
.textoblanco {
	color: #FFFFFF;
	text-decoration: none;
}
.sub {
	text-decoration: underline;
}
.destacado {
	font-size: 14px;
	background-color: #F9DFDF;
	border: 2px solid #FC9A9F;
	margin: 10px;
	color: #000000;
}
.link {
	color: #666666;
	text-decoration: none;
}

