@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body {
	background: #000000;
	margin:0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding:0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#contHeader
{
	padding:0;
	margin:0;
	height: 35px;
	background-color:#000;
	border-bottom: 3px solid #E02527;
}
#contHeader #header{
	margin:0 auto;
	height: 34px;
	width: 1024px;

}
#contHeader #header #menu {
	height: 34px;
	margin:0 auto;
	width: 1024px;
	text-align:center;
	font-weight: bold;
}
#contHeader #header #menu ul {
	text-align:center;
	height:35px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	padding-top: 5px;
}
#header #menu ul li {
	height:35px;
	display:inline;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#header #menu ul li a {
	text-decoration: none;
	/*margin-top:5px;*/
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding:13px 16px 11px;
}
#header #menu ul li .clicked{
	text-decoration: none;
	text-align: center;
	color: #E02527;
	font-size: 11px;
	padding:13px 16px 11px;
}
#contMenu2
{
	height:113px;
	margin-top: 0px;
	padding-top: 0px;
	margin: 0;
}

#contMenu2 #menu2 {
	height: 113px;
	width: 1024px;
	margin:0 auto;
	background-image: url(../img/generales/menu2-background.png);
	background-repeat:no-repeat;
}
#contMenu2 #menu2 ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	margin-left: 120px;
}
#contMenu2 #menu2 ul li {
	float: left;
	margin: 0 auto;
}
#contMenu2 #menu2 ul li #home {
	background-image: url(../img/generales/home.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 65px;
	display: block;
	text-indent: -9999px;
	background-position:0 -4px;
}

#contMenu2 #menu2 ul li #contacto {
	background-image: url(../img/generales/contact.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 71px;
	display: block;
	text-indent: -9999px;
	margin-right: 160px;
	background-position:0 -4px;
}
#contMenu2 #menu2 ul #logo {
	margin-top: 20px;
	margin-right: 160px;
}


#contMenu2 #menu2 ul li #portugues {
	visibility:hidden;
	background-image: url(../img/generales/flag-port.png);
	background-repeat: no-repeat;
	display: block;
	height: 71px;
	width: 65px;
	text-indent: -9999px;
	background-position:0 -4px;
}

#contMenu2 #menu2 ul li #espanol {
	visibility:hidden;
	background-image: url(../img/generales/flag-esp.png);
	background-repeat: no-repeat;
	display: block;
	width: 71px;
	height: 71px;
	margin-top: 0px;
	text-indent: -9999px;
	background-position:0 -4px;
}

#contContent{
	/*height:600px;*/
	background-color:#23221F;
}
#contContent #mainContent{
	margin:0 auto;
	width:1024px;
}
.oneColFixCtrHdr #contFooter {
	height: 45px;
	clear:both;
}
.oneColFixCtrHdr #contFooter #footer{
	height: 33px;
	width: 948px;
	background-color: #000;
	background-repeat: no-repeat;
	background-image: url(../img/generales/footer-bgn.jpg);
	margin: auto;
	padding-top: 12px;
}
.oneColFixCtrHdr #contFooter #footer p{
	color: #FFF;
	font-size: 10px;
	text-align: left;
	margin-left: 25px;
}
.oneColFixCtrHdr #contFooter #footer p a{
	color: #FFF;
}
.emails
{
	color:#E02527;
}
