/* CSS Document */
body{
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background:url(../imagenes/bg_body.png);
background-color:#6E6E6E;
background-position:center;

}
#text a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#01185C;
text-decoration:none;
}
#text a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#01185C;
text-decoration:none;
border-bottom:1px dotted #000000;
}


fieldset { border:0;margin:0;padding:0; }
#contenido{
margin-left:auto; 
margin-right:auto;
width:978px;
background-color:#FFFFFF;
}
#cabecera{
background:url(../imagenes/bg_cabecera_sup.jpg);
height:124px;
}

#logo{
float:left;
padding:15px 0 0 15px;
}
#menu_hoteles{
float:right;
padding:17px 10px 0 0;
}
/***************************************************
  Header Menu
 ***************************************************/
#menu {
  width: 978px;
  height:21px;
  .height:19px;
  text-align: left;
  background-color:#02185E;
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
  width: 8em;
  display: inline;
  float: left;
  list-style: none;
  text-align: center;

}

#menu ul li a {
  display: block;
  text-decoration: none;
  padding-bottom: 5px;
  color:#FFFFFF;
}

#menu ul li a:hover,
#menu ul li a.active {
  color: #92D3FD;
  background: url(../imagenes/menu_tab.gif) no-repeat bottom center;
}


/***************************************************
  Site Title
 ***************************************************/

#title {
  padding: 0.6em 55px 0.6em 0;
  margin-right: 0.5em;
  float: right;
  background: url(../images/logo_greenery.gif) no-repeat top right;
}

#title h1 {
  display: inline;
  color:  #222;
  background-color: #86E160;
  background-image: none;
}



/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#escena{
  clear: both;
  width:978px;
  margin: 0 auto;
  text-align: left;
   background:url(../imagenes/bg_contenido.jpg);
   background-repeat:no-repeat;
}

#text {
  float: left;
  width: 505px !important;
  width: 532px;
  padding: 10px 5px 20px 20px !important;
  padding: 20px 5px 20px 20px;
}

#image {
  float: left;
  width: 196px;  
  vertical-align: top;
}

#lateral_busqueda {
  float: right;
  width: 235px !important;
  width: 205px;
  padding: 10px 15px 20px 0 !important;
  padding: 20px 15px 20px 0;
}
/***************************************************
 Sidemenu Styles
 ***************************************************/

.sideMenu {
  padding: 10px 0;
}

.sideMenu a {
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 1px;  
}

.sideMenu a span {
  display: block;
  padding: 1px;
}

.sideMenu a:hover {
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

.sideMenu a:hover span {
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}

/***************************************************
 Comment Styles
 ***************************************************/

#comments p {
  padding: 0 5px;
  margin-bottom: 0;
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

#comments p span.author {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 700;
}

#comments img {
  margin-top: -1px;
}

#comments a {
  color: #7BD32C;
}

#comments a:visited {
  color: #AAA;
}

#comments a:hover {
  color: #FFF;
}

/***************************************************
 Footer
 ***************************************************/

#footer {
  clear:both;
  width: 978px;
  padding:10px 0px 10px 10px;
}


/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  cursor: pointer;
  background-color:#f4a743;
}

.date {
  display: block;
  font-weight: 700;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++*/
p { 
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}



acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

input {
  
}

textarea {
  width: 98%;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
     
  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;    
  */
}

#form_plazas input {
  padding: 1px 3px;
  margin: 5px 0;
  font: verdana, arial, sans-serif;
  color: #000;
  background-color: #FEFFD0;
  border: 1px solid #999;
  font-size:13px;
  font-weight:bold;
  width: 40%;

}
#form_plazas select {
  padding: 1px 3px;
  margin: 5px 0;
  font: verdana, arial, sans-serif;
  color: #000;
  background-color: #FEFFD0;
  border: 1px solid #999;
  font-size:11px;
  font-weight:bold;
  width: 40%;

}
#form_plazas input:hover,
#form_plazas input:focus,
{
  color: #000;
  background-color: #FFF;
  border: 1px solid #EEE;
  font-size:11px;
    font-weight:bold;
	width: 40%;
}
#form_plazas select:hover,
#form_plazas select:focus {
  color: #000;
  background-color: #FFF;
  border: 1px solid #EEE;
  font-size:11px;
    font-weight:bold;
	width:40%;
}

