/* CSS Document */


.Estilo1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Estilo2 {
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.Estilo5 {
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.contenido {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	background-color: #CCCCCC;
	word-spacing: 3px;
	white-space: normal;
	letter-spacing: 1px;
	line-height: 30px;
	color: #333333;
}
li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
}

