#reservas {
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
}

h1
{
  padding: 4px 15px;
  font-size: 124%;
  font-weight: normal;
  font-style: italic;
  background-color: #e1dcbb;
}

h2
{
  font-size: 120%;
  font-style: italic;
  padding-left: 15px;
  padding-bottom: 10px;
  background-color: #e1dcbb;
}

#reservas a:link
{
	background: transparent; 
	color:  #006600; 
	text-decoration: none;
}

#reservas a:visited
{
	background: transparent; 
	color: #006600; 
	text-decoration: none;
}

#reservas a:hover 
{
	background: transparent; 
	color: #E73E00;
}

table.reservas 
{
  margin-left:9px;  
  margin-top:5px;  
  margin-bottom:5px;
}

table.reservas td {
  width: auto;
  padding : 5px;

  font-size: 105%;
  line-height: 1.4em;  
}

.reservas tr.even
{
  background-color: #F2F1EF;
}

.reservas tr.odd
{
  background-color: #fff;
}

#show {
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
}


#show table 
{
  margin-left:9px;  
  margin-top:3px;
  width: auto;  
}

#show .caption
{
  width: auto;
  height : 25px;
  padding : 0;
  padding-left:2px;  
  margin : 0;
  background : #e7fbde;
  font-size: 120%;
  font-style: italic; 
  text-align : center;
  color:#298134;
  vertical-align: middle;
  border : #9BB053 1px solid;
}

#show th
{
  width: auto;
  padding-right:10px;  
  color:#298134;
  vertical-align: middle;
  border-bottom : #9BB053 1px solid;
  font-size: 105%;
  line-height: 1.4em;  
}

#show td
{
  width: auto;
  vertical-align: middle;
  border-bottom : #9BB053 1px solid;
  margin : 5px;
  padding-right: 10px;
  font-size: 105%;
  line-height: 1.4em;  
}

#show img
{
  vertical-align: middle;
}

#reserva_form
{
  width: auto;
}

#reserva_form th
{
  white-space: nowrap;
  font-style: italic;
  width: 1%;
}

#reserva_form td, #reserva_form th
{
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  text-align: left;
  vertical-align: top;
  padding: 7px;
}

#reserva_form tfoot td, #reserva_form tfoot th
{
  border: 0;
  text-align: right;
}

#reserva_form .radio_list li
{
  display: inline;
}

.meta
{
  float: right;
  color: #77766F;
}

.inputboton {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size : 14px;
  font-weight : normal;
  border : #DEEEC7 1px solid;
  display:inline;
  background:#9BB053;
  color:#FFFFFF;
}

