body {
	background-image: url(imgs/bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;

}
.contenido {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #3f4752;
	text-align: justify;
	letter-spacing: 0em;



}
li {
	list-style-image: url(imgs/bullet.gif);
}
.11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #021059;

}
.once {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #021059;

}
a:link {
	color: #021059;
	text-decoration: underline;
}
a:visited {
	color: #021059;
	text-decoration: underline;
}
a:hover {
	color: #021059;
	text-decoration: none;
}
a:active {
	color: #021059;
	text-decoration: underline;
}