@charset "UTF-8";
/****************************************************************
MAINCONTENT
****************************************************************/
.maincontent {
	padding: 20px 30px 0px 30px;
}
.maincontent h2.contactaNosotros {
	background-image: url(/img/contacto/h2_contactanosotros.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	border-bottom: 1px solid #e77200;
	margin-bottom: 20px;
}
.maincontent h2.contactaNosotros span {
	display: none;
}
h3.center {
	font-size: 1.4em;
	text-align: left;
	color: #054E84;
	margin-bottom: 15px;
	background-image: url(../img/h3right_fondo.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
h3.right {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #1685D8;
	margin-bottom: 15px;
	background-image: url(../img/h3left_fondo.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
/****************************************************************
MENUDONDEESTAMOS
****************************************************************/
* html .menuDondeestamos {
	height: 280px;
}
.menuDondeestamos {
	float: right;
	width: 210px;
	text-align: center;
	background-image: url(/img/hr_vertical2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-right: 0px;
	padding-bottom: 20px;
	min-height: 280px;
	margin-left: 10px;	
}
.menuDondeestamos p {
	text-align: left;
	margin-top: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #666666;
}
.menuDondeestamos a {
	color: #054E84;
	font-size: 1.2em;
	display: block;
	text-align: left;
	line-height: 1.4em;
	padding-right: 23px;
	margin-top: 0px;
	background-image: url(../img/icon_enlace.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.menuDondeestamos a:hover {
	text-decoration: underline;
}
.menuDondeestamos h4 {
	margin: 15px 0px 10px 0px;
}
/****************************************************************
DETALLE
****************************************************************/
.detalle {
	text-align: left;
	margin: 0px 250px;
	margin-left: 0px;
	padding-bottom: 25px;
}
.detalle p {
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
	padding: 0px 0px 10px 10px;
	color: #000;
}
.detalle p strong {
	font-size: 1.1em;
	color: #1685D8;
}
.detalle img {
	margin-bottom: 20px;
}
.detalle p.intro {
	height: 110px;
	background-image: url(../img/contacto/formulario_fondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 250px;
	padding-top: 10px;
}
/****************************************************************
FORM
****************************************************************/
.detalle form {
	margin: 0px 80px;
}
.detalle label {
	font-size: 1.1em;
	display: block;	
	font-weight: bold;
	color: #054E84;
	margin-top: 20px;
}
.detalle div label {
	float: left;
	display: inline;
	margin-right: 25px;
}
.detalle input.campo, .detalle textarea.campo {
	font-size: 1.1em;
	border: 1px solid #aaa;
	background-color: #fff;
	padding: 2px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.detalle input:focus.campo, .detalle textarea:focus.campo {
	border: 1px solid #054E84;
	background-color: #f7f7f7;
}
.detalle input.boton, a.boton {
	font-size: 1.1em;
	border: none;
	border-left: 1px solid #aaa;
	height: 27px;
	background-image: url(../img/inputbutton_fondo.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 30px;
	color: #054E84;
	font-weight: bold;
	margin-left: 20px;
	cursor: pointer;
	padding-bottom: 2px;
}
a.boton {
	display: block;
	height: 17px;
	padding-left: 5px;
	padding-top: 8px;
	margin: 0 auto;
}
a:hover.boton {
	border: none;
}
*+ html .detalle input.boton {
	height: 27px;
	border: none;
	padding-bottom: 0px;
}
*+ html a.boton {
	height: 19px;
	padding-top: 8px;
	border: none;
	padding-bottom: 0px;
}
* html a.boton {
	height: 19px;
	padding-top: 8px;
	border: none;
	padding-bottom: 0px;
}
* html a:hover.boton {
	border-left: none;
}
* html .detalle input.boton {
	height: 27px;
	border: none;
	padding-bottom: 0px;
}
.detalle input:hover.boton, a:hover.boton {
	background-position: right bottom;
	border-left: 1px solid #054E84;
	color: #000;
}
*+ html .detalle input:hover.boton {
	border-left: none;
}
.detalle .botonera {
	text-align: right;
	width: 408px;
}
#persona {
	width: 400px;	
}
#telefono {
	width: 75px;	
}
#email {
	width: 294px;	
}
#hotel {
	width: 175px;	
}
#web {
	width: 194px;	
}
#comentario {
	width: 400px;	
}