body{
  margin:0px;
  padding:0px;
  /*
  background:url(imagenes/sombrafondo.gif) top center repeat-y;
  */
  font-family:Georgia, times new roman, serif;
}

.botonidioma{
  float:left;
  clear:none;
  font-size:18px;
  margin-right:10px;
  font-family:Georgia, times new roman, serif;

}
.botonidioma a{
  text-decoration:none;
  color:#FFF;
  text-shadow:1px 1px 0 #333;
  display:block;
  width:100%;
  /*padding:7px 8px 7px 8px;*/
  width:93px;
  height:33px;
  line-height:34px;
  /*
  border-top:2px #102866 solid;
  border-bottom:2px #102866 solid;
  background:url(imagenes/backbotongris.jpg) repeat-x;
  */
  background:url(imagenes/fondobotonidioma2.jpg) no-repeat;
  /*
  -moz-border-radius:7px;
  border-bottom:1px #222 solid;
  border-right:1px #222 solid;
  */
  font-size:17px;
}
.botonidioma a:hover{
  background-position:0px -33px;
}

