﻿#frmContacto{
  width: 400px;
  font-size: 12px
}
#frmContacto .lbl{
  display: block;
  margin: 10px 0 4px 0
}
#frmContacto .txt, #frmContacto .lst{
  display: block;
  height: 24px;
  width: 300px
}
#frmContacto span.err{
  color: #FF0000
}
#frmContacto div.err{
  border: 1px solid #990000;
  background-color: #FFBFBF
}
#frmContacto div.ok{
  border: 1px solid #006600;
  background-color: #D7FF82
}
ul.opscontenido{
  display: block;
  list-style-type: none;
  border: 0;
  margin: 20px 0;
  padding: 0;
  height: 20px
}
ul.opscontenido li{
  float: left;
  border: 0;
  margin: 0;
  padding: 0;
  background: none
}
li.reservar{
  height: 20px;
  width: 84px
}
a.reservar{
  height: 20px;
  width: 84px;
  display: block;
  background: url(../imgs/reservar-btn.gif) no-repeat 0 0;
  text-indent: -999%;
  overflow: hidden
}
a.reservar:hover{
  background: url(../imgs/reservar-btn.gif) no-repeat 0 -21px;
}
li.chat{
  height: 20px;
  width: 100px
}
a.chat{
  height: 20px;
  width: 100px;
  display: block;
  background: url(../imgs/chat-en-linea-btn.gif) no-repeat 0 0;
  text-indent: -999%;
  overflow: hidden
}
a.chat:hover{
  background: url(../imgs/chat-en-linea-btn.gif) no-repeat 0 -21px;
}
