/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
	
 /*Div principal */
.menu {
	float:left;
	font-family:arial;
	font-weight:bold;
	height:20px;
	font-size:0.85em;
	width:100%;
	position:relative;
	z-index:3;
	}

/* Quita viņetas, bordes y padding de las listas(ul)*/
.menu ul {
	background: none repeat scroll 0 0 #1D589E;
	height:20px;
	padding:0px;
	margin:0px;
	width:100%;
	list-style-type:none !important;}
	/*defini el anscho de las listas hijas*/
.menu ul ul {
	list-style-type:none;} 
	
/* Posicion del menu horizontal*/
.menu li {
	float:left;
	list-style-image:inherit;
	margin:0; }
	
/* diseņo de los links padres*/
.menu a, .menu a:visited {
	padding: 0 42px;
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	height:20px;
	line-height:20px;}

/* diseņo de fondo de los hijos que contienen nietos*/
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#000000 url(../images/flecha.png) bottom right no-repeat;}

/* diseņo de fondo de los hijos hover que contienen nietos*/
.menu ul ul a.drop:hover{background:#BABABA url(../images/flecha.png) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#BABABA url(../images/flecha.png) bottom right no-repeat;}
	
/* diseņo de fondo de los nietos*/
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#BABABA;
	text-decoration:none;}

/* diseņo de fondo de los nietos hover */
.menu ul ul ul a:hover {
	background:#EE6600;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	position:absolute;
	z-index:4;
	width:100px;
	visibility:hidden;}

/* position the third level flyout menu */
.menu ul ul ul{left:95px; width:95px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-95px;}

/* Estilo de la tabla esclusiva para navegadores IE*/
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;}

/* estilo de los links hijos sin nietos */
.menu ul ul a, .menu ul ul a:visited {
	background:#2356BB;
	color:#FFF;
	height:auto;
	line-height:1em;
	padding:5px 5px;
	width:84px;
	border-width:0 1px 1px 1px;
	 text-align:center;}

/* estilo hover en los padres */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#9DDA27;}
.menu :hover > a{color:#fff;background:#9DDA27; text-decoration:underline;}
.menu ul ul :hover > a {color:#1C4798;background:#EBF0F6; text-decoration:none; text-align:center;}

/*Muestra contenido sesgundo nivel*/
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; }
	
/*oculta contenidos de tercer nivel*/
.menu ul :hover ul ul{
	visibility:hidden;}
	
/*muesta contenidos tercer nivel*/
.menu ul :hover ul :hover ul{
	visibility:visible;}

.mdiseno ul li a{
	width:119px !important;}
.mvacantes a{
	padding:0px 33px;}
