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

div#contenedor_cabecera_wrapper {
	width:100%;
	height:60px;
	overflow:hidden;
	background:transparent url(http://www.xolido.com/lang/img/mar2010/fondo_menu.jpg) 50% 0 no-repeat;
}

div#contenedor_cabecera {
	margin:0 auto;
	background:transparent;
	width:100%; 
	position:relative; 
	height:70px;  
}

div#contenedor_imagen_cabecera {
	width:1000px; 
	margin:0 auto; 
	height:60px;  
	text-align:center;
}

div#menu_interior {
	height:62px;
	margin:0 auto;
	position:relative;
	width:964px;
	z-index:100;
}

div#cont_logo {
	left:20px;
	position:absolute;
	top:4px;
	z-index:102;
}

div#cont_menu_principal_fondo  {
	height:62px;
	left:0;
	position:absolute;
	top:0;
	width:964px;
	z-index:99;
}

div#cont_menu_principal {
	color:#000000;
	font-family:Century Gothic,Arial,Arial Black,Helvetica CE;
	font-size:0.9em;
	height:62px;
	line-height:58px;
	margin-left:294px;
	position:relative;
	width:670px;
	z-index:101;
}

div#cont_buscador_menu  {
	overflow:hidden;
	position:absolute;
	right:20px;
	text-align:left;
	top:20px;
	width:181px;
}

div#cont_buscador {
	height:21px;
	position:relative;
	width:180px;
	overflow:hidden;
}

div#cont_buscador_menu input#buscador_rellena {
	background:url("/lang/img/fondos/fondo_buscador.jpg") repeat-x scroll 0 0 transparent;
	border:1px solid black;
	height:18px;
	line-height:18px;
	margin:0;
	padding:0 0 0 3px;
	width:152px;
}

#btn_buscador_nuevo {
	background:url("/lang/img/botones/lupa_buscador.gif") no-repeat scroll right top transparent;
	border:none;
	cursor:pointer;
	height:20px;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:0;
	width:20px;
}

ul#menu_cabecera, ul#menu_cabecera li {
	height:58px;
	line-height:58px;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

ul#menu_cabecera li {
	color:#fff;
	float:left;
	font-size:0.9em;
	padding:0 0 0 10px;
}

ul#menu_cabecera li a {
	color:#fff;
	line-height:58px;
	padding:0;
}

