#formulario_contacto input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #000;
  background-color: #FEFFD0;
  border: 1px solid #999;
  font-size:11px;
  width: 70%;
}

#formulario_contacto input:hover,
#formulario_contacto input:focus,
#formulario_contacto textarea:hover,
#formulario_contacto textarea:focus {
  color: #000;
  background-color: #FFF;
  border: 1px solid #EEE;
  font-size:11px;
  width: 70%;
}

#form_reserva input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #000;
  background-color: #FEFFD0;
  border: 1px solid #999;
  font-size:11px;
}

#form_reserva input:hover,
#form_reserva input:focus,
#form_reserva textarea:hover,
#form_reserva textarea:focus {
  color: #000;
  background-color: #FFF;
  border: 1px solid #EEE;
  font-size:11px;
}


#regimen #codigo_promocion {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #000;
  background-color: #FEFFD0;
  border: 1px solid #999;
  font-size:11px;
  width: 35%;
}

#regimen #codigo_promocion:hover,
#regimen #codigo_promocion:focus,
 {
  color: #000;
  background-color: #FFF;
  border: 1px solid #EEE;
  font-size:11px;
  width: 35%;
}
h1 {
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #7BD32C;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
}

h1 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

#sideBar h1 {
  text-align: right;
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

#sideBar h1 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}


#content ol li { 
  color: #9BE4FF;
}

#content ol li span {
  color: #EEE;
}

#content ul {
  padding-bottom: 10px;
}

#content ul li {
  list-style-image: url(../images/li_bullet.gif);
}

blockquote {  
  margin: 0;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
} 

blockquote span {
  display: block;
  padding: 5px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

/* --------------------- */
#hotel{
padding:22px 0 0 10px;
color:#02185E;
font-size:24px;
width:316px;
border-bottom:6px solid #005892;
}
#descripcion_hotel{
	padding:16px 10px 0 10px;
	color:#01185C;
	font-size:12px;
	line-height: 22px;
}
.regimen{
	color:#01185C;
	font-size:12px;
	line-height: 22px;
}
#mas_datos_hotel{
	padding:16px 10px 0 10px;
}
#datos_contacto{
padding:16px 0 0 10px;
	float:left;
	font-size:12px;
	color:#01185C;
}
#formulario_contacto{
	padding:16px 10px 0 10px;
	float:right;
	width:50%;
	border-left:6px solid #005892;
}
#formulario_reserva{
	padding:16px 10px 0 10px;
	float:right;
	width:20%;
	border-left:6px solid #005892;
}
#formulario_regimen{
	padding:16px 10px 0 10px;
	float:right;
	width:58%;
	border-left:6px solid #005892;
}
#barra_inferior{
	background-image:url(../imagenes/fondo_barra_inferior.png);
	height:30px;
	width:750px;
	clear:both;
}
.texto_imput{
font-size:10px;
}
#subseccion{
font-size:14px;
color:#02185E;
border-bottom:1px dotted #02185E;
}
#subseccion_plazas{
font-size:16px;
color:#02185E;
border-bottom:1px dotted #02185E;
}
#campo_busqueda{
font-size:16px;
color:#005892;
padding-left:15px;
margin-top:5px;
}
#resultado_campo_habitacion{
font-size:12px;
color:#005892;
padding-left:15px;
margin-top:5px;
}
#campo_habitacion{
font-size:12px;
color:#005892;
padding-left:15px;
margin-top:5px;
}
#texto_otros_resultados{
font-size:11px;
}