a:link
{
	color : #006600;
	text-decoration : none;
}

a:active
{
	color : #006600;
	text-decoration : none;
}

a:visited
{	
	color : #006600;
	text-decoration : none;
}

a:hover
{
	color : #006600;
	text-decoration : underline;
}

/*Estilos de enlaces Segundo Nivel */

a.segundo:link
{
	color : #990066;
} 

a.segundo:visited
{
	color : #990066;
}

a.segundo:active
{
	color : #990066;
}

a.segundo:hover
{
	color : #990066;
	text-decoration : underline;
}




.textoprincipal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.Contactenos {
	padding: 15px 30px 15px 30px;
	margin: 0px;
}

.Contactenos h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990066;
}
.Contactenos h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
}
.Contactenos p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}