/* CSS Document */
.MenuIdioma { 
	border-bottom: solid 2px #322f31;
	
position: absolute;
padding: .3em 0 .5em 0;
}
.MenuIdioma li
{
    display: inline;  
    color: #322f31;
}
.MenuIdioma input{ border:none; background:#f6f5f3;color: #322f31; cursor: pointer;
                 font: bolder 1.1em 'Sebino-Regular', "Trebuchet MS" , Arial, Verdana;padding:0;  vertical-align: middle; width:2em}
.MenuIdioma span
{
    display:none
}
.idioma_seleccionado {font: bolder 1.2em 'Sebino-Regular', "Trebuchet MS" , Arial, Verdana;}

/*--menu pie--*/

.MenuPie li 
{
    display: inline; 
    color: #fff;
}
.MenuPie  li a{color: #fff; padding:0 10px}
.MenuPie li a:hover
{
    color: #fff;
}
.enlacePiePegado{
    padding-right: 0 !important;
}
/*---MENU PRINCIPAL---*/
#Menu-Principal{
clear:both;

overflow:auto;
height:1%;
font:400 1.3em 'Sebino-Regular', "Century Gothic", Arial, Verdana; 
text-transform:uppercase; margin-top:2em;
font-weight: bolder;
}

#Menu-Principal li{	display:inline; color:#fff; padding:.3em .3em ; float:left;margin-right: 2.2em; margin-top:4px;}
#Menu-Principal li:last-child{margin-right:0}
#Menu-Principal li a{color:#fff;  }
#Menu-Principal li.Activo{
    padding-bottom:2px;
	font-weight: Bold;
	font:600 1em 'Sebino-Heavy', "Century Gothic", Arial, Verdana;
	}
#Menu-Principal li.Activo a{
	color:#fff;
	font-family: 'Sebino-Black';
	font-weight:bolder;
	border-right:none;
	}
	
/*--MENU SEGUNDO NIVEL---*/
.Menu-Segundo{
	padding:0; 
    font:400 1em 'Sebino-Regular', "Century Gothic", Arial, Verdana;
}
.Menu-Segundo li{ 
    color:#322f31; 
    float:left;
    padding: 1em 1em;

 }
.Menu-Segundo li:last-child{margin-right:0}
.Menu-Segundo li a{ 
    color:#322f31; 
    padding:0;
	font-weight:bold;
	text-transform:uppercase;
    white-space: nowrap;
 }
.Menu-Segundo li.Activo{ 

  
 }
.Menu-Segundo li.Activo a { 

  color:#000;
    	font:400 1em 'Sebino-Bold', "Century Gothic", Arial, Verdana;

 }

.Menu-Segundo li a:hover{color:#322f31	}




/*menu tercero en pestaņas*/
.Menu-Tercero
{
	background:  url("/recursos/img/fnMenuTercero.jpg") repeat-x bottom left;
	padding:0 0; margin-bottom:10px
	
}
.Menu-Tercero li
{
	float: left; 	font-size: 0.9em !important;
	
}
.Menu-Tercero li a
{
	/*color: #666;
	padding: 8px 15px;
	
	  display:block; 
	  background:url("/recursos/img/SeparadorMenuTercero.jpg") no-repeat right bottom
	  
	  */
	  background: url(../img/tab-ultimo.jpg) repeat-x left bottom;
	border: solid 1px #EDEDED;
	border-bottom: none;
	color: #4292B9;

	padding: 8px 15px;
	cursor: pointer; display:block; 
	  
	  
}

.Menu-Tercero li.Activo a
{
	/*font-weight: bold;
	background: #3D6D9D url("/recursos/img/MenuTerceroActivo.jpg") repeat-x bottom left;
	color: #fff;*/
	background: #FFF;
	border: solid 1px #CAEDFF;
	border-bottom: none;
	font-weight: bold;
	color: #0181C8;
}





/*---MENU LATERAL-----*/
#MenuLateral
{
	width: 237px;
	float: left;
	clear:both
}

#MenuLateral h2
{
	float: none;
}

#MenuLateral li
{
	background: none !important;
}


#MenuLateral li a, #MenuLateral li strong
{
	padding: 10px;

	display: block;
	color: #fff;
	font-size: 1em; font-weight:500;
    background: rgba(121,191,104,1);
  background: -moz-linear-gradient(left, rgba(121,191,104,1) 0%, rgba(66,162,186,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(121,191,104,1)), color-stop(100%, rgba(66,162,186,1)));
  background: -webkit-linear-gradient(left, rgba(121,191,104,1) 0%, rgba(66,162,186,1) 100%);
  background: -o-linear-gradient(left, rgba(121,191,104,1) 0%, rgba(66,162,186,1) 100%);
  background: -ms-linear-gradient(left, rgba(121,191,104,1) 0%, rgba(66,162,186,1) 100%);
  background: linear-gradient(to right, rgba(121,191,104,1) 0%, rgba(66,162,186,1) 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79bf68', endColorstr='#42a2ba', GradientType=1 );*/
  border-radius: 10px; margin-bottom: 5px;


}
#MenuLateral li strong{font-weight:bold}
#MenuLateral li a:hover
{
	color: #fff;
}
/*---segundo nivel---*/
#MenuLateral li li a, #MenuLateral li li strong
{
	background: #fff url(../img/topo-menu.gif) no-repeat 15px 8px;
	border-top: none;
	padding: 5px 0 5px 30px;
	font-size: 1em;
	color: #3B90AE; font-weight:normal
}
#MenuLateral li li strong{font-weight:bold}
#MenuLateral li li a:hover{color:#658716}
/*---tercer nivel---*/

#MenuLateral li li li a, #MenuLateral li li li strong
{
	background: #fff url(../img/circulito.gif) no-repeat 33px 10px;
	border-bottom: none;
	padding: 2px 0 0 40px;
	font-size: 1em;
	color: #7D7D7D;
}

.borde-menu-superior, .borde-menu-inferior, .borde-menu-inferior-activo
{
	display:none
}



