/* CSS Botonera superior o Titulares superiores welcomeargentina.com v01 */

/* Botonera + Desplegables */
DIV.botonera_corredores{
  position:relative;
  float:left;
  width: 976px;
  background-color:#FFCA32;
  text-align:left;
  z-index:3;
  background-image:url(../images/menu-bg.jpg);
}
DIV.botonera_corredores ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
DIV.botonera_corredores ul li{
  padding: 0;
  float:left;
  margin:0 1px 0 1px
}
DIV.botonera_corredores .activo{
  border-bottom: solid 2px #66CC00;
}
DIV.botonera_corredores ul li a,
DIV.botonera_corredores ul li a:link,
DIV.botonera_corredores ul li a:visited{
  display: block;
  width: 120px;
  background-position: left -132px;
  
}
DIV.botonera_corredores ul li a:hover,
DIV.botonera_corredores ul li a:active{
  background-position: left top;
}
DIV.botonera_corredores ul li a span{
  display:none;
}
DIV.botonera_corredores .activo a,
DIV.botonera_corredores .activo a:link,
DIV.botonera_corredores .activo a:visited{
  background-position:left top;
}
#btn_norte,#btn_norte_i,#btn_litoral,#btn_litoral_i,#btn_cuyo,#btn_cuyo_i,#btn_sierras,#btn_sierras_i,#btn_buenosaires,#btn_buenosaires_i,#btn_costaatlantica,#btn_costaatlantica_i,#btn_granvalle,#btn_granvalle_i,#btn_loslagos,#btn_loslagos_i,#btn_costasur,#btn_costasur_i,#btn_austral,#btn_austral_i{
  height: 132px;
}
#btn_norte{
  background-image: url(../images/argentina.jpg);
}

#btn_litoral{
  background-image: url(../images/sudamerica.jpg);
}

#btn_cuyo{
  background-image: url(../images/centroamerica.jpg);
}

#btn_sierras{
  background-image: url(../images/norteamerica.jpg);
}

#btn_buenosaires{
  background-image: url(../images/africa.jpg);
}

#btn_costaatlantica{
  background-image: url(../images/asia.jpg);
}

#btn_granvalle{
  background-image: url(../images/europa.jpg);
}

#btn_loslagos{
  background-image: url(../images/oceania.jpg);
}

#btn_costasur{
  background-image: url(http://www.welcomeargentina.com/img/btn_costasur.jpg);
}

#btn_austral{
  background-image: url(http://www.welcomeargentina.com/img/btn_austral.jpg);
}



/* Desplegables */
#desplegables{
  position: relative;
  float:left;
  width:100%;
  z-index:10;
  text-align:left;
  color:#FFF;
  white-space:nowrap;
}
#desplegables li {
  border-bottom:none; /* esto elimina el borde inferior */
}
#desplegable_norte,
#desplegable_litoral,
#desplegable_cuyo,
#desplegable_sierras,
#desplegable_buenosaires,
#desplegable_costaatlantica,
#desplegable_granvalle,
#desplegable_loslagos,
#desplegable_costasur,
#desplegable_austral{
  position:absolute;
  /*border-bottom: solid 0px #66CC00;*/
  /*border-top: solid 2px #66CC00;*/
  float:left;
  margin-top:0px;
  display:none;
  z-index:4;
 	width:976px;
	border-top:none;
  background: url(../images/menu-bg-over);
  background-repeat:no-repeat;
  background-position: bottom;
  /*padding-bottom:10px;*/
}
#desplegable_norte DIV,
#desplegable_litoral DIV,
#desplegable_cuyo DIV,
#desplegable_sierras DIV,
#desplegable_buenosaires DIV,
#desplegable_costaatlantica DIV,
#desplegable_granvalle DIV,
#desplegable_loslagos DIV,
#desplegable_costasur DIV,
#desplegable_austral DIV{
	
	padding:4px;
}
DIV.botonera_corredores table{

}
DIV.botonera_corredores table td{
	width:16%;
}
DIV.botonera_corredores table a,
DIV.botonera_corredores table a:link,
DIV.botonera_corredores table a:visited{
  display:block;
  color:#6D8EAD; /*#052739;*/
  text-decoration:none;
  width:auto;
  padding:2px 4px 2px 10px;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
  border-right: dotted 1px #6D8EAD;
  margin: 0 5px 5px 5px;
}

DIV.botonera_corredores table a:hover,
DIV.botonera_corredores table a:active{
  color:#213445;
  background-color:#C0CEDB; /*#458d0d;*/
}

#desplegable_granvalle li{
	float:left;
	width:125px;
}
#desplegable_cuyo li{
	float:left;
	width:108px;
}

