/*--------------------tabla contacto--------------*/

#contacto {
	float:left;
	width:590px;
	font-size:12px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #000;
}

#contacto p {
	padding:0;
	margin:0;
	color: #900;
	font-size: 12px;
	font-weight: bolder;
}


#contacto span {
	color: #900;
	font-weight: bolder;
	font-size: 13px;
}

#contacto a {
	color: #900;
}
#contacto h1, h2, h3 {
	color: #333;
	font-weight: bold;
}
#reserva {
	float:left;
	width:960px;
	font-size:12px;
	text-align: justify;
	color: #000;
	margin: 0px;
	padding: 7px;
	clear: left;
	background-color: #F6ECC9;
}
#reserva p {
	padding:0;
	margin:0;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
#reserva span {
	color: #900;
	font-weight: bolder;
	font-size: 13px;
}
#reserva a {
	color: #900;
}
#reserva h1, h2, h3 {
	color: #CCC;
	font-weight: bold;
}

div.mensaje {
	padding: 10px;
	color: #000000;
}
input.inputbox, select.inputbox {
	font-size: 11px;
	border: solid 1px #666666;
}
textarea.inputbox {
	font-size: 12px;
	border: solid 1px #666666;
	padding: 2px;
} 
div.button {
	padding: 10px;
	text-align: center;
}
input:hover, textarea:hover, select:hover, input.inputboxhover {
	border-color: #FF9999;
}
input:focus, textarea:focus, select:focus, input.inputboxfocus {
	border-color: #FF0000;
}

label {
	padding-top: 3px;
	color: #000;
	display: block;
}
fieldset {
	padding: 0px 10px 10px 10px;
	color: #FFF;
}

legend {
	padding-bottom: 10px;
	font-size: 17px;
	font-weight: bolder;
	color: #930;
}

