/* CSS Document */



body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
a:hover {
	text-decoration: none;
}
.franja-negra {
	background-color: #3b393a;
	position: relative;
	padding-top: 15px;
	color: white;
}
.noticia h5 {
	color: #747472;
}
.noticia h4 {
	font-weight: bold;
	font-size: 21px;
}
.subtitulo_noticia {
	font-family: 'Oxygen', sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-weight: bold;
}
.descripcion_noticia {
	font-family: 'Oxygen', sans-serif;
	font-weight: normal;
	font-size: 16px;
}
.noticias #articulo {
	float: left;
	width: 250px;
	font-size: 18px;
}
.noticias #articulo a:hover {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	color: #000;
}
.noticias #articulo a {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: underline !important;
}
.noticias #articuloLista {
	float: left;
	max-width: 100%;
	font-size: 18px;
}
.noticias #articuloLista a:hover {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	color: #000;
}
.noticias #articuloLista a {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: underline !important;
}
#paginacion a {
	text-decoration: underline;
	color: #000000;
	font-weight: bood;
}
#paginacion a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bood;
}
a.enlaceVerde:hover {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: underline !important;
}
a.enlaceVerde {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: underline !important;
}
a.enlaceVerdeP:hover {
	font-family: 'Oxygen', sans-serif;
	color: #000;
	text-decoration: underline !important;
}
a.enlaceVerdeP {
	font-family: 'Oxygen', sans-serif;
	color: #000;
	text-decoration: underline !important;
}
img {
	max-width: 100%;
}
h1 {
	margin-top: 0px;
}
.franja-verde {
	background-color: #96b407;
}
.sociales {
	float: right;
}
a.leermas {
	display: block;
	color: black;
	text-decoration: underline;
}
a.leermas:hover {
	color: #96b408;
}
.noticias {
	margin-bottom: 40px;
}
.dreta {
	padding-top: 10px;
	
}
.icos {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 24px;
}
.icos div {
	padding: 20px;
}
.contactar {
	float: right;
	background-image: url(../img/sobre.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-left: 10px;
	/*margin-right: 20px;*/

	font-size: 18px;
	color: white;
	margin-top: 6px;
	width: 235px;
}
.contactar a {
	color: white;
}
.telefono {
	float: right;
	background-image: url(../img/tel.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	/*margin-left: 20px;*/

	margin-right: 20px;
	font-size: 18px;
	margin-top: 6px;
	width: 170px;
}
.idiomes {
	background-color: #626061;
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	padding: 8px 15px;
	font-size: 14px;
	width: 122px;
	padding-right: 30px;
	cursor: pointer;
	background-image: url(../img/idiomas.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.idiomes a {
	color: white;
}
#idioma {
	float: right;
	clear: both;
}
#canviaidioma {
	display: none;
	float: right;
	clear: both;
}
.navbar-collapse {
	padding-left: 0px;
}
.navbar {
	position: relative;
	min-height: 30px;
	margin-left: -35px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
.navbar li a {
	color: white !important;
	border-right: 1px solid white;
	padding: 0px 20px;
	text-align: center;
	margin: 15px 0px;
	font-weight: bold;
	font-size: 18px;
}
.navbar li a:hover {
	color: #3b393a !important;
}
.navbar li:last-child a {
	border-right: none;
}
.navbar-default {
	background-color: transparent !important;
	border-color: transparent !important;
}
.buscador {
	background-color: #f5f4f5;
}
h3 {
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #040404;
	line-height: unset;
}
h4 {
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: black;
}
.resultado-ficha h4 {
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0px;
	color: black;
}
.form1 {
	background-color: #f4f4f4;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 20px;
}
.mitg-form1 {
	width: 48%;
	float: left;
}
.mitg-form2 {
	width: 48%;
	float: right;
}
.enviarVerde {
	background-color: #96b408;
	color: white;
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 24px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}
.form1 .enviar {
	background-color: #96b408;
	color: white;
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 24px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}
h3 span {
	font-family: 'Oxygen', sans-serif;
	font-weight: normal;
	font-size: 18px;
}
.ficha {
	background-color: #f5f4f5;
	padding: 20px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 14px;
	margin-bottom: 30px;
}
.masinformacion .camas span {
	display: block;
	font-weight: bold;
}
.masinformacion .camas {
	padding-left: 40px;
	background-image: url(../img/ficha-ico-camas.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.masinformacion .actividades span {
	display: block;
	font-weight: bold;
}
.masinformacion .actividades {
	padding-left: 40px;
	background-image: url(../img/ico-actividades.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.masinformacion .habitaciones span {
	display: block;
	font-weight: bold;
}
.masinformacion .habitaciones {
	padding-left: 40px;
	background-image: url(../img/ico-clau.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.masinformacion .instalaciones span {
	display: block;
	font-weight: bold;
}
.masinformacion .instalaciones {
	padding-left: 40px;
	background-image: url(../img/ico-instalaciones.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.masinformacion .dotacion span {
	display: block;
	font-weight: bold;
}
.masinformacion .dotacion {
	padding-left: 40px;
	background-image: url(../img/ico-penjador.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.masinformacion .plazas span {
	display: block;
	font-weight: bold;
}
.masinformacion .alrededores {
	padding-left: 40px;
	background-image: url(../img/ficha-ico-alrededores.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.masinformacion .alrededores span {
	display: block;
	font-weight: bold;
}
.masinformacion .como {
	padding-left: 40px;
	background-image: url(../img/ficha-como-llegar.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.masinformacion .como span {
	display: block;
	font-weight: bold;
}
.masinformacion .plazas {
	padding-left: 40px;
	background-image: url(../img/ficha-ico-plazas.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.linia {
	border-bottom: 4px solid #c9e837;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 0px;
	margin-left: 15px;
	width: 98%;
}
.linia2 {
	border-bottom: 1px solid black;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 0px;
	margin-left: 15px;
	width: 98%;
}
input {
	border-radius: 5px;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	border: none;
	background-color: white;
	font-family: 'Oxygen', sans-serif;
	font-weight: regular;
	font-size: 16px;
}
textarea {
	border-radius: 5px;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	border: none;
	background-color: white;
	font-family: 'Oxygen', sans-serif;
	font-weight: regular;
	font-size: 16px;
}
select {
	border-radius: 5px;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	border: none;
	background-color: white;
	font-family: 'Oxygen', sans-serif;
	font-weight: regular;
	font-size: 16px;
}
input.envia:hover {
	background-color: #3b393a;
}
a .contactar {
	color: white;
}
a:hover .contactar {
	color: #ccc;
}
.enlaces a {
	text-decoration: underline;
	display: block;
	color: black;
}
.ficha h4 {
	font-size: 28px;
	font-weight: bold;
	color: #96b408;
}
.resultado h4 {
	font-size: 28px;
	font-weight: bold;
	color: #040404;
}
.ficha h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}
.resultado h5 {
	color: #686865
}
.enlaces {
	margin-top: 20px;
}
.busca {
	/*background-image: url(../img/lupa.png);*/
	background-repeat: no-repeat;
	background-position: left center;
	/*padding-left: 50px;*/
}
.entrada {
	background-image: url(../img/calendari.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.salida {
	background-image: url(../img/calendari.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
input.envia {
	background: url(../img/lupa-blanca.png) no-repeat center center;
	background-color: #96b408;
	color: white;
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 24px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}
.destinos {
	background-color: white;
}
.imagenLocalidad {
	max-width: 350px;
	margin-left: 20px;
}
.suscripcion {
	background-color: #d6d3d3;
	padding: 30px;
	text-align: center;
}
.suscripcion h3 {
	color: #040404;
	font-size: 30px;
	font-weight: bold;
}
.resultado .plazas {
	float: left;
	overflow: hidden;
	margin-right: 54px;
	padding-left: 30px;
	background-image: url(../img/ico-plazas.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 10px;
}
.coste {
	border-top: 1px solid #ccc;
	padding-top: 30px;
	margin-top: 20px;
}
.coste h4 {
	font-size: 16px;
	color: #040404;
}
.resultado-ficha .plazas {
	float: none;
	overflow: hidden;
	margin-right: 54px;
	padding-left: 30px;
	background-image: url(../img/ico-plazas.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 10px;
	margin-top: 8px;
}
.resultado .ficha {
	height: 240px;
	padding-top: 10px;
}
.resultado .precio {
	float: left;
	overflow: hidden;
	background-image: url(../img/ico-precio.png);
	background-position: left center;
	padding-left: 36px;
	height: 30px;
	padding-top: 5px;
	background-repeat: no-repeat;
}
.resultado-ficha .precio {
	float: left;
	overflow: hidden;
	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url(../img/ico-precio.png);
	background-position: left center;
	padding-left: 36px;
	height: 30px;
	padding-top: 5px;
	background-repeat: no-repeat;
}
.borra {
	clear: both;
}
.boto-reserva a {
	background-color: #87b400;
	font-size: 18px;
	color: white;
	display: block;
	text-decoration: none;
	width: 120px;
	text-align: center;
	padding: 5px 10px;
	border-radius: 5px;
	/*margin: 10px 0;*/

	float: right;
}
.resultado-ficha .ubicacion {
	float: none;
	overflow: hidden;
	margin-right: 54px;
	padding-left: 30px;
	background-image: url(../img/ubicacion.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 10px;
	margin-top: 8px;
}
.resultado-ficha .ubicacion a {
	font-weight: bold;
	color: #000;
}
.resultado-ficha .boto-reserva a {
	background-color: #87b400;
	font-size: 18px;
	color: white;
	display: block;
	text-decoration: none;
	width: 120px;
	text-align: center;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	float: left;/*position: absolute;*/

	/*bottom: 10px;*/

}
.precio span {
	font-size: 18px;
}
.boto-reservada {
	background-color: #a61607;
	font-size: 18px;
	color: white;
	display: block;
	text-decoration: none;
	width: 120px;
	text-align: center;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	float: right;
}
.boto-reserva a:hover {
	background-color: #3b393a;
}
.resultado .enlaces {
	margin-top: 5px;
}
footer {
	background-color: #272727;
	padding: 20px;
	color: white;
	text-align: center;
}
footer a {
	color: white;
}
footer a:hover {
	color: #ccc;
}
.localidad-home {
	width: 100% !important;
	max-height: 250px !important;
	overflow: hidden !important;
}
.resultado {
	padding-left: 15px;
	padding-right: 15px;
}
.resultado-ficha .col-md-5 {
	background-color: #f5f4f5;
	min-height: 510px;
}
h4 a {
	color: #040404;
}
h4 a:hover {
	color: #040404;
}
h4 .ubicacion {
	font-size: 14px;
	background-image: url(../img/ubicacion.png);
	background-repeat: no-repeat;
	background-position: left center;
	/*padding-left: 20px;*/

	padding: 10px 0 10px 20px;
	margin-left: 10px;
	color: #040404;
}
.texto-resultado {
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #747472;
}
.totalancho {
	width: 100% !important;
}
.resultado .col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
	max-height: 238px;
	overflow: hidden;
}
.resultado .col-md-8 {
	padding-left: 0px;
	padding-right: 0px
}
.dretax {
	text-align: right;
}
.otros {
	margin-top: 30px;
}
.taula {
	font-size: 13px;
}
.bloque-disponibilidad {
	padding: 20px;
	margin-top: 10px;
}
.show_hide {
	display: none;
}
a.reservar {
	background-color: #96b408;
	color: white;
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	width: 160px;
	display: block;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 5px;
}
a.reservar:hover {
	background-color: #000000;
	color: white;
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	width: 160px;
	display: block;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 5px;
}
.total {
	background-color: #f4f4f4;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
}
.datos {
	border: 2px solid #ccc;
	padding: 25px;
}
.bloque-disponibilidad {
	padding-bottom: 20px;
}
.primera {
	margin-top: 20px;
}
/* ESTILOS DEL CALENDARIO */

#content #mes {
	width: 154px;
	float: left;
	font-size: 12px;
	color: #010101;
}
#capaDisponibilidad #mes {
	width: 196px;
	float: left;
	font-size: 12px;
	color: #010101;
}
.calendario .semana {
	background: #5a7800;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
.calendario .dia {
	background: #f4f6e4;
	font-size: 10px;
	color: #5a7800;
	font-weight: normal;
}
.calendario .diaHoy {
	background: #d3d8ae;
	font-size: 10px;
	color: #5a7800;
	font-weight: bold;
}
.calendario .diaVacio {
	background: #ffffff;
	font-size: 10px;
	color: #5a7800;
	font-weight: bold;
}
.calendario .diaOcupado {
	background: #d3d8ae;
	background-image: url(../img/dia_ocupado.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #384415;
	font-weight: bold;
}
.calendario .diaFinReserva {
	background: #d3d8ae;
	background-image: url(../img/dia_fin_reserva.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #384415;
	font-weight: bold;
}
.calendario .diaInicioReserva {
	background: #d3d8ae;
	background-image: url(../img/dia_inicio_reserva.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #384415;
	font-weight: bold;
}
.calendario .diaInicioFinReserva {
	background: #d3d8ae;
	background-image: url(../img/dia_dos_reservas.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #384415;
	font-weight: bold;
}
.calendario .festivo {
	background: #d70000;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	padding: 0 2px;
}
.calendario .ocupado {
	background: #7aa300;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	padding: 0 2px;
}

/* FIN DE ESTILOS DEL CALENDARIO */

@media only screen and (max-width: 600px) {

div.borra {
	clear: both;
	height: 30px;
}
/*

.contactar{

	clear:both;

	margin: 10px 60px 10px 10px;

}	

.sociales{

	display:none;	

}

*/

.dreta {
	height: 50px;
}
.resultado {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	background-color: #f5f4f5;
	margin-bottom: 10px;
}
.boto-reserva a {
	clear: both;
	margin-top: 10px;
}
.col1 {
	font-weight: bold;
}
.sociales {
	margin-top: -9px;
}
.navbar-toggle {
	background-color: white;
	float: left;
	margin-left: 30px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.navbar li a {
	color: white !important;
	border-right: none;
	padding: 0px 20px;
	text-align: center;
	margin: 15px 0px;
	font-weight: bold;
	font-size: 18px;
}
}

@media only screen and (min-width: 1000px) {
.preciot {
	display: none;
}
.fianzat {
	display: none;
}
.totalt {
	display: none;
}
}

@media only screen and (max-width: 1000px) {
.preciot {
	display: block;
	font-weight: bold;
}
.primera {
	display: none
}
.dretax {
	text-align: left;
}
.datos {
	margin-top: 16px;
}
.col1 {
	font-size: 15px;
	font-weight: bold;
}
.taula {
	margin-top: 16px;
}
.fianzat {
	display: block;
	font-weight: bold;
}
.totalt {
	display: block;
	font-weight: bold;
}
}
@media only screen and (max-width: 800px){

.contactar {
	float: left;
	background-image: url(https://nueva.bauksar.com/img/sobre.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-left: 6px;
	margin-right: 0px;
	font-size: 12px;
	color: white;
	margin-top: 6px;
	width: 50%;
	height:20px;
}

.franja-negra h1 img
{max-width:200px;}
.telefono {
	float: right;
	background-image: url(https://nueva.bauksar.com/img/tel.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 0px;
	text-align:right;
	margin-right: 0px;
	font-size: 12px;
	margin-top: 6px;
	height:20px;
width: 130px;
}

.idiomes
{top:-60px !important;
position: absolute;
font-size: 12px;
z-index:9999999;
right:0px !important;}
}

@media only screen and (max-width: 780px)  and (min-width: 500px){
	.dreta
{margin-top:-20px;
height:50px;}}


