@charset "utf-8";
/* CSS Document */

.contenedor{
	width:985px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../imagenes/fondex.jpg);
}

#botonera {
margin-top:0px;
}

#botonera2 {
width:139px;
}

#navegacion li {
	float:left;
	list-style-type: none;
	list-style-position: inside;
}

#uno a{
  height: 50px;
  width:110px;
  background: url(../imagenes/bot_mobile.jpg);
  display:block;
}

#uno a:hover{
  background: url(../imagenes/bot_mobile_over.jpg);
}

#dos a{
  height: 50px;
  width:110px;
  background: url(../imagenes/bot_how.jpg);
  display:block;
}

#dos a:hover{
  background: url(../imagenes/bot_how_over.jpg);
}

#tres a{
  height: 50px;
  width:110px;
  background: url(../imagenes/bot_features.jpg);
  display:block;
}

#tres a:hover{
  background: url(../imagenes/bot_features_over.jpg)
}

#cuatro a{
  height: 50px;
  width:112px;
  background: url(../imagenes/bot_contact.jpg);
  display:block;
}

#cuatro a:hover{
  background: url(../imagenes/bot_contact_over.jpg);
}

#cinco a{
  height: 19px;
  width:139px;
  background: url(../imagenes/bot_location.jpg);
  display:block;
}

#cinco a:hover{
  background: url(../imagenes/bot_location_over.jpg);
}

#seis a{
  height: 22px;
  width:139px;
  background:url(../imagenes/bot_iphone.jpg);
  display:block;
}

#seis a:hover{
  background:url(../imagenes/bot_iphone_over.jpg);
}

#siete a{
  height: 21px;
  width:81px;
  background:url(../imagenes/bot_brands.jpg);
  display:block;
}

#siete a:hover{
  background:url(../imagenes/bot_brands_over.jpg);
}

/*--------MOBILE--------*/

#ocho{
  height: 21px;
  width:81px;
  background:url(../imagenes/bot_brands_off.jpg);
  display:block;
}

#nueve {
  height: 50px;
  width:110px;
  background: url(../imagenes/bot_mobile_over.jpg);
  display:block;
}

#diez{
  height: 22px;
  width:139px;
  background:url(../imagenes/bot_iphone_off.jpg);
  display:block;
}

#once{
  height: 19px;
  width:139px;
  background:url(../imagenes/bot_location_off.jpg);
  display:block;
}

/*--------FEATURES--------*/

#doce{
  height: 50px;
  width:110px;
  background: url(../imagenes/bot_features_over.jpg);
  display:block;
}

/*--------HOW--------*/

#trece{
  height: 50px;
  width:110px;
  background: url(../imagenes/bot_how_over.jpg);
  display:block;
}

/*--------CONTACT--------*/

#catorce{
  height: 50px;
  width:112px;
  background: url(../imagenes/bot_contact_over.jpg);
  display:block;
}