a:link {
	text-decoration: none;
	color: #009900;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #009900;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}
.contacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fondo_logo {
	background-image: url(imagenes/logo1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006600;
	background-color: #66FF99;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	background-color: #EAEAEA;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009900;
	font-style: italic;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00CC00;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	font-style: italic;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}
ul {
	list-style-image: url(imagenes/bala.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	color: #003366;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: decimal;
	font-size: 12px;
	list-style-position: outside;
	color: #003366;
}
