/*- Menú 1 HORIZONTAL*/

   #botones1 {
   
	   position: absolute;
		right: 0;
	 	bottom: 0;
		width:100%;
		
	
		
      background: transparent;
      border: 0;
      }
   #botones1 ul {
	 	  margin:0 0 0 312px;
        padding:0;
        list-style:none;
      }
		
   #botones1 li {
	 	display: inline;
      }
		
	#botones1 li a {

	
		float: left;
	 	display: block;
		width: 81px;
		height: 50px;
		background-image: url(../images/boton1.gif);
		background-position: top center; 
		background-repeat: no-repeat;
		margin: 0 0 0 3px;
		
      padding: 0px 0 0 0;
		text-decoration: none;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		
		line-height: 14px;
		font-weight: normal;
		text-align: center;
		color: #666666;
      }
		#botones1 #seleccionado {
		background-image: url(../images/boton1BG.gif);
		background-position: top center; 
		background-repeat: no-repeat;
		font-weight: bold;
		color: #fff;
      }
		
		#botones1 li a:hover {
		width:81px;
		height:50px;
		
		
		background-image: url(../images/boton1BG.gif);
		background-position: top center; 
		background-repeat: no-repeat;
		font-weight: bold;
		color: #fff;
		}
		
		#botones1 br{
			line-height: 7px;
		}
		
/*- Menú 2 productos HORIZONTAL*/

   #botones2 {
		width:100%;
		height: 35px;
      background: transparent;
      border: 0;
		text-align: right;
      }
   #botones2 ul {
		  margin:0;
        padding:0;
        list-style:none;
      }
		
   #botones2 li {
	 	display: inline;
      }
		
	#botones2 li a {
		float: right;
	 	display: block;
		width: 69px;
		height: 29px;
		background-image: url(../images/boton2.gif);
		background-position: top center; 
		background-repeat: no-repeat;
		margin: 0 0 0 1px;
      padding: 6px 0 0 0;
		text-decoration: none;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;
		font-weight: normal;
		text-align: center;
		color: #666666;
      }
		#botones2 #seleccionado {
		background-image: url(../images/boton2BG.gif);
		background-position: top center; 
		background-repeat: no-repeat;
		font-weight: bold;
		color: #fff;
      }
		
		#botones2 li a:hover {
		background-image: url(../images/boton2BG.gif);
		width: 69px;
		background-position: top center; 
		background-repeat: no-repeat;
		font-weight: bold;
	    color: #fff;
		}
		#botones2 br{
			line-height: 7px;
		}
		

/*Menú idiomas*/
	#idiomas{
	position: absolute;
	right: 41px;
	top: 13px;
	width: auto;
	height: 19px;
	border: 1px solid #c2c2c2;
	margin: 0;
	padding: 0;
}

	#idiomasmenu{
	display: block;
	border: 1px solid #9fb4cf;
	margin: 0;
	padding: 2px 5px 2px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #184c92;
}

	#idiomasmenu a {
	text-decoration: none;
	color: #fff;
}

	#idiomasmenu a:hover {
	text-decoration: none;
	color: #ccc;
}







