#menu {
	position:absolute;
	margin:0px 0px 0px 10px;		
	width:958px;
	height:27px;
    z-index: 1;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.vinyeta{
	display:none;
}

.cuadroMenu{
	position:relative;
	text-align:center;
	width:999px;
	margin-top:14px;
	z-index:9;
}

/* ----------- ELEMENTOS DEL MENÚ DE PRIMER NIVEL ---------------- */

.cuadroMenu .elementoMenu {
	position:relative;
	width:110px;
	height:35px;
	padding:0px 0px 0px 0px;
	margin:0px 8px 0px 8px;
	display:inline;
	text-align:center;
    font-size: 12px;
	background: url(../imgTemplate/pestanaMenu.jpg) no-repeat;
}

.cuadroMenu .elementoMenu a{
	margin:10px 0px 0px 0px;
	color:#00374F;	
	text-decoration: none;
	font-weight:bold;
}

.cuadroMenu .elementoMenu a:hover{	
	color:#FFFFFF;	
}

.elementoMenuSobre {
    position: relative;
    background-color: #aaaaaa;
}

.cuadroMenu .elementoMenuActual {
	position:relative;
	width:110px;
	height:25px;
	padding:10px 0px 0px 0px;
	margin:0px 5px 0px 5px;
	display:block;
	float:left;	
	text-align:center;
    font-size: 12px;
	background: url(../imgTemplate/pestanaMenu.jpg) no-repeat;
}


.cuadroMenu .elementoMenuActual a{
	margin:10px 0px 0px 0px;
	color:#CCCCCC;
}

.elementoMenuSobre {
    font-size: 20px;
}


/*--------------------------Menu Lateral----------------------------------------*/



.cuadroMenuLateral .elementoMenuLateral {
  background: url(../imgTemplate/fondoMenu.jpg) no-repeat;
  width: 266px;
  height: 32px;
  padding-left: 10px;
z-index: 16;  

}

.cuadroSubMenuLateral .elementoMenuLateral {
  background: url(../imgTemplate/fondoMenu.jpg) no-repeat;
  width: 266px;
  height: 32px;
  margin: 0 auto;
  padding-left: 20px; 
  overflow:hidden;
  z-index: 16;

}

.cuadroMenuLateral .elementoMenuLateral a {
	position:relative;
	top:7px;
	left:0px;
	color: #d7d6d6;
}

.cuadroSubMenuLateral .elementoMenuLateral a {
	position:relative;
	top:7px;
	left:0px;
	color: #ce6708;   
}

.elementoMenuLateral  a {
  cursor: pointer;
  text-decoration: none;
}

/* ------------------------------------- SUBMENU -------------------------------------------*/

.cuadroSubMenu {	
	position:absolute;
	display: none;
	width:200px;
	text-align:left;
    z-index: 26;
    padding:0px;
    margin:0px;
    background: #007BBF;
    border-left:1px solid #00374F;
	border-right:1px solid #00374F;
	border-bottom:1px solid #00374F;
    
}


.cuadroSubMenu .elementoMenu {
	position:relative;
	float:none;
	height: 29px;
	font-size:14px;
	border-bottom:1px solid #444444;
	border-top:1px solid #151515;
	text-align:left;
	background: url(/imgTemplate/menu/fondoElementoMenuDesplegable.png) repeat-x;
	width:100%;
	padding:0px;
	margin:0px;
	z-index: 26;
}

.cuadroSubMenu .elementoMenuActual {
	position:relative;
	float:none;
	display:block;
	height: 29px;
	font-size:14px;
	border-bottom:1px solid #444444;
	border-top:1px solid #151515;
	background: url(/imgTemplate/menu/fondoElementoMenuDesplegable.png) repeat-x;
	text-align:left;
	width:100%;
		padding:0px;
	margin:0px;
}

.cuadroSubMenu .elementoMenu a{
	display:block;
	padding:7px 0px 7px 10px;
	margin:0px;
	height:15px;
	color:#FFFFFF;	
}

.cuadroSubMenu .elementoMenu a:hover{
	color:#FFFFFF;
	background-color: #00374F;
		
}


.cuadroSubMenu .elementoMenuActual a{
	height:22px;
	text-align:left;
	color:#000000;
	background-color:#333;
}


