@charset "utf-8";
/* CSS Document */

body#principal {
	margin: 1% 12% 1% 12%;
	font-family:sans-serif,Tahoma,Geneva;
	overflow:auto;
	}
div.Principal {
	max-width:100%;
	display: block;
	margin: auto;
	clear:both;
	}
div.Secundarios {
	max-width:100%;
	}
li {
	font-size: 0.9em;
	text-decoration: none;
	list-style-type: none;
}
li.superiorDerecha {
	font-size: 1.3em;
	font-weight: 300;
	color: #004995;
	list-style-type: none;
	}
li.telefono {
	color: #000;
	font-size: 0.9em;
	list-style-type: none;
	}
a.correo:link {
	text-decoration: none;
	color: #333;
}	 
a.correo:visited {
	text-decoration: none;
	color:#333;
}
a.correo:hover {
	text-decoration: none;
	color:#333;
}
a.correo:active {
	text-decoration: none;
	color:#333;
}
a.correo2:link {
	text-decoration: none;
	font-size: 0.6em;
	color: #333;
}	 
a.correo2:visited {
	text-decoration: none;
	font-size: 0.6em;
	color:#333;
}
a.correo2:hover {
	text-decoration: none;
	font-size: 0.6em;
	color:#333;
}
a.correo2:active {
	text-decoration: none;
	font-size: 0.6em;
	color:#333;
}