/*////////////////////////////// Estilos generales del documento //////////////////////////////*/
body{
	margin:0;
	padding:0;
	font-family:"Century Gothic", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#484848;
	background:url(../imagenes/fondoGeneral2.jpg) top center;
}
a.ingles{
	position:absolute;
	top:0;
	right:0;
	display:block;
	padding-bottom:2px;
}
a.ingles:hover{
	text-decoration:none;
	background:#2295C4;
	color:#FFF;
}
#fondo{
	background:url(../imagenes/fondoGeneral.jpg) no-repeat top center;	
	min-height:640px;
}
label{
	width:70px;
	display:block;
	padding-right:20px;
	float:left;
}
input{
	width:200px;
	display:block;
	float:left;
	border:1px solid #000;
	background:#dbedfa;
}
input.enviar{
	width:90px;
	display:block;
	float:left;
	border:none;
}
label.largo{
	width:100%;
}
input.radio{
	width:auto;
}
textarea{
	width:200px;
	height:100px;
	float:right;
	border:1px solid #000;
	background:#dbedfa;
}
br.clear{
	clear:both;	
}
a{
	color:#2295C4;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/*////////////////////////////// Estilos contenedor //////////////////////////////*/
#contenedor{
	width:930px;
	margin:0 auto;
	position:relative;
}

/*////////////////////////////// Estilos logo //////////////////////////////*/
h1#logo{
	margin:0;
	background:url(../imagenes/logo.jpg) center;
	width:471px;
	height:90px;
	display:block;
	text-indent:-9999px;
}
h1#logo a{
	width:471px;
	height:90px;
	display:block;
}
/*////////////////////////////// Estilos menu //////////////////////////////*/
#menu{
	width:930px;
	height:39px;
	background:url(../imagenes/fondoMenu.jpg);
	margin:15px 0 60px;
}
#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
}
#menu ul li{
	float:left;
}
#menu ul li a{
	display:block;
	color:#FFF;
	height:39px;
	line-height:39px;
	padding:0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
}
#menu ul li a:hover{
	background:url(../imagenes/btnOverMenu.jpg);
}






#menu li ul{
	position:absolute;
	top:39px;
	left:-9999em;
}

#menu li ul li a{
	height:30px;
	line-height:30px;
	background:url(../imagenes/btnOverMenu.jpg);
	font-size:12px;
}
#menu li:hover ul {
	left:0;
}
#menu li:hover ul, #nav li.sfhover ul {
	left:0;
}
#menu ul ul li{
	float:left;
	margin:0;
	padding:0;
}
#menu ul ul li a:hover{
	background:url(../imagenes/fondoMenu.jpg);
}
#menu ul li a:hover{
	background:url(../imagenes/btnOverMenu.jpg);
}




a.facebook{
	background:url(../imagenes/btnSocial.jpg);
	width:27px;
	height:27px;
	display:block;
	float:right;
	margin:6px;
	text-decoration:none;
	text-indent:-9999px;
}
a.twitter{
	background:url(../imagenes/btnSocial.jpg) top right;
	width:27px;
	height:27px;
	display:block;
	float:right;
	margin:6px;
	text-decoration:none;
	text-indent:-9999px;
}
/*////////////////////////////// Estilos contenedor //////////////////////////////*/
#contenido{
	width:790px;
	margin:0 auto 40px;
	padding:10px;
	background:#FFF;
}
#contenido table{
	border:1px solid #333;
	background:#FFF;
}
#contenido table p{
	margin:5px 0;
}
#contenido table th{
	background:url(../imagenes/fondoMenu.jpg);
	color:#FFF;
}
#contenido table tr.red td{
	padding:5px 0 5px 5px;
}
#contenido ol{
	list-style-type:none;
	margin:0 0 10px 0;
	padding:5px;
	background:#EEDF2A;
	color:#FFF;
}
.red{
	margin:0;
	padding:0 10px;
	border-left:5px solid #CCC;	
	float:left;
}
/*////////////////////////////// Estilos footer //////////////////////////////*/
#footer{
	width:930px;
	margin:0 auto;
	font-size:14px;
	text-align:center;
	border-top:1px solid #484848;
}
#footer p{
	margin:20px 0;
}
input:focus, textarea:focus{
	background-color: lightblue;
}
.tooltip{
	display:none;
	background:	#EEDF2A;
	padding:10px;
	width:500px;
}
.tooltip h3{
	margin-top:0;
}
table ul{
	display:block;
	cursor:pointer;
}
.contenedorRedLATAM{
	padding:5px;
	border:2px solid #0CF;
	margin:10px;
}