@import 'cabeceraReset.css';
@import 'cabeceraTabsEnlaces.css';
@import 'cabeceraBuscador.css';

/*---------------------
 * 		CABECERA
 *-------------------*/
#cabecera {
	display:block;
	width:966px;
	padding-top:8px;
	margin:0;
	min-height:inherit;
	background:#e7edf0 !important;
	height:auto !important;
}
#cabecera .cabecera_top {
	background:url(../../img/cabecera/bg_cabecera.gif) bottom left no-repeat;
	display:block;
	
	padding-bottom:10px;
	position:relative;
}

/*---------------------
 * 	 	  LOGO
 *-------------------*/
#cabecera .cabecera_bottom {
	background:url(../../img/contenido/bg_contenedor.jpg) top left repeat-y;
	padding:25px 13px 25px 13px;
	position:relative;
}
#cabecera .cabecera_logo {
	/*padding:0 0 25px 0;*/
}
#cabecera .cabecera_logo .logo {
	float:left;
	display:block;
}

#cabecera #logoEntel {
	background:url(../../img/cabecera/logo_entel.gif) top left no-repeat;
	width:220px;
	height:55px;
	display:block;
}
#cabecera #logoEntel:hover {
	background-position:left bottom;
}

/*---------------------
 * 	 MENU PRINCIPAL
 *-------------------*/
#cabecera_menu {
	background:url(../../img/contenido/bg_contenedor.jpg) top left repeat-y;
	padding:0 13px 20px 13px;
	display:block;
	width:940px;
}
#cabecera_menu.fake {
	padding:5px 13px 22px;
}

/*---------------------
 * 	    FEEDBACK
 *-------------------*/
.feedback {
	height:95px;
	position:absolute;
	right:2px;
	top:-4px;
	width:95px;
	z-index:20;
}

#cabecera .feedback a,
#cabecera .feedback a:visited {
	display:block;
	width:95px;
	height:95px;
	text-indent:-9999px;
	background:url(../../img/cabecera_extras/ayudanos_azul.png) top left no-repeat;
}* html #cabecera .feedback a {
	background:url(../../img/cabecera_extras/ayudanos_azul.gif) top left no-repeat;
}

#cabecera .cabecera_logo .mensaje_tooltip {
    background: url(../../img/home_personas/tool_tip.gif) no-repeat left top;
	display:block;
	height:63px;
	width:218px;
	position:absolute;
	right:265px;
}

#cabecera .cabecera_logo .mensaje_tooltip p {
	color:#0073AE;
	font-family:Arial;
	font-size:12px;
	padding-left:44px;
	padding-top:35px;
	width:160px;
}

