BODY {
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #97EAFF;
}
.cportada {
	background-image: url(fondo_menu.jpg);
	background-repeat: no-repeat;
	padding: 20px;
}
.bullet {
	text-decoration: none;
	font-size: 14px;
	height: 30px;
	vertical-align: top;
	background-image: url(fondo_menu_int.jpg);
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.textoint {
	text-decoration: none;
	font-size: 14px;
	height: 30px;
	vertical-align: top;
	color: #000099;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.texto {
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.footer {
	background-color: #000099;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 10px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.titulos {
	text-decoration: none;
	font-size: 16px;
	color: #000099;
	font-weight: bold;
}
.vinculo {
	text-decoration: none;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}
.vinculo:hover {
	text-decoration: underline;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}