/* CSS Document */

.body{
	background-color:#D6D8D3;
	margin-top:0px;
	margin-left:0px;
}

.contactoTitulo{
	font-family:Verdana,Helvetica;
	font-size:11px;
	color: #333333;
	width:50px;
	vertical-align:top;
}

.contactoTexto{
	font-family:Verdana,Helvetica;
	font-size:11px;
	color: #333333;
	text-align:left;
	vertical-align:top;
}

.contactoObligatorio{
	font-family:Verdana,Helvetica;
	font-size:10px;
	color: #FF6600;
	width:10px;
	text-align: left;
	vertical-align:top
}

.contactoCampo{
	font-family:Verdana,Helvetica;
	font-size:11px;
	color: #999999;
	width:250px;
	background-color:e3e3e3;
	border: 1px solid #666666;
}


.boton{
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	font-size: 11px;
	background: #666666;
	width: 80px;
	height: 25px;
	color: white;
	font-family: Verdana,Helvetica;
	cursor: pointer;
}

.boton:hover{
	color: #000000;
}

.tablaContacto{
	width: 1024px;
	height: 294px;
	padding-top:25px; 
	padding-left:200px;
}

.gMap{
	border: thin solid #999999;
	width: 490px;
	height: 496px;
}

.headerUbicacion{
	background-image:url(../../imagenes/contenido_ubicacion_off.jpg);
	height: 294px;
	width: 1024px;
}

.headerServicios{
	background-image:url(../../imagenes/contenido_servicios.jpg);
	height: 294px;
	width: 1024px;
}

.headerHabitaciones{
	background-image:url(../../imagenes/contenido_habitacion.jpg);
	height: 294px;
	width: 1024px;
}

.paddingBanda{
	padding-top: 10px;
}

.paddingMenu{
	padding-left: 40px;
}

.oculto{
	display: none;
	padding-top: 7px;
}

.footer{
	padding-top: 5px;
	padding-bottom:50px;
}

.formContacto{
	padding-top:50px;
}

.footerContacto{
	padding-top: 42px;
	padding-bottom:50px;
}

