@charset "utf-8";
/* CSS Document */
/* Design by Ubaldino González of D`javu Diseño Gráfico http://www.djavudg.com */
label {
	margin: 7px 5px;
	text-align: left;
	float: left;
	clear: both;
	display: block;
	width: 130px;
}
input.button {
	width: 180px;
	background-color: #544629;
	border: solid 1px #FFF;
	font-size: 15px;
	color: #FFF;
	margin: 8px 5px 8px 3px;
}
#labelhabitaciones {
	display: inherit;
}
span.required{
	font-size: 13px !important;
	color: #930 !important;
}
input.boxform, select {
	margin: 0;
	padding: 2px;
	font-size: 1em;
	background: url(../images/BGmenuhover.png) repeat;
	margin: 6px 0;
	border:  #FFF solid 1px;
	color: #544629;
}   

input:focus, select:focus {
	border: #4b4b4d solid 1px;
	background-color: #70DA90;
}
textarea {
	padding: 2px;
	margin: 0;
	background: url(../images/BGmenuhover.png) repeat;
	border:  #FFF solid 1px;
	font-size: 13px;
	margin: 5px 0;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
}
textarea:focus {
	border: #4b4b4d solid 1px;
	background: url(../images/BGmenuhover.png) repeat;

}
.errormsg {
  display: block;
  width: 88%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}
#botoncontact {
	font-size: 11px;
}
#botoncontact a {
	background: #416877 url(../images/bgbottonreservation.jpg) right no-repeat;
	text-decoration: none;
	width: 240px;
	height: 18px;
	color: #FFF;
	display: block;
	position: absolute;
	left: -8px;
	top: 762px;
	padding: 5px 0px 5px 5px;
}
#botoncontact a:hover {
	background: #1a4959 url(../images/bgbottonreservationhover.jpg) right no-repeat;
}
