@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-style: normal;
	background: #336699;
}
.contenido{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
	font-weight: normal;
}
.subtitulos{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #336699;
	font-weight: bold;
}
.subtitulos_grandes{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #336699;
	font-weight: bold;
}
.subtitulos_blancoa{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	font-weight: bold;
}
.subsubtitulos{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #336699;
	font-weight: normal;
}
.links{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #999999;
	font-weight: normal;
	text-decoration:underline
}
.linksmanito{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #999999;
	font-weight: normal;
	text-decoration:underline;
	cursor:pointer;
}