html{
  background-image: url(../images/nuevoFondoMezclilla3.gif);
  background-attachment: fixed;
  color: #444;
}

body{
  margin: 0;
}


#container{
  width: 797px;
  margin: auto;
  position: relative;
  font-family: Verdana;
  font-size: 8pt;
}

#container #body{
  background-image: url(../images/body.png);
  background-repeat: no-repeat;
  width: 797px;
  height: 339px;
}

#barraInfo{
  background-color: #FFFF99;
  border-bottom: 1px solid #444444;
  padding: 5px;
  text-align: center;
  font-family: Georgia, Bookman Old Style, Times New Roman, Tahoma;
  font-size: 9pt;
}

#select{
  background-image: url(../images/select_fondo1.png);
  background-repeat: no-repeat;
  width: 228px;
  height: 35px;
  font-family: Verdana;
  font-size: 11pt;
  color: #444;
  cursor: pointer;
}

#estadosLista{
  display: none;
}


#estadosLista ul{
  margin: 0;
  padding: 0;
  display: block;
  /*height: 200px;
  width: 227px;
  overflow-y: auto;
  overflow-x: hidden;
  border-right:1px solid #666;
  border-bottom: 1px solid #666;*/
}

#estadosLista ul li{
  list-style: none;
  width: 228px;
  display: block;
}

#estadosLista ul li a{
  background-color: #efefef;
  width: 216px;
  padding: 3px 5px;
  height: 20px;
  line-height: 20px;
  display: block;
  border-right: 1px solid #666;
  border-left: 1px solid #666;
  border-bottom: 1px solid #999;
  text-decoration: none;
}

#estadosLista ul li a.last{
  border-bottom: 1px solid #666;
}


#estadosLista ul li a:hover, #estadosLista ul li a.last:hover{
  background-color: #ccc;
  color: #fff;
}

