@charset "UTF-8";
/* CSS Document */

form {
padding: 0px 5px 0px 5px;
font-size: 12px; 
voice-family: "\"}\"";/*===== HACK PARA IE6.========*/
voice-family: inherit;
margin-top:-10px;/*===== IE6 SI VE ESTA LINEA  ========*/
	}
html>body form{/*===== IE6 NO VE ESTA LINEA  ========*/
margin-top:-0px;
margin-bottom:-0px;
	}
	
.text {
margin:5px 0px; /* set top margin same as form input - textarea etc. elements */
font-size: 11px;
width: 260px;
background: #E0E3E8;
border:1px solid #02114D;/*NO VALE THIN - NO FUNCIONA EN IE*/
}
.onlytext  {
margin:7px 0px 0px 10px; /* set top margin same as form input - textarea etc. elements */
font-size: 11px;
width: 260px;
background:none;
border:0;
}


.select {
margin:5px 10px; /* set top margin same as form input - textarea etc. elements */
font-size: 11px;
width: 260px;
}

.select_small {
margin:5px 10px; /* set top margin same as form input - textarea etc. elements */
font-size: 11px;
width: 80px;
}

.check {
background: #FFFF99;
border:1px solid #BE7E00;
margin:5px 5px 0px 5px; /* set top margin same as form input - textarea etc. elements */
}
.submit {
float:left;
font-size: 11px;
background-color: #486F97;
color: #FFFFFF;
margin-left: 4px;
margin-top:5px;
cursor: pointer;/* CURSOR - MANO PARA TODOS LOS NAVEGADORES EXCEPTO IE 5.x*/
cursor: hand; /* EL MISMO CURSOR PARA IE 5.x */
padding:2px;
	}
.submit{/*===== HACK PARA IE6  ========*/
	voice-family: "\"}\"";
	voice-family: inherit;
border:0px solid #02114D;/*ELIMINA EL BORDE DEL BOTON EN IE 6.0*/
	}
html>body .submit{/*===== HACK PARA IE6  ========*/
border:1px solid #02114D;/*BORDE DE 1 PX PARA EL RESTO DE NAVEGADORES, INCL. IE7 */
	}

.erase {
font-size: 11px;
background-color: #660033;
color: #FFFFFF;
margin-right: 6px;
border:1px solid #BE7E00;
cursor: pointer;
padding:5px;
}


form fieldset {

  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: inline;
	float: left; 
	width: 250px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:250;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; width:300px; }

form small {
	display: block;
	margin: 0 0 5px 10px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#email_sent
{
height:350px;
border: 1px solid #000000;
padding: 10px;        /* padding in fieldset support spotty in IE */
margin: 0;
padding-top:20px;
text-align:center;
line-height:30px;
}
#reservation_sent
{
border: 1px solid #000000;
padding: 10px;        /* padding in fieldset support spotty in IE */
margin: 10px;
padding-top:20px;
text-align:center;
line-height:30px;
}

/************************************************************************************************/
