@import url("reset.css");

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: center;
	background-color: #FF8A00;
}
#contendor_principal {
	position: absolute;
	/*nos posicionamos en el centro del navegador*/
	top:50%;
	left:50%;
	width: 950px;
	margin-left:-475px;
	height: 600px;
	margin-top:-300px;
}
#contenedor_izda {
	width: 150px;
	height: 600px;
	float: left;
	text-align: left;
}
#contenedor_dcha {
	width: 800px;
	height: 600px;
	float: right;
	text-align: left;
}
#contenedor_logo {
	width: 150px;
	height: 250px;
	float: left;
	text-align: left;
}
#contenedor_logo img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#contenedor_menu {
	width: 150px;
	height: 250px;
	float: left;
	text-align: left;
	background-color: #8d8d8d;
}
#contenedor_menu ul {
	padding-left: 11px;
	padding-top: 15px;
}
#contenedor_menu ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 26px;
	font-weight: bold;
}
#contenedor_menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#contenedor_direccion {
	padding-top: 10px;
	width: 150px;
	height: 90px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	line-height: 16px;
}
#contenedor_direccion a {
	font-size: 9px;
	color: #666666;
}
#contenedor_idiomas {
	width: 800px;
	height: 40px;
	text-align: right;
	background-color: #8d8d8d;
}
#contenedor_idiomas img {
	border: 0px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contenedor_foto_portada {
	width: 800px;
	height: 486px;
}
#contenedor_txt_portada {
	padding-top: 8px;
	width: 742px;
	height: 54px;
	float: left;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
}
#contenedor_ubicacion_googlempas {
	width: 792px;
	height: 552px;
	border: 4px solid #FFFFFF;
	overflow: hidden;
}
#map_canvas {
	width: 792px;
	height: 592px;
	/height: 552px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 14px;
}
#contenedor_pre_reserva {
	width: 800px;
	height: 510px;
	overflow: hidden;
	background-image: url(../images_web/fondo_reservas.jpg);
	background-repeat: no-repeat;
	padding-top: 55px;
}
#contenedor_pre_reserva p {
	padding-left: 105px;
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4a4949;
	text-decoration: none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff8a00;
	text-decoration: none;
	border: 1px solid #666666;
	margin-left: 3px;
	font-weight: bold;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff8a00;
	text-decoration: none;
	border: 1px solid #666666;
	margin-left: 3px;
	font-weight: bold;
}
.alinear_centro {
	text-align: center;
}
#contenedor_confirma {
	width: 590px;
	height: 240px;
	overflow: hidden;
	background-image: url(../images_web/fondo_confirma.gif);
	background-repeat: no-repeat;
	padding-top: 320px;
	padding-left: 125px;
	padding-right: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #494949;
	text-decoration: none;
	text-align: justify;
	line-height: 18px;
}
#contenedor_conoce {
	width: 792px;
	height: 552px;
	border: 4px solid #FFFFFF;
	overflow: hidden;
}
#contenedor_conoce img {
	padding: 1px;
}
#contenedor_tarifas_servicios {
	width: 792px;
	height: 552px;
	border: 4px solid #FFFFFF;
	overflow: hidden;
	background-image: url(../images_web/fondo_tarifas.jpg);
	background-repeat: no-repeat;
}
#contenedor_tarifas {
	width: 400px;
	height: 288px;
	margin-left: 360px;
	margin-top: 30px;
}
#contenedor_tarifas p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 110px;
	padding-top: 20px;
	line-height: 20px;
}
#tarifas {
	width: 400px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 1px;
}
#tarifas th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	vertical-align: middle;
}
#tarifas td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #ff8a00;
	height: 20px;
	vertical-align: middle;
}
.izquierda_txt {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
.centro_txt {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
.derecha_txt {
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 35px;
}
#contenedor_servicios {
	width: 692px;
	margin: 58px 0px 0px 0px;
}
#contenedor_servicios p {
}
.servicios {
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	padding: 0px 0px 0px 160px !important;
	float: left;
	width: 350px;
}
.politicadevolucion {
	font: normal 10px Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	text-align: justify;
	float: left;
	padding: 0px 0px 0px 12px;
	width: 170px;
}
.subrayado {
	text-decoration: underline;
	font-size: 11px;
}
#contenedor_enlaces {
	width: 800px;
	height: 480px;
	overflow: hidden;
	background-image: url(../images_web/fondo_enlaces.gif);
	background-repeat: no-repeat;
	padding-top: 80px;
}
.titulo_oferta {
	color: #8d8d8d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#oferta {
	background-image: url(../images_web/fondo_ofertas_pension_garate.gif);
	background-repeat: no-repeat;
	height: 320px;
	width: 570px;
}
.oculto {
	display: none;
}
