@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
a:link {
	color: #33488b;
	text-decoration: underline;
}
a:hover {
	color: #990000;
}
a:visited {
	color: #7c7c7c;
}
.titulo1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #33488b;
}
.resaltado {
	color: #33488b;
	font-style: italic;
}
.titulo2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #7c7c7c;
}
#texto_margen {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 6px;
	padding-left: 6px;
}

