﻿body {
	margin: 0px;
	padding: 0px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 0.9em;
}
@font-face {
            font-family:'JustTheWayYouAre';
            font-style: normal;
            font-weight: normal;
            src: url('/font/JustTheWayYouAre_0.ttf');
}
@font-face{
      font-family:'JustTheWayYouAreIE';
      font-style: normal;
      font-weight: normal;
      src: url('/font/justthewayyouare0.otf');
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	font-family: 'JustTheWayYouAre', 'JustTheWayYouAreIE', cursive;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	font-family: 'JustTheWayYouAre', 'JustTheWayYouAreIE', cursive;
}
h4 {
	font-size: 1.1em;
	font-weight: normal;
}
a {
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
}
a img {
	border: 0px;
}
.separador {
	width: 100%;
	height: 1px;
	background-color: transparent;
	display: block;
	clear: both;
}
.divVolver {
	width: 90%;
	text-align: right;
	margin: 0px auto;
}
.divVolver a {
	background-color: #4d4d4d;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 3px;
	padding: 5px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
.divVolver a:hover {
	background-color: #4d4d4d;
	color: #3AAA35;
	font-weight: bold;
	text-decoration: none;
}
/* plantilla */
.pagina {
	width: 100%;
	max-width: 1440px;
	margin: 0px auto;
	padding: 0px;
	display: block;
}
.cabecera {
	display: block;
	clear: both;
}
.barra_superior {
	background-color: #464646;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.ir_ayuntamiento {
	display: block;
	float: left;
	line-height: 30px;
	text-indent: 20px;
}
.ir_ayuntamiento a {
	color: #CCCCCC !important;
}
.ir_ayuntamiento a:hover {
	color: #FFFFFF !important;
}
.cabecera_imagen {
	width: 100%;
	height: auto;
	display: block;
	clear: both;
	box-shadow: 0px 0px 7px #333;
	-webkit-box-shadow: 0px 0px 7px #333;
	-moz-box-shadow: 0px 0px 7px #333;
	background-color: transparent;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.cabecera_imagen img {
	width: 100%;
	max-width: 1440px;
	margin-bottom: -5px;
}
.cabecera_superpuesta {
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: auto;
	max-width: 1440px;
}
.cabecera_superpuesta_movil {
	display: none;
}
.cabecera_superpuesta img {
}
.espacio_menu {
	display: block;
	width: 100%;
	height: auto;
	min-height: 40px;
	padding: 0.1em 0px;
}
.espacio_menu ul {
	margin: 0px;
	padding: 1em 0px;
}
.redes_cabecera {
	position: absolute;
	bottom: 10px;
	right: 15em;
}
.redes_cabecera_movil {
	display: none;
}
.red {
	float: left;
	margin: 0px 0.3em;
}
.redes_cabecera img {
	max-width: 40px;
}
.contenido {
	width: 98%;
	padding: 1%;
	display: block;
	clear: both;
	background-image: url('../img/inicio/madera.png');
	background-position: top center;
	background-repeat: repeat-x;
	min-height: 180px;
	margin-top: 0.5%;
}
.espacio_contenidos {
	display: block;
	width: 80%;
	margin: 1% auto;
	padding: 2%;
	display: block;
}
.contenido_servicios {
	display: block;
	width: 83%;
	margin: 1% auto;
	padding: 1%;
	display: block;
}
.CategoriaGaleria {
	display: block;
	width: 86%;
	margin: 1% auto;
	display: block;
}
.pie {
	background-color: #464646;
	width: 98%;
	height: auto;
	display: block;
	padding: 1%;
}
.pie a {
	color: #999;
	text-decoration: none;
}
.pie a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menu_pie {
	display: block;
	width: 90%;
	margin: 2em auto 0px auto;
	clear: both;
	border-bottom: 1px #fff solid;
	padding-bottom: 0.5em;
}
.item_menupie, .item_pielegal {
	float: left;
	padding-right: 1em;
}
.pie_legal {
	display: block;
	width: 90%;
	clear: both;
	margin: 0px auto;
	padding-top: 0.5em;
}
.item_pielegal {
	font-size: 0.9em;
}
.pie_inferior {
	display: block;
	clear: both;
	width: 90%;
	margin: 2em auto 1em auto;
}
.logo_pie, .direccion_pie, .firma {
	display: block;
	float: left;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 3em 0px;
}
.logo_pie {
	width: 20%;
}
.logo_pie img {
	width: 100%;
	max-width: 200px;
}
.direccion_pie {
	width: 60%;
	text-align: center;
}
.firma {
	float: left;
	width: 20%;
	text-align: right;
}
/* Menu */
/*.menu_especial {
    font-family: 'JustTheWayYouAre', 'JustTheWayYouAreIE', cursive;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 100;
    border-right: 1px #fff dashed;
} */
.menu {
	display: block;
	text-align: center;
}
.menu li {
	display: inline-block;
	list-style: outside none none;
	position: relative;
	z-index: 100;
}
.menu li a {
	color: #f4f4f4;
	display: block;
	padding: 11px;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	border-right: 1px #c3dcc0 solid;
}
.no_borde {
	border: 0px !important;
}
.menu li a:hover, .menu li:hover > a {
	color: #fff;
}
.menu ul {
	background-color: #ffffff;
	box-shadow: 0 6px 6px #d6d6d6;
	display: none;
	left: 0;
	margin: 0;
	min-width: 150px;
	position: absolute;
	width: auto;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.menu ul recomendaciones {
	left: 30%;
}
.menu li:hover > ul {
	display: block;
}
.menu ul li {
	background: none repeat scroll 0 0 transparent;
	border-top: 1px dotted silver;
	display: block;
	float: none;
	margin: 0px;
	padding: 0;
}
.menu ul li a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}
.menu ul li a:hover, .menu ul li:hover > a {
	background-color: #00a5ce;
	color: #fff;
}
.menu ul ul {
	background-image: none;
	left: 149px;
	top: -18px;
	width: 250px;
}
.mobile-menu {
	background: none repeat scroll 0 0 #3aaa35;
	color: #ffffff;
	display: none;
	font-weight: 600;
	padding: 11px 0;
	text-indent: 1em;
	text-transform: uppercase;
	width: 100%;
}
.mobile-menu:hover {
	background: none repeat scroll 0 0 #000;
	color: #ffffff;
	text-decoration: none;
}
/* fin de menu*/
/* buscador */
.buscador_superior {
	float: right;
	text-align: left;
	padding-right: 2em;
	padding-top: 0.25em;
}
.buscar_texto {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	float: left;
	padding-right: 1em;
	line-height: 2em;
}
.buscar_caja {
	float: left;
}
/* fin buscador */
/* Index */
.principal_superior {
	width: 44%;
	margin: 1%;
	padding: 1% 2%;
/*  border: 2px white solid; */-webkit-box-shadow: inset 0 0 0 2px #fff;
	-moz-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
	border-radius: 8px;
	float: left;
	background-image: url('../img/inicio/cuadro_superior.png');
	background-repeat: repeat;
	position: relative;
}
.principal_superior_titulo {
	position: absolute;
	top: -30px;
	left: 10px;
	display: block;
	width: 200px;
	height: 73px;
	background-image: url('../img/inicio/flecha-h1.png');
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 20px;
}
.principal_superior_titulo h1 {
	color: #666;
	text-transform: uppercase;
	font-weight: lighter;
}
.principal_superior_subtitulo {
	border-radius: 8px;
	text-align: center;
	display: block;
	position: relative;
	width: 50%;
	float: left;
	margin-top: 3em;
}
.principal_superior_subtitulo h2 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 1em;
}
.principal_superior_subtitulo_flor {
	position: absolute;
	right: -30px;
	top: -20px;
}
.principal_superior_texto {
	float: left;
	width: 56%;
	display: block;
	color: #FFFFFF;
	text-align: justify;
	padding-right: 4%;
	padding-top: 10%;
}
.principal_superior_imagen {
	float: left;
	width: 40%;
	padding-top: 0%;
}
.principal_enlace_categoria a {
	display: block;
	float: left;
	width: 200px;
	box-shadow: 0px 0px 4px #333;
	-webkit-box-shadow: 0px 0px 4px #333;
	-moz-box-shadow: 0px 0px 4px #333;
	border-radius: 6px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 2em;
	margin: 0.5em auto;
	padding-right: 0.5em;
	font-weight: bold;
	font-size: 17px;
}
/* banners principal */
.principal_banner {
	float: left; /*    border: 1px #dfdfdf solid;*/;
	color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #dfdfdf;
	-moz-box-shadow: inset 0 0 0 1px #dfdfdf;;
	box-shadow: inset 0 0 0 1px #dfdfdf;
	margin: 0 1%;
	padding: 0.5%;
	width: 22%;
	display: block;
}
.principal_banner:first-child {
	margin-right: 0px;
}
.principal_banner_ultimo {
	margin-right: 0px;
}
.principal_banner a {
	color: #fff !important;
}
.banner_subtitulo {
	text-transform: uppercase;
	font-style: italic;
}
.banner_alojamiento {
	background-image: url('../img/inicio/fondo_banner_alojamiento.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #71b5af;
	padding: 4%;
	min-height: 175px;
}
.banner_restauracion {
	background-image: url('../img/inicio/fodo_banner_restauracion.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #b96e1a;
	padding: 4%;
	min-height: 175px;
}
.banner_informacion {
	background-image: url('../img/inicio/fondo_banner_informacion.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #7c78a9;
	padding: 4%;
	min-height: 175px;
}
.banner_activo {
	background-image: url('../img/inicio/fondo_banner_activo.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #899222;
	padding: 4%;
	min-height: 175px;
}
.principal_banner p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: black;
	font-size: 0.9em;
	width: 55%;
	display: block;
}
.principal_banner h3 {
	margin: 0px;
	padding-bottom: 0px;
	font-family: 'JustTheWayYouAre', 'JustTheWayYouAreIE', cursive;
	font-size: 1.6em;
	text-transform: uppercase;
}
/* DIRECTORIO DE LA PRINCIPAL*/
.principal_directorio {
	display: block;
	margin: 4%;
	border: 1px silver solid;
	border-radius: 4px;
	padding: 2%;
}
.principal_directorio h2 {
	font-size: 1em;
	text-indent: 1em;
	background-color: #808080;
	display: block;
	width: 100%;
	border-radius: 2px;
	color: #FFFFFF;
	margin-top: 0px;
	border-radius: 2px;
	line-height: 1.7em;
}
.principal_directorio ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 1em;
}
.principal_directorio ul li a {
	text-transform: none;
	color: #666666;
	line-height: 1.5em;
}
.principal_directorio ul li a:hover {
	color: black;
	text-decoration: underline;
}
.principal_directorio h3 {
	font-size: 1em;
	color: #FFFFFF;
	display: block;
	width: 90%;
	line-height: 2em;
	text-indent: 0.5em;
	margin: 0px auto;
	border-radius: 2px;
}
/*.principal_directorio_mod1 {
    padding: 5px;
    border: 1px silver solid;
    border-radius: 6px;
    line-height: 2em;
    text-transform: uppercase;
    margin-top: 1em;
}

.directorio_tiempo {
    float: left;
    display: block;
    width: 49%;
    display: block;
}

.directorio_tiempo_directorio2 {
    margin-left: 2.5%;
    margin-right: 0px;
    width: 47.5% !important;
}

    .directorio_tiempo_directorio2:last-child {
        margin-right: 0px !important;
    }


.principal_directorio_camping
 {
	
}
   

.principal_directorio_ocio {
	
	
}

.principal_directorio_lanuit {
	
	
}

.principal_turismo_rural {
	min-height:1280px;
}

.principal_comercio {
	min-height:400px;
}

.principal_albergues {
	min-height:334px;
}

*/
.servicios_index_derecha, .servicios_index_izquierda {
	float: left;
	width: 50%;
	display: table-cell;
	position: relative;
	vertical-align: top;
}
.servicios_index_derecha_bloque, .servicios_index_izquierda_bloque {
	float: left;
	width: 50%;
}
.tiempo_1024, .tiempo_800, .tiempo_mov {
	display: none;
}
#a_a0feca68604df87f38cbc14140562f64, #a_b09a761bf5949008e724cca3d9960f70, #a_bb403419dd599c4cd563ac839f8e79ce, #a_1b864106a12dd6c34242aa31728c9a1c, #a_337d7e02ede756f5094873fceb7bd128, #a_21477fc188bdd80db27d70555e562822 {
	color: #FFFFFF !important;
	text-decoration: none;
	display: none;
}
.bloque_inferior {
	display: block;
	clear: both;
}
.principal_tiempo {
	display: block;
	width: 94%;
	margin-left: 2%;
	margin: 10px;
	border: 1px silver solid;
	border-radius: 6px;
	position: relative;
	float: left;
	padding-left: 2%;
	padding-top: 12px;
}
.principal_tiempo div i-frame {
	width: 100%;
	height: auto;
	margin: 0px auto;
}
.principal_tiempo div i-frame a {
	color: #fff !important;
}
.cabecera_tiempo {
	position: absolute;
	top: -10px;
	left: 5px;
	background-image: url('../img/inicio/icono_vacio.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 70px;
}
.cabecera_tiempo_texto {
	display: block;
	margin-left: 50px;
	background-color: #808080;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 0px 1em;
	border-radius: 4px;
}
/* Webcams principal fredy 20170524*/
.webcam {
	float: left;
	margin: 1%;
	padding: 1%;
	position: relative;
	width: 46%;
	-webkit-box-shadow: inset 0 0 0 1px #dfdfdf;
	-moz-box-shadow: inset 0 0 0 1px #dfdfdf;;
	box-shadow: inset 0 0 0 1px #dfdfdf;
	display: block;
	background-image: url('../img/otros/camara404.jpg');
	background-position: top 20px center;
	background-repeat: no-repeat;
	min-height: 190px;
}
.webcam img {
	width: 100%;
	height: auto;
}
.webcam a {
	background-color: black;
	bottom: 5%;
	color: #fff;
	display: block;
	font-family: "JustTheWayYouAre","JustTheWayYouAreIE",cursive;
	font-size: 1.2em;
	left: 2%;
	padding: 2% 50px 2% 2%;
	position: absolute;
	right: 2%;
	text-align: right;
	width: calc(94% - 50px);
	width: moz-calc(94% - 50px);
	opacity: 0.7;
	-moz-opacity: .70;
	filter: alpha(opacity=70);
	background-image: url('../img/otros/live.png');
	background-position: right 10px center;
	background-repeat: no-repeat;
}
.webcam a:hover {
	background-color: #3aaa35;
	cursor: pointer;
	color: #fff;
	opacity: 1;
	-moz-opacity: 100;
	filter: alpha(opacity=100);
}
.webcam_icono {
	opacity: 0.8;
	-moz-opacity: .80;
	filter: alpha(opacity=80);
	position: absolute;
	right: 2%;
	top: 4%;
}
.webcam a:hover + .webcam_icono {
	opacity: 1;
	-moz-opacity: 100;
	filter: alpha(opacity=100);
}
/* fin de webcams principal*/
/* PÁGINAS INTERIORES */
.shrinkToFit {
	width: 600px !important;
	height: 600px !important;
}
.cabecera_interiores {
	width: 80%;
	margin: 1% auto;
	padding: 2%;
	display: block;
	background-color: #1a1a1a;
	color: #fff;
}
.cabecera_interiores a {
	color: #FFFFFF;
	text-decoration: underline;
}
.cabecera_interiores h1 {
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 4em;
	margin: 0px;
}
.cabecera_interiores h2 {
	color: #e3c01c;
	text-align: center;
	font-style: italic;
}
.cabecera_flor {
	border-radius: 8px;
	display: block;
	float: left;
	position: relative;
	text-align: center;
	width: 50%;
}
.cabecera_flor h2 {
	color: #ffffff;
	font-size: 1em;
	text-transform: uppercase;
}
.contenido_interior {
	width: 84%;
	margin: 1% auto;
	display: block;
	text-align: justify;
}
/* INFORMACIÓN */
.oficina_datos {
	float: left;
	width: 49%;
}
.oficina_formulario {
	float: left;
	width: 46%;
	border: 1px silver solid;
	padding: 2%;
	border-radius: 6px;
}
.oficina_formulario table {
	margin: 0px auto;
	display: block;
	width: 72%;
}
.oficina_formulario td {
	line-height: 2.5em;
}
.oficina_formulario td span {
	clear: both;
	float: none;
	padding-left: 5px;
	position: absolute;
}
.oficina_formulario tr {
	border-bottom: 1px silver dashed;
}
.oficina_formulario input {
	border-radius: 3px;
	background-color: #F7F7F7;
	border: 1px silver solid;
}
.oficina_formulario input:focus {
	background-color: #FFFFE1;
}
.oficina_formulario textarea {
	border-radius: 3px;
	background-color: #F7F7F7;
	border: 1px silver solid;
}
.oficina_formulario textarea:focus {
	background-color: #FFFFE1;
}
.oficina_formulario h2 {
	text-align: center;
	margin: 0px auto 1em auto;;
}
.boton_formulario {
	display: block;
	border: 0px !important;
	border-radius: 4px;
	text-align: center;
	padding: 2% 4% 2% 4%;
	float: right;
	color: #FFFFFF;
}
.boton_formulario:hover {
	cursor: pointer;
	background-color: black !important;
}
.info_datos {
	border-bottom: 1px silver dotted;
	margin: 1em 0px;
	display: block;
	width: 70%;
	padding: 1.2em 0px 1.2em 40px;
	clear: both;
}
.info_datos:first-child {
	margin-top: 1em;
}
.direccion {
	background-image: url('../img/informacion/localizacion.png');
	background-position: left center;
	background-repeat: no-repeat;
}
.telefono {
	background-image: url('../img/informacion/telefono.png');
	background-position: left center;
	background-repeat: no-repeat;
}
.horarios {
	background-image: url('../img/informacion/informacion.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.mail {
	background-image: url('../img/informacion/mail.png');
	background-position: left center;
	background-repeat: no-repeat;
}
.consejos h2 {
	font-family: 'JustTheWayYouAre', 'JustTheWayYouAreIE', cursive;
}
.consejos {
	display: block;
	margin: 2 em auto;
	display: block;
	border-top: 1px silver solid;
}
.consejos_izquierda, .consejos_derecha {
	float: left;
	width: 41%;
	margin: 2%;
	padding: 2%;
	display: block;
	border: 1px silver dashed;
	font-size: 1.2em;
}
/* Pueblos detalle*/
.hilo {
	display: block;
	clear: both;
	border-bottom: 1px silver dashed;
	margin-bottom: 1em;
	line-height: 1.2em;
}
.hilo a:hover {
	color: black;
}
.pueblos_entradilla {
	font-style: italic;
	display: block;
	margin: 2em auto;
	text-align: justify;
}
.pueblos_carrusel {
	float: right;
	padding: 2%;
	margin: 0px 0px 2% 2%;
	border: 1px silver dashed;
	display: block;
	width: 350px;
}
.pueblos_texto {
	text-align: justify;
}
/* Pueblos general */
.espacio_pueblos {
	float: left;
	width: 48%;
	margin: 1% 0% 1% 1%;
	border: 1px silver solid;
	display: block;
	min-height: 230px;
	text-align: justify;
}
.espacio_pueblos:hover {
	box-shadow: 0px 0px 7px #333;
	-webkit-box-shadow: 0px 0px 7px #333;
	-moz-box-shadow: 0px 0px 7px #333;
}
.titulo_pueblos {
	text-align: center;
	font-size: 1.5em;
	background-color: #3AAA35;
	color: White;
	text-align: left;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 10px;
}
.titulo_pueblos a {
	color: White;
}
.espacio_pueblos_contenido {
	text-align: justify;
}
.espacio_pueblos_imagen {
	float: right;
	padding: 2%;
	margin: 0px 2% 2% 4%;
	border: 1px silver dashed;
}
.ver_mas {
	text-transform: uppercase;
	font-style: italic;
	float: right;
	padding: 1em;
	display: block;
	clear: both;
}
.ver_mas a:hover, espacio_pueblos_contenido h2 a:hover {
	color: black;
	cursor: pointer;
}
/* Busqueda */
.busqueda_resultado_bloque {
	padding: 2%;
	border-bottom: 1px silver dashed;
	display: block;
}
.busqueda_resultado_bloque a:hover {
	color: black;
}
.busqueda_categoria {
	font-style: italic;
	padding-right: 1%;
	border-right: 1px silver solid;
}
.busqueda_resultado {
	padding-left: 1%;
	font-weight: bold;
}
.busqueda_termino {
	text-align: center;
	font-size: 1.5em;
}
.no_resultados {
	display: block;
	margin: 2em;
	text-align: center;
	border: 1px red solid;
	padding: 2% 0px;
}
/* Fichas */
.ficha_texto {
	display: block;
	text-align: justify;
	line-height: 1.5em;
	font-style: italic;
	padding: 0px 4%;
}
.ficha_datos {
	display: block;
	padding: 4%;
}
.ficha_datos {
	display: block;
	padding: 4% 0px;
	float: left;
}
.ficha_datos_hacer {
	display: block;
	padding: 4% 0px 0px 0px;
	float: left;
}
.ficha_dato {
	display: block;
	clear: both;
	margin: 0px 0px 2em 0px;
	font-size: 0.95em;
	min-height: 40px;
	font-style: italic;
}
.ficha_dato_pregunta {
	color: #C0C0C0;
	padding-bottom: 0.5em;
}
.ficha_dato iframe {
	display: block;
}
.ficha_coordenadas {
	background-image: url('../img/servicios/icono_cordenadas.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 40px;
}
.ficha_adjunto {
	background-image: url('../img/servicios/descarga.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 40px;
}
.ficha_enlace {
	background-image: url('../img/servicios/enlace.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 40px;
}
.ficha_video_quever {
	background-image: url('../img/servicios/icono_video.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 40px;
}
.ficha_imagen {
	/*	float:right;
	width:400px;
	margin:1%;
	padding:2%;
	border:1px silver solid; */
	display: block;
	clear: both;
	width: 100%;
}
.ficha_carrusel {
	margin: 1em auto;
	background-color: black;
	display: block;
	overflow: hidden;
}
.ficha_imagen_imgcarrsuel {
	margin-right: 21px !important;
	display: block;
}
.ficha_video {
	float: left;
	width: 40%;
	display: table-cell;
}
.ficha_video iframe {
	width: 90%;
}
.ficha_mapa {
	float: left;
	min-width: 60%;
	display: table-cell;
}
.ficha_mapa iframe {
	width: 100%;
	display: block;
}
#actividad_categoria {
	float: left;
	width: 44%;
	height: 130px;
	display: block;
	margin: 1% 2% 1% 2%;
	padding: 1%;
	background: #333;
	position: relative;
}
#actividad_categoria_imagen {
	position: relative;
	float: left;
	width: 40%;
}
#actividad_categoria_imagen img {
	width: 100%;
	border: 4px solid black;
	height: 122px;
}
#actividad_categoria_enlace span {
	/*	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
	display:block;
	line-height:2em;
	background-image:url('../img/inicio/cuadro_superior.png');
	background-repeat:repeat;
	color:#FFFFFF;
	font-size:1.2em;
	transition: all 0.2s ease-in-out 0s; */
	float: left;
	color: #F3F3F3;
	padding-left: 2em;
	font-style: italic;
	font-size: 1.3em;
	padding-top: 5px;
	transition: all 0.2s ease-in-out 0s;
}
#actividad_categoria_boton {
	float: right;
	margin: 2%;
	padding: 1% 4%;
	line-height: 2em;
	text-align: center;
	display: block;
	background-color: black;
	border: 3px solid #fff;
	text-transform: uppercase;
	color: #FFFFFF;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#opacidad {
	display: block;
	width: 100%;
	height: 100%;
	background-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	opacity: .0;
	-moz-opacity: .0;
	filter: alpha(opacity=0);
	transition: all 0.2s ease-in-out 0s;
}
#actividad_categoria:hover #opacidad {
	opacity: .60;
	-moz-opacity: .60;
	filter: alpha(opacity=60);
}
#actividad_categoria:hover #actividad_categoria_enlace span {
	z-index: 300;
	position: absolute;
	color: #FFFFFF;
}
#actividad_categoria:hover #actividad_categoria_boton {
	z-index: 300;
	color: #e3c01c;
	border-color: #e3c01c;
}
/* servicios */
.servicios_contenidos {
	float: left;
	width: 50%;
	text-align: justify;
}
.servicios_imagen {
	float: right;
	width: 38%;
	margin-left: 2%;
	padding: 2%;
	border: 1px silver solid;
}
.servicios_imagen img {
	width: 100%;
	max-width: 480px;
}
.servicios_datos {
	display: block;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px silver dashed;
}
.servicios_mail {
	display: block;
	background-image: url('../img/servicios/mail.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 60px;
	font-style: italic;
	color: black;
	margin: 0px 0px 1em 0px;
}
.servicios_web {
	display: block;
	background-image: url('../img/servicios/icono_web.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 60px;
	font-style: italic;
	color: black;
	margin: 0px 0px 1em 0px;
}
.servicios_telefono {
	display: block;
	background-image: url('../img/servicios/icono_telefono.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 60px;
	font-style: italic;
	color: black;
	margin: 0px 0px 1em 0px;
}
.servicio {
	font-style: italic;
	color: #808080;
	line-height: 1.5em;
}
.servicios_web a:hover, .servicios_mail a:hover {
	color: black;
}
.servicios_pueblo {
	font-weight: normal;
	font-family: 'JustTheWayYouAre', 'JustTheWayYouAreIE', cursive;
	line-height: 2em;
	text-indent: 0.5em;
	color: #fff;
	font-size: 1.8em;
}
/* servicios-categorias */
.servicio_categoria {
	border: 1px solid silver;
	border-radius: 4px;
	float: left;
	margin: 0.9%;
	padding: 0% 0% 1% 0%;
	width: 22%;
}
.servicio_categoria:hover {
	box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
}
.servicio_categoria_nombre {
	text-align: center;
	font-size: 1.2em;
}
.servicio_categoria img {
	width: 94%;
	height: auto;
	max-height: 300px;
	overflow: hidden;
	border: 0px silver solid;
	border-radius: 3px;
	padding: 0%;
	margin: auto;
	margin-left: 3%;
}
.servicios_categoria_info {
	text-align: center;
	line-height: 1.5em;
	font-size: 0.9em;
	color: #000 !important;
	padding: 5px;
}
/*.contenido_servicios
{
	 margin:auto;
	   margin-left:40px
	  }*/
.servicio_categoria_alojamiento {
	text-align: center;
	font-size: 1.3em;
	background-color: #71B5AF;
	color: White;
	text-align: left;
	font-weight: bold;
	padding: 5px 8px;
}
.servicio_categoria_Restaurantes {
	text-align: center;
	font-size: 1.3em;
	background-color: #B96E1A;
	color: White;
	text-align: left;
	font-weight: bold;
	padding: 5px 8px;
}
.servicio_categoria_servicios {
	text-align: center;
	font-size: 1.3em;
	background-color: #7C78A9;
	color: White;
	text-align: left;
	font-weight: bold;
	padding: 5px 8px;
}
.servicio_categoria_activo {
	text-align: center;
	font-size: 1.3em;
	background-color: #899222;
	color: White;
	text-align: left;
	font-weight: bold;
	padding: 5px 8px;
}
.servicio_categoria_default {
	text-align: center;
	font-size: 1.3em;
	background-color: #777777;
	color: White;
	text-align: left;
	font-weight: bold;
	padding: 5px 8px;
}
.index_banners {
	display: block;
	float: left;
	margin: 2%;
	width: 46%;
}
.index_banners_mov {
	display: none;
}
.index_banner_interior {
	width: 77.5%;
	height: 75%;
	border-image: url('../img/inicio/borde_banner.png') 30 30 30 30 repeat repeat;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent;
	border-style: solid;
	border-width: 30px;
	border-radius: 10px;
}
.banner_ayuntamiento {
	background-image: url('../img/inicio/fondo_banner_ayuntamiento.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}
.index_banners img {
	width: 100%;
	height: auto;
	max-height: 200px;
}
/* paginacion */
.paginacion {
	display: block;
	clear: both;
	margin: 1em auto;
	text-align: center;
}
.paginacion span {
	float: left;
	display: block;
	border: 1px silver solid;
	text-align: center;
	padding: 1%;
	margin: 0px 3px;
}
.paginacion a {
	display: block;
	float: left;
	border: 1px #fff solid;
	padding: 1%;
	text-align: center;
	color: #FFFFFF;
	margin: 0px 3px;
}
.paginacion a:hover {
	background-color: #000 !important;
	color: #FFFFFF;
}
/* fin de paginacion */
/* super mapa */
.botonera_mapa {
	display: block;
	margin: 2em auto;
	text-align: center;
	width: 90%;
}
.boton_mapa {
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 2em;
	border: 0px;
	font-family: 'JustTheWayYouAre', 'JustTheWayYouAreIE', cursive;
}
.boton_mapa:hover {
	background-color: #000 !important;
	cursor: pointer;
}
.frame {
	border: 10px black solid;
	box-shadow: 0px 0px 7px #333;
	-webkit-box-shadow: 0px 0px 7px #333;
	-moz-box-shadow: 0px 0px 7px #333;
}
.texto_mapa {
	width: 90%;
	margin: 0px auto;
	text-align: justify;
	margin: 2em auto;
	display: block;
}
.mapa_descargar {
	width: 90%;
	margin: 1em auto;
	text-align: center;
}
/* fin de superMapa */
/* mapa web */
.mapa_web {
	display: block;
	float: left;
	font-size: 1.3em;
	width: 25%;
}
.mapa_web ul li {
	list-style-image: url('../img/inicio/listado.png');
	line-height: 1.5em;
	font-size: 1em;
}
.mapa_web ul li ul li {
	font-size: 0.8em;
	list-style-image: url('../img/inicio/listado2.png');
}
.mapa_web ul li ul li ul li {
	list-style-image: url('../img/inicio/listado3.png');
}
.mapa_web_servicios {
	display: block;
	float: left;
}
/* fin mapa web */
/* galeria de fotos */
.galeria {
	width: 83%;
	margin: 0px auto;
}
.galeria_categoria {
	float: left;
	width: 23%;
	margin: 1%;
}
.galeria_categoria_imagen {
	height: 180px;
	overflow: hidden;
	background-color: black;
	text-align: center;
}
.galeria_categoria_imagen img {
	height: 100%;
	max-height: 180px;
	width: auto;
}
.galeria_enlace {
	text-align: center;
	color: #FFFFFF;
	font-family: "JustTheWayYouAre","JustTheWayYouAreIE",cursive;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
	text-indent: 0.5em;
	height: 3em; /*margin-top:0.25em;*/;
	padding-top: 4%;
}
.galeria_enlace:hover {
	background-color: black !important;
	transition: all 0.2s ease-in-out 0s;
}
/* fin de galería de fotos */
/* RESPONSIVO */
@media only screen and (max-width: 1024px) {
.menu {
}
.espacio_contenidos {
	width: 100%;
	margin: 1% auto;
	padding: 0px;
}
.oficina_formulario td span {
	clear: both;
	float: none;
	padding-left: 5px;
	position: relative;
}
.servicio_categoria {
	border: 1px solid silver;
	border-radius: 8px;
	float: left;
	margin: 0.5%;
	padding: 2%;
	width: 28%;
}
.banner_activo, .banner_informacion, .banner_restauracion, .banner_alojamiento {
	min-height: 208px;
}
.principal_directorio_camping {
}
.principal_directorio_ocio {
}
.principal_directorio_lanuit {
}
.principal_turismo_rural {
	min-height: 1250px;
}
.principal_comercio {
	min-height: 390px;
}
.principal_albergues {
	min-height: 330px;
}
.tiempo_1024 {
	display: block;
}
.tiempo_PC, .tiempo_800, .tiempo_mov {
	display: none;
}
.principal_tiempo {
	padding-left: 4%;
	padding-top: 5px;
	width: 90%;
}
}
@media only screen and (max-width: 800px) {
.redes_cabecera {
	bottom: 70px;
	position: absolute;
	right: 23em;
}
.menu {
	width: 100%;
	float: none;
	text-align: center;
	padding: 0px;
}
.logo_pie, .direccion_pie, .firma {
	width: 90%;
	margin: 0.5em auto;
	display: block;
	clear: both;
	text-align: center;
	float: none;
	clear: both;
	line-height: 1.2em;
}
.pie_legal {
	margin-bottom: 2em;
	height: 50px;
}
.principal_superior {
	margin-top: 2em;
}
.principal_superior_imagen {
	width: 30%;
	float: right;
}
.principal_superior_imagen img {
	width: 100%;
	height: auto;
}
.principal_banner {
	color: #fff;
	display: block;
	float: left;
	margin: 2%;
	width: 44%;
}
.servicios_index_derecha_bloque, .servicios_index_izquierda_bloque {
	float: none;
	width: 100%;
}
.directorio_tiempo {
	display: block;
	float: none;
	width: 100%;
	margin: 2% auto;
	clear: both;
}
.principal_directorio {
	display: block;
	float: left;
	margin: 2%;
	width: 90%;
}
.principal_directorio_mod1 {
}
.directorio_tiempo_directorio2 {
	width: 46% !important;
}
.principal_tiempo {
	border: 1px solid silver;
	border-radius: 6px;
	float: none;
	margin: 1em auto;
	width: 94%;
	clear: both;
}
.index_banners {
	height: 100%;
}
.index_banners img {
	max-height: 100%;
}
.ficha_datos, .ficha_texto, .ficha_video, .ficha_mapa {
	float: none;
	width: 90%;
	margin: 2em auto;
	display: block;
}
ficha_datos_hacer. {
	float: left;
}
.ficha_datos iframe {
	width: 100%;
	margin: 0px auto;
}
.tiempo_1024, .tiempo_mov, .tiempo_PC {
	display: none;
}
.tiempo_800 {
	display: block;
}
.principal_tiempo {
	padding-left: 1%;
}
.menu {
	display: none;
	margin: 0;
	width: 84%;
}
.mobile-menu {
	display: block;
}
nav {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin: 0;
}
.menu li {
	display: block;
	margin: 0;
}
.menu li a {
	background: none repeat scroll 0 0 #ffffff;
	border-top: 1px solid #e0e0e0;
	color: #797979;
}
.menu li a:hover, .menu li:hover > a {
	background: none repeat scroll 0 0 #f0f0f0;
	color: #797979;
}
.menu ul {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	left: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
}
.menu ul ul {
	left: 0;
	top: 0;
}
.index_banners {
	display: block;
	float: none;
	margin: 2%;
	width: 96%;
}
.galeria_categoria {
	float: left;
	margin: 1%;
	width: 48%;
}
}
@media only screen and (max-width: 600px) {
.espacio_menu {
	background-color: #fff !important;
}
.redes_cabecera, .cabecera_superpuesta {
	display: none;
}
.barra_superior {
	height: 40px;
}
.buscador_superior {
	margin-top: 0.3em;
	padding-right: 0.3em;
}
.buscar_texto {
}
.cabecera_superpuesta_movil {
	position: absolute;
	top: 10px;
	left: 0px;
	width: auto;
	width: 100%;
	text-align: center;
}
.cabecera_superpuesta_movil img {
	width: 100%;
	max-width: 300px;
	text-align: center;
}
.redes_cabecera_movil {
	display: block;
	margin: 0px auto;
	position: absolute;
	top: 2%;
	left: 2%;
	z-index: 1000;
	width: 50%;
}
.redes_cabecera_movil img {
	width: 100%;
	max-width: 25px;
}
.logo_pie, .direccion_pie, .firma {
	width: 90%;
	margin: 0.5em auto;
	display: block;
	clear: both;
	text-align: center;
	float: none;
	clear: both;
	line-height: 1.2em;
}
.pie_legal {
	margin-bottom: 2em;
	height: 50px;
}
.principal_superior {
	width: 90%;
	float: none;
	display: block;
	clear: both;
	margin: 3em auto 0px auto;
}
.principal_superior_texto {
	padding-top: 14%;
}
.principal_enlace_categoria a {
	width: 180px;
}
.index_banners {
	display: none;
}
.index_banners_mov {
	display: block;
	float: none;
	margin: 1em auto;
	width: 96%;
}
.index_banners_mov img {
	width: 100%;
	height: auto;
}
.redes_cabecera_movil {
	display: block;
	margin: 0px auto;
	position: absolute;
	top: 0.3em;
	z-index: 1000;
	left: 0.5em;
	width: auto;
}
.redes_cabecera_movil img {
	width: 100%;
	max-width: 25px;
}
.oficina_datos, .oficina_formulario {
	display: block;
	clear: both;
	float: none;
	width: 90%;
	margin: 2em auto;
}
.oficina_formulario table td {
	display: table-row;
	line-height: 1.2em;
}
.boton_formulario {
	padding: 8% 10%;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0px auto;
}
.cabecera_flor {
	width: 70%;
}
.ficha_imagen_categoria {
	float: none;
	margin: 1em auto;
	display: block;
	clear: both;
}
.ficha_carrusel {
	background-color: black;
	display: block;
	float: none;
	margin: 1em auto;
	overflow: hidden;
	padding: 1em 0;
	width: 100%;
}
.actividad_categoria {
	float: none;
	height: 250px;
	margin: 1em auto;
	width: 90%;
}
.ficha_video, .ficha_mapa, .ficha_enlace,   {
	float: none;
	margin: 1% auto;
	padding: 2%;
	width: 84%;
}
.cabecera_interiores h1 {
	color: #ffffff;
	font-size: 2em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.cabecera_interiores h2 {
	text-align: justify;
	font-size: 1.2em;
}
.cabecera_interiores {
	margin: 2% auto;
	padding: 2%;
	width: 90%;
}
.hilo {
	margin-top: 1em;
}
#actividad_categoria {
	width: 90%;
	margin: 1em auto;
	float: none;
}
#actividad_categoria_enlace span {
	color: #f3f3f3;
	float: left;
	font-size: 1em;
	font-style: italic;
	text-transform: uppercase;
	padding-left: 1em;
	padding-top: 15px;
	text-align: center;
}
.pueblos_texto {
	margin: 1em auto;
	text-align: justify;
	width: 90%;
}
.pueblos_carrusel {
	clear: both;
	display: block;
	float: none;
	margin: 2% auto;
	padding: 2%;
	width: 250px;
	border: 0px;
}
.paginacion a, .paginacion span {
	padding: 2.5%;
}
.busqueda_resultado_bloque {
	padding: 5% 2%;
}
.consejos_izquierda, .consejos_derecha {
	width: 90%;
	float: none;
	margin: 1em auto;
}
.servicio_categoria {
	float: left;
	margin: 1%;
	padding: 4%;
	width: 40%;
	background-color: #FFFFFF;
}
.servicios_imagen, .servicios_contenidos {
	width: 90%;
	float: none;
	margin: 1em auto;
	display: block;
}
.servicios_index_derecha, .servicios_index_izquierda {
	display: block;
	float: none;
	width: 96%;
	margin: 0px auto;
}
.principal_directorio {
	display: block;
	float: none;
	margin: 2% auto;
	width: 94%;
}
.principal_tiempo {
	padding-left: 12%;
	width: 86%;
}
.galeria_categoria {
	float: none;
	width: 90%;
	margin: 1em auto;
}
.webcam {
	display: block;
	float: none;
	margin: 1em auto;
	padding: 1%;
	width: 91%;
	background-position: top 10px center;
}
.webcam a {
	left: 1%;
	padding: 2%;
	right: 1%;
	width: 94%;
	bottom: 3%;
	text-align: center;
}
.webcam_icono {
    right: 1%;
    top: 2%;
}
}
@media only screen and (max-width: 480px) {
.cabecera_superpuesta_movil {
	position: absolute;
	top: 10px;
	left: 0px;
	width: auto;
	width: 100%;
	text-align: left;
}
.cabecera_superpuesta_movil img {
	width: 100%;
	max-width: 150px;
}
.principal_banner {
	border: 1px solid #dfdfdf;
	color: #fff;
	display: block;
	float: none;
	margin: 2% auto;
	width: 92%;
}
.directorio_tiempo_directorio2 {
	width: 95% !important;
}
.cabecera_flor {
	width: 90%;
}
.servicio_categoria {
	float: none;
	margin: 1em auto;
	padding: 4%;
	width: 80%;
	background-color: #FFFFFF;
}
.ir_ayuntamiento {
	display: block;
	font-size: 0.8em;
	line-height: 1em;
	margin: 5px;
	padding: 0.2em 0;
	text-align: center;
	text-indent: 0;
	text-transform: uppercase;
	width: 120px;
	background-color: #3AAA35;
}
.ir_ayuntamiento a {
	color: #FFFFFF !important;
}
.tiempo_PC, .tiempo_1024, .tiempo_800 {
	display: none;
}
.tiempo_mov {
	display: block;
}
.buscar_caja input {
	width: 100px;
}
.ficha_datos iframe {
	width: 100%;
	margin: 0px auto;
	max-width: 480px;
}
}
@media only screen and (max-width: 320px) {
}
