/*
asignación de valores por defecto a las propiedades que los navegadores tratan de manera diferente

*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fields et,input,textarea,p,blockquote,th,td { 
   margin:0; 
   padding:0; 
} 
table { 
   border-collapse:collapse; 
   border-spacing:0; 
} 
fieldset,img { 
   border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
   font-style:normal; 
   font-weight:normal; 
} 
ol,ul { 
   list-style:none; 
} 
caption,th { 
   text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
   font-size:100%; 
   font-weight:normal; 
} 
q:before,q:after { 
   content:''; 
} 
abbr,acronym { border:0; 
} 
/*
----------------------------------------------------------------------------------
*/
body {
	font-family: Helvetica ,Arial,  sans-serif;
	font-size:14px;
	background-color:#bfc7ce;
	color:#003461;
}
#contenedor{
	position:absolute;
	top:70px;
	left:50%;
	margin-left:-335px;
	width:667px;
	height:auto;
	background-color:#bfc7ce;
	/*border:1px solid #e2e7ed;*/

}
#cabecera{
	clear:both;
	float:left;	
	width:100%;
	height:100px;

/*	
	height:100px;	
	background-image: url(../media/aplicacion/logoFondoCab.jpg);
	background-position:top left;
	background-repeat:no-repeat;
*/	
}
#logo{
	clear:both;
	float:left;	
	width:179px;
	height:100px;
	overflow:hidden;
}
#cabecera #menus{
	width:460px;
	height:100px;
	float:left;
	display:inline;
	left:20px;
	position:relative;
}
.menu{
	display:inline;
	float:left;
	width:130px;
	height:100px;
	overflow:hidden;	
	/*margin-left:20px;*/
	margin-left:20px;
	border-bottom:6px solid #003562;
	font-size:.8em;
	font-stretch:semi-condensed;	
	text-align:left;
}
.menu a{
	display:block;
	width:100%;
	color:#003461;
	background-color:transparent;
	font-weight:bold;
	text-decoration:none;
	

}

.menu a:hover{
	background-color:#FFFFFF;

}
.menu a .marcado{

	background-color:#FFFFFF;

}
#contenido{
	width:667px;
	height:367px;
	background-color:#e2e7ed;
}
#contFlash{
	width:667px;
	height:367px;
	background-color:#e2e7ed;
}
#contFlashVideo{
	width:667px;
	height:367px;
	background-color:#BFC7CE;
}
#empresaHtml{
	width:100%;
	height:100%;
	background-color:#e2e7ed;
	color:#003461;
	overflow: auto;

}
#pie {
	clear:both;
	float:left;
	padding-bottom:20px;
}
#mailtoYprivacidad{
	clear:both;
	float:left;
	width:500px;
}
#enlaceCorreo{
	clear:both;
	float:left;
	width:auto;
	padding:10px;
	font-size:.8em;
}
#enlaceCorreo a{
	display:block;
	color:#003461;
	background-color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
#enlaceCorreo a:hover{
	background-color:#003461;
	color:#ffffff;

}
#dvPrivacidad{
	clear:both;
	float:left;
	margin-top:20px;
}
#dvPrivacidad a{
	font-size:.8em;
}

#idiomas{
	float:left;
	color:#FFFFFF;
	background-color:transparent;
}

#idiomas li{
	float:left;
	display:inline;
	width:60px;
	margin-left:15px;
	text-align:center;
}

#idiomas li a{
	display:block;
	font-size:.8em;
	text-align:center;
	color:#FFFFFF;
	background-color:#003461;
	text-decoration:none;

}
#idiomas li a:hover{
	color:#003461;
	background-color:#FFFFFF;
}