body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	background-color: #ffffff;
}

/* ----------------------------------------------- cabecera ----------------------------------------------------- */

header {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 150px;
	z-index: 10;
	background-color: #ffffff;
	box-shadow: 1px 1px 5px #ff8000;
	border-bottom: 1px solid rgba(255, 125, 25, 0.6);
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	-o-transition: height 0.4s;
	-ms-transition: height 0.4s;
}

table.tablaDelegaciones{
	width: 100%;
	margin:auto;
}
td.tdsDelegaciones{
	text-align: center;
}
td.td1{
	width: 40%;
	text-align: right;
	margin-bottom: 5%;
}
td.td2{
	width: 50%;
	text-align: left;
}

header.scroll {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 78px;
	z-index: 10;
	background-color: #ffffff;
	border-bottom: 1px solid rgba(255, 125, 25, 0.6);
}
a.enlacesTitulo{
	text-decoration: none;
	font-size: 0.6em;
}
a.enlacesTitulo:hover{
	text-decoration: none;
}
a.enlacesTitulo:link{
	text-decoration: none;
	font-size: 0.6em;
}
a.enlacesTitulo:visited{
	text-decoration: none;
	font-size: 0.6em;
}
a.enlacesTitulo:active{
	text-decoration: none;
	font-size:0.6em;
}
a.enlaces{
	text-decoration: none;
	font-size: 4em;
}
a.enlaces:hover{
	text-decoration: none;
}
a.enlaces:link{
	text-decoration: none;
	font-size: 1em;
}
a.enlaces:visited{
	text-decoration: none;
	font-size: 1em;
}
a.enlaces:active{
	text-decoration: none;
	font-size: 1em;
}

div.headercentrado {
	position: relative;
	margin: auto;
	width: 1000px;
	top: 0px;
	height: 100%;
	border-left: 0px solid #dddddd;
	border-right: 0px solid #dddddd;
}

img.logopantallax {
	position: absolute;
	width: 290px;
	left: 20px;
	top: 7px;
	-webkit-transition: width 0.4s, left 0.4s;
	-moz-transition: width 0.4s, left 0.4s;
	-o-transition: width 0.4s, left 0.4s;
	-ms-transition: width 0.4s, left 0.4s;
}

img.logopantallax_scroll {
	width: 250px;
	left: 8px;
	top: 2px;
}

nav {
	position: absolute;
	width: 705px;
	left: 0px;
	bottom: 0px;
	height: 52px;
	border: 0px solid #000000;
	-webkit-transition: left 0.4s;
	-moz-transition: left 0.4s;
	-o-transition: left 0.4s;
	-ms-transition: left 0.4s;
}

nav.scroll {
	position: absolute;
	width: 705px;
	left: 265px;
	bottom: 0px;
	height: 52px;
	border: 0px solid #000000;
}

ul {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 52px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}

li {
	position: relative;
	float: left;
	width: 150px;
	color: #444444;
	display: inline;
	left: 15px;
	height: 52px;
	-webkit-transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	-ms-transition: background-color 0.1s;
}

li p {
	text-align: center;
	color: #444444;
	margin-top: 18px;
	-webkit-transition: color 0.1s;
	-moz-transition: color 0.1s;
	-o-transition: color 0.1s;
	-ms-transition: color 0.1s;
}

li.empresa {
	width: 135px;
	border-radius: 5px 5px 0px 0px;
}

li.muros {
	width: 205px;
	cursor: default;
	border-radius: 5px 5px 0px 0px;
}

li.otros {
	width: 205px;
	cursor: default;
	border-radius: 5px 5px 0px 0px;
}

li.contacto {
	width: 145px;
	border-radius: 5px 5px 0px 0px;
}

li.empresa:hover, li.muros:hover, li.otros:hover, li.contacto:hover {
	background-color: #FF891A;
	background-image: -webkit-linear-gradient(45deg,
		rgba(0, 0, 0, .03) 50%,
		transparent 25%,
		transparent 50%,
		rgba(100, 100, 100, .03) 75%);
	background-image: -moz-linear-gradient(45deg,
		rgba(0, 0, 0, .03) 50%,
		transparent 25%,
		transparent 50%,
		rgba(0, 0, 0, .03) 75%);
	background-image: -o-linear-gradient(45deg,
		rgba(0, 0, 0, .03) 50%,
		transparent 25%,
		transparent 50%,
		rgba(0, 0, 0, .03) 75%);
	background-image: -ms-linear-gradient(45deg,
		rgba(0, 0, 0, .03) 50%,
		transparent 25%,
		transparent 50%,
		rgba(0, 0, 0, .03) 75%);
}

li.empresa:hover > p, li.muros:hover > p, li.otros:hover > p, li.contacto:hover > p, li.muros_despl > p, li.otros_despl > p {
	color: #fdfdfd;
}

ul, ol {
	list-style: none;
}

nav ul > li {
	float: left;
}

nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

ul.nonav {
	display: none;
	position: absolute;
	min-width: 140px;
	top: 52px;
	height: 0px;
	background-color: rgba(255,125,25,0.70);
	webkit-transition: background-color 0.24s;
	background-image: -webkit-linear-gradient(45deg,
		rgba(50, 50, 50, .03) 50%,
		transparent 25%,
		transparent 50%,
		rgba(100, 100, 100, .03) 75%);
	background-image: -moz-linear-gradient(45deg,
		rgba(50, 50, 50, .03) 50%,
		transparent 25%,
		transparent 50%,
		rgba(100, 100, 100, .03) 75%);
	background-image: -o-linear-gradient(45deg,
		rgba(50, 50, 50, .03) 50%,
		transparent 25%,
		transparent 50%,
		rgba(100, 100, 100, .03) 75%);
	background-image: -ms-linear-gradient(45deg,
		rgba(50, 50, 50, .03) 50%,
		transparent 25%,
		transparent 50%,
		rgba(100, 100, 100, .03) 75%);
}

nav li.muros:hover > ul {
	display: block;
	height: 314px;
}

nav li.otros:hover > ul {
	display: block;
	height: 314px;
}

nav li.muros ul a li.muros_despl, nav li.otros ul a li.otros_despl {
	position: relative;
	width: 205px;
	top: 0px;
	left: 0px;
	height: 52px;
	border-radius: 0px;
	text-align: center;
}

li.muros_despl:hover, li.otros_despl:hover {
	background-color: rgba(255,125,25,0.52);
}

li.muros_despl p, li.otros_despl p {
	margin-top: 16px;
	font-size: 96%;
}

div.header_contacto {
	position: absolute;
	width: 200px;
	right: 30px;
	top: 24px;
	height: 50px;
	display: block;
	border: 0px solid #000000;
	-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	-o-transition: top 0.4s;
	-ms-transition: top 0.4s;
}

div.header_contacto_scroll {
	top: -250px;
}

span.telefono {
	position: absolute;
	top: 8px;
	text-align: right;
	font-size: 142%;
	color: #333333;
	cursor: default;
}

li.muros_despl:hover {
	padding: 0px;
}

li.activa {
	background-color: #FF891A;
	-webkit-transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	-ms-transition: background-color 0.1s;
	background-image: -webkit-linear-gradient(45deg,
		rgba(0, 0, 0, .03) 50%,
		transparent 25%,
		transparent 50%,
		rgba(100, 100, 100, .03) 75%);
	background-image: -moz-linear-gradient(45deg,
		rgba(0, 0, 0, .03) 50%,
		transparent 25%,
		transparent 50%,
		rgba(0, 0, 0, .03) 75%);
	background-image: -o-linear-gradient(45deg,
		rgba(0, 0, 0, .03) 50%,
		transparent 25%,
		transparent 50%,
		rgba(0, 0, 0, .03) 75%);
	background-image: -ms-linear-gradient(45deg,
		rgba(0, 0, 0, .03) 50%,
		transparent 25%,
		transparent 50%,
		rgba(0, 0, 0, .03) 75%);
}

li.activa > p {
	color: #ffffff;
}

nav:hover ul a li.activa {
	background-color: transparent;
	background-image: none;
}

nav:hover ul a li.activa > p {
	color: #444444;
}

nav.scroll:hover ul a li.activa {
	background-color: transparent;
}

nav.scroll:hover ul a li.activa > p {
	color: #444444;
}


nav:hover ul a li.activa ul.nonav a li.activa {
	background-color: transparent;
}

nav:hover ul a li.activa ul.nonav a li.activa > p {
	color: #444444;
}

nav.scroll:hover ul a li.activa ul.nonav a li.activa {
	background-color: transparent;
}

nav.scroll:hover ul a li.activa ul.nonav a li.activa > p {
	color: #444444;
}

nav:hover ul a li.activa:hover {
	background-color: #FF891A;
}

nav:hover ul a li.activa:hover > p {
	color: #ffffff;
}

nav.scroll:hover ul a li.activa:hover {
	background-color: #FF891A;
}

nav.scroll:hover ul a li.activa:hover > p {
	color: #ffffff;
}

nav:hover ul a li.activa ul.nonav a li.activa {
	background-color: #FF891A;
}

nav:hover ul a li.activa ul.nonav a li.activa > p {
	color: #ffffff;
}

nav.scroll:hover ul a li.activa ul.nonav a li.activa {
	background-color: #FF891A;
}

nav.scroll:hover ul a li.activa ul.nonav a li.activa > p {
	color: #ffffff;
}

/* ----------------------------------------------- lateral ----------------------------------------------------- */

ul.lateral-nivel1 {
	list-style: none;
}

div.lateral {
	display: none;
}

div.lateral-lista {
	display: none;
}

#main-check, #despl-muros, #despl-otros {
	display: none;
}

label.main-check {
	display: block;
}

img.desplegar-menu {
	display: block;
	-webkit-transition: left 0.4s;
	-moz-transition: left 0.4s;
	-o-transition: left 0.4s;
	-ms-transition: left 0.4s;
}

div.oscuro-lateral {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	background-color: #000000;
	opacity: 0;
	display: none;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
}

/* ----------------------------------------------- section ----------------------------------------------------- */

div.contenido {
	position: relative;
	margin: auto;
	width: 1100px;
	top: 170px;
	height: 1220px;
	border: 0px solid #000000;
}

section {
	position: relative;
	width: 670px;
	left: 0px;
	top: 0px;
	height: 630px;
	float: left;
	border: 0px solid #dddddd;

}

h2.contacto {
	position: absolute;
	width: 280px;
	left: 20px;
	top: 14px;
	color: #FF8000;
	cursor: default;
}

p.contacto-normal {
	position: absolute;
	width: 74%;
	left: 13%;
	top: 70px;
	text-align: center;
	color: #444444;
	font-size: 108%;
	display: block;
}

p.contacto-responsive {
	display: none;
}

p.contacto-masresponsive {
	display: none;
}

div.formulario {
	position: absolute;
	width: 80%;
	left: 12%;
	top: 170px;
	height: 300px;
}

div.form-nombre {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 40px;
	border: 0px solid #000000;
}

div.form-empresa {
	position: relative;
	width: 100%;
	left: 0px;
	top: 20px;
	height: 40px;
	border: 0px solid #000000;
}

div.form-email {
	position: relative;
	width: 100%;
	left: 0px;
	top: 40px;
	height: 40px;
	border: 0px solid #000000;
}

div.form-telefono {
	position: relative;
	width: 100%;
	left: 0px;
	top: 60px;
	height: 40px;
	border: 0px solid #000000;
}

div.form-mensaje {
	position: relative;
	width: 100%;
	left: 0px;
	top: 80px;
	height: 100px;
	border: 0px solid #000000;
}

div.form-botones {
	position: relative;
	width: 100%;
	left: 0px;
	top: 165px;
	height: 50px;
	border: 0px solid #000000;
}

p.formulario {
	position: absolute;
	width: 140px;
	left: 0px;
	margin-top: 10px;
	color: #444444;
	font-size: 110%;
}

input {
	position: relative;
	width: 240px;
	top: 2px;
	left: 80px;
	height: 34px;
	color: #555555;
	border-radius: 6px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	outline: 0;
	padding-left: 12px;
	font-size: 120%;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:hover {
	border-color: #FF8000;
}

input:focus {
	border-color: #FF8000;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075), 0 0 17px rgba(255, 128, 0, 0.6);
}

.error::-webkit-input.texto-placeholder {
	color: #dddddd;
}

textarea {
	position: absolute;
	max-width: 350px;
	min-width: 350px;
	top: 2px;
	left: 80px;
	color: #555555;
	min-height: 130px;
	max-height: 130px;
	border-radius: 6px;
	overflow: auto;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	font-family: sans-serif;
	font-size: 115%;
	outline: 0;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea:hover {
	border-color: #FF8000;
}

textarea:focus {
	border-color: #FF8000;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075), 0 0 17px rgba(255, 128, 0, 0.6);
}

button, div.boton-volver {
	position: relative;
	margin: auto;
	width: 250px;
	top: 5px;
	height: 40px;
	color: #ffffff;
	font-size: 110%;
	cursor: pointer;
	border-radius: 5px;
	border: 0px solid #000000;
	background: -webkit-linear-gradient(top,#4387fd,#3C79E0);
	background: -moz-linear-gradient(top,#4387fd,#3C79E0);
	background: -o-linear-gradient(top,#4387fd,#3C79E0);
	background: -ms-linear-gradient(top,#4387fd,#3C79E0);
}

button:hover, div.boton-volver:hover {
	background: -webkit-linear-gradient(bottom,#4387fd,#3C79E0);
	background: -moz-linear-gradient(bottom,#4387fd,#3C79E0);
	background: -o-linear-gradient(bottom,#4387fd,#3C79E0);
	background: -ms-linear-gradient(bottom,#4387fd,#3C79E0);
}

button:focus, div.boton-volver:focus {
	background: -webkit-linear-gradient(bottom,#4387fd,#3C79E0);
	background: -moz-linear-gradient(bottom,#4387fd,#3C79E0);
	background: -o-linear-gradient(bottom,#4387fd,#3C79E0);
	background: -ms-linear-gradient(bottom,#4387fd,#3C79E0);
}

section.enviado {
	height: 250px;
}

div.botonvolver {
	position: relative;
	margin: auto;
	width: 250px;
	top: 150px;
	height: 40px;
}

div.boton-volver > p {
	position: absolute;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

span.error {
	position: absolute;
	width: 200px;
	left: 350px;
	top: 14px;
	height: 30px;
	color: #ff0000;
	cursor: default;
}

span.errormensaje {
	position: absolute;
	width: 100px;
	left: 464px;
	top: 38px;
	height: 50px;
	color: #ff0000;
	cursor: default;
}

input.error {
	border: 1px solid #ff0000;
}

textarea.error {
	border: 1px solid #ff0000;
}

.error::-webkit-input-placeholder {
	color: #ff0000;
}

.error::-webkit-input-placeholder { color:#ff0000; }
.error::-moz-placeholder { color:#ff0000; } /* firefox 19+ */
.error:-ms-input-placeholder { color:#ff0000; } /* ie */
input.error:-moz-placeholder { color:#ff0000; }

/* ------------------------------------------------ aside ------------------------------------------------------ */

aside {
	position: relative;
	width: 370px;
	right: 0px;
	top: 0px;
	float: right;
	height: 510px;
}

aside.enviado {
	height: 580px;
}

div.info-basica {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 500px;
}

div.info-basica1 {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50px;
	height: 240px;
	background-color: #ff8000;
}

div.info-basica2 {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 320px;
	height: 240px;
	background-color: #ff8000;
}

div.info-basica1 > h2, div.info-basica2 > h2 {
	color: #ffffff;
	padding-left: 12px;
	padding-top: 8px;
	cursor: default;
}

div.info-basica > h2 {
	color: #ff8000;
	padding-left: 8px;
	padding-top: 12px;
	cursor: default;
}

img.info-telf {
	position: absolute;
	width: 41px;
	left: 24px;
	top: 46px;
}

p.info-telf {
	position: absolute;
	width: 150px;
	left: 85px;
	top: 53px;
	height: 30px;
	color: #ffffff;
	font-size: 125%;
	cursor: default;
}

img.info-email {
	position: absolute;
	width: 57px;
	left: 16px;
	top: 102px;
}

p.info-email {
	position: absolute;
	width: 200px;
	left: 85px;
	top: 117px;
	color: #ffffff;
	font-size: 125%;
	cursor: default;
}

img.info-ubicacion {
	position: absolute;
	width: 39px;
	left: 24px;
	top: 178px;
}

p.info-ubicacion {
	position: absolute;
	width: 250px;
	left: 85px;
	top: 176px;
	color: #ffffff;
	font-size: 125%;
	cursor: default;
}

/* ------------------------------------------------ mapas ------------------------------------------------------ */

div.mapas {
	position: relative;
	width: 100%;
	left: 0px;
	top: 70px;
	height: 490px;
	clear: both;
	border: 0px solid #000000;
}

div.mapa-valencia {
	position: absolute;
	width: 48%;
	left: 0px;
	height: 100%;
}

div.mapa-berga {
	position: absolute;
	width: 48%;
	right: 0px;
	height: 100%;
}

div.mapa-error {
	position: absolute;
	width: 98%;
	left: 1%;
	top: 1%;
	height: 98%;
	border: 1px dashed #888888;
}

div.mapa-error > p {
	padding-top: 52px;
	padding-left: 7px;
}

div.mapa-titulo {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 50px;
	cursor: default;
	background-color: #ff8000;
}

div.mapa-subtitulo {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50px;
	height: 50px;
	cursor: default;
	background-color: #ff8000;
	display: none;
}

div.mapa-titulo > h2 {
	text-align: center;
	color: #ffffff;
	padding-top: 12px;
}

div.mapa-titulo > a img {
	display: none;
}

div.mapa-frame {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50px;
}

#map-canvas {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 440px;
}

#map-canvas2 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 440px;
}

div.mapa-grande {
	position: absolute;
	width: 135px;
	top: 10px;
	left: 120px;
	height: 30px;
	border: 1px solid #d4d4d4;
	background-color: #ffffff;
	color: #444444;
	padding-left: 7px;
	padding-top: 6px;
	font-size: 90%;
	box-sizing: border-box;
}

div.mapa-grande:hover {
	background-color: #eeeeee;
}

/* ----------------------------------------------- footer ------------------------------------------------------ */

footer {
	position: relative;
	width: 100%;
	left: 0px;
	top: 250px;
	height: 180px;
	background-color: #2e2e2e;
	border-top: 2px solid #ff8000;
	box-shadow: 0.5px -0.5px 5px #ff8000;
}

footer.enviado {
	top: 190px;
}

div.social {
	position: absolute;
	width: 150px;
	right: 35px;
	top: -42px;
	height: 40px;
	border: 0px solid #000000;
}

img.twitter-footer, img.twitter-footer {
	position: absolute;
	width: 38px;
	left: 0px;
	top: 1px;
	opacity: 0.7;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-transition: -webkit-filter 0.3s;
	-moz-transition: -moz-filter 0.3s;
	-o-transition: -o-filter 0.3s;
	-ms-transition: -ms-filter 0.3s;
}

img.youtube-footer, img.youtube-footer {
	position: absolute;
	width: 40px;
	left: 50px;
	top: 0px;
	opacity: 0.7;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-transition: -webkit-filter 0.3s;
	-moz-transition: -moz-filter 0.3s;
	-o-transition: -o-filter 0.3s;
	-ms-transition: -ms-filter 0.3s;
}

img.googleplus-footer {
	position: absolute;
	width: 35px;
	left: 102px;
	top: 0px;
	height: 34px;
	opacity: 0.7;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-transition: -webkit-filter 0.3s;
	-moz-transition: -moz-filter 0.3s;
	-o-transition: -o-filter 0.3s;
	-ms-transition: -ms-filter 0.3s;
}

img.twitter-footer:hover, img.youtube-footer:hover, img.googleplus-footer:hover {
	opacity: 1;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

div.footercentrado {
	position: relative;
	margin: auto;
	width: 1100px;
	top: 0px;
	height: 100%;
}

ul.secciones1_footer {
	position: absolute;
	width: 210px;
	left: 0px;
	top: 12px;
	height: 158px;
	list-style-type: none;
}

ul.secciones1_footer a li {
	width: 210px;
	left: 0px;
	top: 0px;
	height: 38px;
}

ul.secciones1_footer a li > p, ul.secciones2_footer a li > p, ul.secciones3_footer a li > p {
	color: #eeeeee;
	margin-top: 10px;
}

ul.secciones1_footer a li:hover > p, ul.secciones2_footer a li:hover > p, ul.secciones3_footer a li:hover > p {
	color: #ff8000;
}

hr.footer1 {
	position: absolute;
	width: 0px;
	top: 11px;
	left: 230px;
	height: 152px;
	border: 1px solid #3a3a3a;
}

ul.secciones2_footer {
	position: absolute;
	width: 170px;
	left: 245px;
	top: 12px;
	height: 158px;
	list-style-type: none;
}

ul.secciones2_footer a li {
	width: 170px;
	left: 0px;
	top: 0px;
	height: 38px;
}

hr.footer2 {
	position: absolute;
	width: 0px;
	top: 11px;
	left: 430px;
	height: 152px;
	border: 1px solid #3a3a3a;
}

ul.secciones3_footer {
	position: absolute;
	width: 170px;
	left: 460px;
	top: 12px;
	height: 158px;
	list-style-type: none;
}

ul.secciones3_footer a li {
	width: 170px;
	left: 0px;
	top: 0px;
	height: 38px;
}

img.junta-consultiva {
	position: absolute;
	top: 36px;
	right: 175px;
	z-index: 1;
}

img.certificado-lopd {
	position: absolute;
	top: 28px;
	right: 20px;
	z-index: 1;
}

div.avisoslegales {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 38px;
	background-color: #141414;
}

ol.footer {
	width: 100%;
	list-style-type: none;
	display: inline;
}

li.politica, li.condiciones {
	height: 35px;
	width: 170px;
}

li.mapa {
	height: 35px;
	width: 140px;
}

li.privacidad {
	height: 35px;
	width: 140px;
}

li.copyright {
	display: none;
}

.ff3 hr.footer-responsive {
	position: relative;
	width: 100%;
	left: -355px;
	top: 144px;
	display: none;
}

.webkit hr.footer-responsive {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	display: none;
}

li.politica > p, li.condiciones > p, li.mapa > p, li.privacidad > p, li.copyright > p {
	color: #c8c8c8;
	text-align: center;
	margin-top: 9px;
}

li.politica:hover > p, li.condiciones:hover > p, li.mapa:hover > p, li.privacidad:hover > p, li.copyright:hover > p {
	color: #ffffff;
}

p.copyright {
	position: relative;
	width: 350px;
	float: right;
	top: 0px;
	padding-top: 9px;
	padding-bottom: 0px;
	height: 26px;
	color: #cccccc;
	cursor: default;
}

p.copyright:hover {
	color: #ffffff;
}

/* ------------------------------------------- clausula legal -------------------------------------------------- */

input#clausula-formulario {
	display: none;
}

label.clausula-formulario-ver {
	display: block;
}

label.clausula-formulario-ocultar {
	display: none;
}

p.ver-clausula-legal {
	position: relative;
	width: 160px;
	top: 145px;
	height: 20px;
	padding-left: 12px;
	color: #ff8000;
	cursor: pointer;
}

p.ver-clausula-legal:hover {
	text-decoration: underline;
}

div.clausula-legal {
	position: relative;
	margin: auto;
	width: 90%;
	top: 150px;
	height: 1px;
	border: 0px solid #000000;
}

div.clausula-legal > p {
	display: none;
	color: #333333;
}

#clausula-formulario:checked ~ div.contenido section div.formulario form div.clausula-legal {
	height: 290px;
}

#clausula-formulario:checked ~ div.contenido div.mapas {
	top: 360px;
}

#clausula-formulario:checked ~ div.contenido section div.formulario form div.clausula-legal > p {
	display: block;
}

#clausula-formulario:checked ~ div.contenido section div.formulario form label.clausula-formulario-ver {
	display: none;
}

#clausula-formulario:checked ~ div.contenido section div.formulario form label.clausula-formulario-ocultar {
	display: block;
}

#clausula-formulario:checked ~ div.contenido {
	height: 1470px;
}

/* -------------------------------------------Inicio de scroll ------------------------------------------------- */

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 0px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #dddddd;
}

::-webkit-scrollbar-thumb:hover
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #bfbfbf;
}

::-moz-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-moz-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-moz-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #A8A8A8;
}

::-moz-scrollbar-thumb:hover
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #929292;
}

::-o-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-o-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-o-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #A8A8A8;
}

::-o-scrollbar-thumb:hover
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #929292;
}

::-ms-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-ms-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-ms-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #A8A8A8;
}

::-ms-scrollbar-thumb:hover
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #929292;
}

div.lateral-lista::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 0px;
	right: 1px;
	background-color: transparent;
}

div.lateral-lista::-webkit-scrollbar
{
	width: 2px;
	background-color: transparent;
}

div.lateral-lista::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ff8000;
}

div.lateral-lista::-webkit-scrollbar-thumb:hover
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ff8000;
}

div.lateral-lista::-moz-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

div.lateral-lista::-moz-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}

div.lateral-lista::-moz-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #A8A8A8;
}

div.lateral-lista::-moz-scrollbar-thumb:hover
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #929292;
}

div.lateral-lista::-o-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

div.lateral-lista::-o-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}

div.lateral-lista::-o-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #A8A8A8;
}

div.lateral-lista::-o-scrollbar-thumb:hover
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #929292;
}

div.lateral-lista::-ms-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

div.lateral-lista::-ms-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}

div.lateral-lista::-ms-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #A8A8A8;
}

div.lateral-lista::-ms-scrollbar-thumb:hover
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #929292;
}

div.texto-aviso-cookies::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 0px;
	right: 1px;
	background-color: transparent;
}

div.texto-aviso-cookies::-webkit-scrollbar
{
	width: 0.1px;
	background-color: transparent;
}

div.texto-aviso-cookies::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ff8000;
}

div.texto-aviso-cookies::-webkit-scrollbar-thumb:hover
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ff8000;
}

div.texto-aviso-cookies::-moz-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

div.texto-aviso-cookies::-moz-scrollbar
{
	width: 0.2px;
	background-color: #F5F5F5;
}

div.texto-aviso-cookies::-moz-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #A8A8A8;
}

div.texto-aviso-cookies::-moz-scrollbar-thumb:hover
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #929292;
}

div.texto-aviso-cookies::-o-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

div.texto-aviso-cookies::-o-scrollbar
{
	width: 0.2px;
	background-color: #F5F5F5;
}

div.texto-aviso-cookies::-o-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #A8A8A8;
}

div.texto-aviso-cookies::-o-scrollbar-thumb:hover
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #929292;
}

div.texto-aviso-cookies::-ms-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

div.texto-aviso-cookies::-ms-scrollbar
{
	width: 0.2px;
	background-color: #F5F5F5;
}

div.texto-aviso-cookies::-ms-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #A8A8A8;
}

div.texto-aviso-cookies::-ms-scrollbar-thumb:hover
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #929292;
}

body {
	overflow-x: hidden;
}

* {
	margin:0;
	padding:0;
}

body {
	background:#f2f2f2;
}

/* ------------------------------------------- control cookies ------------------------------------------------- */

.cookiesms {
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	height: 98px;
	background-color: #ffffff;
	border-top: 2px solid #ff8000;
	filter:alpha(opacity=80); /* Para IE8 o anterior */
	opacity: 0.8;
	z-index: 9;
	clear: both;
}

.cookiesms:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* Para IE8 o anterior */
}

div.texto-aviso-cookies {
	position: absolute;
	width: 70%;
	left: 0px;
	top: 0px;
	height: 100%;
}

div.texto-aviso-cookies > p {
	margin-top: 12px;
	padding-left: 10px;
}

button#aceptar-cookies {
	position: absolute;
	width: 120px;
	right: 200px;
	top: 24px;
	height: 50px;
	color: #ff8000;
	border: 1px solid #ff8000;
	background: #ffffff;
	opacity: 1;
	border-radius: 5px;
	font-size: 105%;
	filter:alpha(opacity=100); /* Para IE8 o anterior */
	back
}

button#aceptar-cookies:hover {
	background: #ff8000;
	opacity: 1;
	filter:alpha(opacity=100); /* Para IE8 o anterior */
	color: #ffffff;
}

button#configurar-cookies {
	position: absolute;
	width: 120px;
	right: 60px;
	top: 24px;
	height: 50px;
	color: #ff8000;
	border: 1px solid #ff8000;
	background: #ffffff;
	opacity: 1;
	border-radius: 5px;
	font-size: 105%;
	filter:alpha(opacity=100); /* Para IE8 o anterior */
}

button#configurar-cookies:hover {
	background: #ff8000;
	opacity: 1;
	filter:alpha(opacity=100); /* Para IE8 o anterior */
	color: #ffffff;
}

@media screen and (max-width: 1230px) {
	div.texto-aviso-cookies {
		overflow-y: auto;
	}
}

@media screen and (max-width: 1110px) {
	button#aceptar-cookies {
		right: 180px;
	}

	button#configurar-cookies {
		right: 40px;
	}
}

@media screen and (max-width: 1040px) {
	button#aceptar-cookies {
		right: 160px;
	}

	button#configurar-cookies {
		right: 20px;
	}

	div.texto-aviso-cookies {
		width: 68%;
	}
}

@media screen and (max-width: 930px) {
	div.texto-aviso-cookies {
		width: 65%;
	}
}

@media screen and (max-width: 850px) {
	div.texto-aviso-cookies {
		width: 62%;
	}
}

@media screen and (max-width: 730px) {
	div.texto-aviso-cookies {
		width: 100%;
		overflow: none;
	}

	div.texto-aviso-cookies {
		position: relative;
		text-align: center;
	}


	div.cookiesms {
		overflow-y: auto;
	}

	div.botones-cookies {
		position: relative;
		width: 260px;
		margin: auto;
		top: 5px;
		height: 40px;
	}

	button#aceptar-cookies {
		left: 0px;
		margin-bottom: 20px;
	}

	button#configurar-cookies {
		right: 0px;
		margin-bottom: 20px;
	}
}

/* ---------------------------------------------- adaptable ---------------------------------------------------- */

/* ----- header y lateral adaptables ----- */

@media screen and (max-width: 1050px) {
	header {
		height: 78px;
		background-color: #ffffff;
		box-shadow: 1px 1px 5px #ff8000;
		border-bottom: 1px solid rgba(255, 125, 25, 0.6);
	}

	div.headercentrado {
		width: 100%;
	}
	a.enlacesTitulo{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:hover{
		text-decoration: none;
	}
	a.enlacesTitulo:link{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:visited{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:active{
		text-decoration: none;
		font-size:0.6em;
	}
	a.enlaces{
		text-decoration: none;
		font-size: 4em;
	}
	a.enlaces:hover{
		text-decoration: none;
	}
	a.enlaces:link{
		text-decoration: none;
		font-size: 1em;
	}
	a.enlaces:visited{
		text-decoration: none;
		font-size: 1em;
	}
	a.enlaces:active{
		text-decoration: none;
		font-size: 1em;
	}
	nav, nav.scroll {
		position: absolute;
		width: 705px;
		left: 232px;
		bottom: 0px;
		height: 52px;
		border: 0px solid #000000;
	}

	img.logopantallax {
		position: absolute;
		width: 250px;
		left: 8px;
		top: 2px;
	}

	div.header_contacto {
		position: absolute;
		width: 200px;
		right: 30px;
		top: -250px;
	}

	div.contenido {
		top: 79px;
	}

	section {
		top: 16px;
	}
}

@media screen and (max-width: 950px) {
	nav {
		display: none;
	}
	a.enlacesTitulo{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:hover{
		text-decoration: none;
	}
	a.enlacesTitulo:link{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:visited{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:active{
		text-decoration: none;
		font-size:0.6em;
	}
	a.enlaces{
		text-decoration: none;
		font-size: 4em;
	}
	a.enlaces:hover{
		text-decoration: none;
	}
	a.enlaces:link{
		text-decoration: none;
		font-size: 1em;
	}
	a.enlaces:visited{
		text-decoration: none;
		font-size: 1em;
	}
	a.enlaces:active{
		text-decoration: none;
		font-size: 1em;
	}
	img.logopantallax {
		left: 100px;
	}

	img.desplegar-menu {
		position: fixed;
		width: 64px;
		left: 30px;
		top: 22px;
		height: 40px;
		cursor: pointer;
		z-index: 11;
	}

	div.lateral {
		position: fixed;
		width: 0px;
		float: left;
		left: -15px;
		margin-top: 79px;
		height: 100%;
		max-width: 70%;
		background-color: #ffffff;
		border-right: 1px solid #FF8000;
		box-shadow: 1px 1px 5px #ff8000;
		display: block;
		z-index: 12;
		-webkit-transition: width 0.5s;
		-moz-transition: width 0.5s;
		-o-transition: width 0.5s;
		-ms-transition: width 0.5s;
	}

	div.lateral-lista {
		position: absolute;
		width: 100%;
		left: 0px;
		top: 0px;
		height: 487px;
		height: 94%;
		display: block;
		overflow: scroll;
		overflow-x: hidden;
	}

	div.lateral div.lateral-lista ul.lateral-nivel1 {
		position: absolute;
		width: 100%;
		left: 0px;
		top: 0px;
		height: 100%;
	}

	div.lateral div.lateral-lista ul li {
		position: relative;
		width: 100%;
		list-style-type: none;
		left: -305px;
		height: 60px;
		color: #444444;
		text-align: center;
		-webkit-transition: left 0.5s;
		-moz-transition: left 0.5s;
		-o-transition: left 0.5s;
		-ms-transition: left 0.5s;
	}

	li.lateral-empresa, li.lateral-muros, li.lateral-otros, li.lateral-contacto {
		top: 0px;
	}

	div.lateral div.lateral-lista ul li a p {
		margin-top: 22px;
		color: #444444;
	}

	a.lateral {
		position: absolute;
		width: 100%;
		left: 0px;
		top: 0px;
		height: 100%;
		text-decoration: none;
	}

	input#main-check:checked ~ div.lateral {
		width: 300px;
		left: 0px;
	}

	div.oscuro-lateral {
		display: block;
		z-index: 0;
	}

	input#main-check:checked ~ label div.oscuro-lateral {
		opacity: 0.3;
		z-index: 9;
	}

	input#main-check:checked ~ div.lateral div.lateral-lista ul li {
		left: 0px;
		display: block;
		z-index: 10;
	}

	li.lateral-nivel1:hover {
		background-color: #ff8000;
	}

	li.lateral-nivel1:hover a.lateral p {
		color: #ffffff;
	}

	li.lateral-muros:hover ~ li.lateral-tradicional, li.lateral-muros:hover ~ li.lateral-espesor, li.lateral-muros:hover ~ li.lateral-hidrofresa, li.lateral-muros:hover ~ li.lateral-fresado, li.lateral-muros:hover ~ li.lateral-zapapilotes, li.lateral-muros:hover ~ li.lateral-muropantallax {
		background-color: rgba(255,125,0,0.6);
	}

	li.lateral-muros:hover ~ li.lateral-tradicional a p, li.lateral-muros:hover ~ li.lateral-espesor a p, li.lateral-muros:hover ~ li.lateral-hidrofresa a p, li.lateral-muros:hover ~ li.lateral-fresado a p, li.lateral-muros:hover ~ li.lateral-zapapilotes a p, li.lateral-muros:hover ~ li.lateral-muropantallax a p {
		color: #ffffff;
	}

	li.lateral-otros:hover ~ li.lateral-micropilotes, li.lateral-otros:hover ~ li.lateral-anclajes, li.lateral-otros:hover ~ li.lateral-imperm, li.lateral-otros:hover ~ li.lateral-drenajes, li.lateral-otros:hover ~ li.lateral-trepano, li.lateral-otros:hover ~ li.lateral-secantes {
		background-color: rgba(255,125,0,0.6);
	}

	li.lateral-otros:hover ~ li.lateral-micropilotes a p, li.lateral-otros:hover ~ li.lateral-anclajes a p, li.lateral-otros:hover ~ li.lateral-imperm a p, li.lateral-otros:hover ~ li.lateral-drenajes a p, li.lateral-otros:hover ~ li.lateral-trepano a p, li.lateral-otros:hover ~ li.lateral-secantes a p {
		color: #ffffff;
	}

	li.lateral-empresa, li.lateral-zapapilotes, li.lateral-trepano {
		border-bottom: 1px solid rgba(255,125,0,0.3);
	}

	li.lateral-muros:hover ~ li.lateral-zapapilotes, li.lateral-otros:hover ~ li.lateral-trepano {
		border-bottom: 1px solid #ff8000;
	}

	ul.lateral-nivel1 li.activa {
		background-color: #ff8000 !important;
		background-image: none;
	}

	ul.lateral-nivel1 li.activa a p {
		color: #ffffff !important;
	}
}

@media screen and (max-width: 450px) {
	img.desplegar-menu {
		width: 58px;
		left: 18px;
		top: 26px;
		height: 33px;
	}

	img.logopantallax {
		width: 230px;
		left: 80px;
		top: 7px;
	}
}
a.enlacesTitulo{
	text-decoration: none;
	font-size: 0.6em;
}
a.enlacesTitulo:hover{
	text-decoration: none;
}
a.enlacesTitulo:link{
	text-decoration: none;
	font-size: 0.6em;
}
a.enlacesTitulo:visited{
	text-decoration: none;
	font-size: 0.6em;
}
a.enlacesTitulo:active{
	text-decoration: none;
	font-size:0.6em;
}
a.enlaces{
	text-decoration: none;
	font-size: 4em;
}
a.enlaces:hover{
	text-decoration: none;
}
a.enlaces:link{
	text-decoration: none;
	font-size: 1em;
}
a.enlaces:visited{
	text-decoration: none;
	font-size: 1em;
}
a.enlaces:active{
	text-decoration: none;
	font-size: 1em;
}

/* ----- section adaptable ----- */

@media screen and (max-width: 1120px) {
	div.contenido {
		width: 1020px;
	}

	footer {
		top: 80px;
	}

	a.enlacesTitulo{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:hover{
		text-decoration: none;
	}
	a.enlacesTitulo:link{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:visited{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:active{
		text-decoration: none;
		font-size:0.6em;
	}
	a.enlaces{
		text-decoration: none;
		font-size: 4em;
	}
	a.enlaces:hover{
		text-decoration: none;
	}
	a.enlaces:link{
		text-decoration: none;
		font-size: 1em;
	}
	a.enlaces:visited{
		text-decoration: none;
		font-size: 1em;
	}
	a.enlaces:active{
		text-decoration: none;
		font-size: 1em;
	}

	section {
		width: 610px;
	}

	div.mapas {
		position: relative;
		margin: auto;
		width: 528px;
		top: 135px;
		height: 1050px;
	}

	div.mapa-valencia {
		width: 100%;
		left: 0px;
		top: 0px;
	}

	div.mapa-berga {
		width: 100%;
		left: 0px;
		top: 550px;
	}

	#clausula-formulario:checked ~ section div.formulario form div.clausula-legal {
		height: 320px;
	}

	#clausula-formulario:checked ~ div.mapas {
		top: 440px;
	}

	#clausula-formulario:checked ~ div.mapas div.mapa-berga {
		top: 500px;
	}

	div.form-botones {
		margin: auto;
		width: 250px;
		height: 120px;
	}

	button#borrar {
		top: 25px;
	}
}

@media screen and (max-width: 1020px) {
	div.contenido {
		position: absolute;
		width: 100%;
		height: 711px;
	}

	section {
		position: relative;
		margin: auto;
		width: 670px;
		top: 16px;
		left: 70px;
	}

	a.enlacesTitulo{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:hover{
		text-decoration: none;
	}
	a.enlacesTitulo:link{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:visited{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:active{
		text-decoration: none;
		font-size:0.6em;
	}
	a.enlaces{
		text-decoration: none;
		font-size: 4em;
	}
	a.enlaces:hover{
		text-decoration: none;
	}
	a.enlaces:link{
		text-decoration: none;
		font-size: 1em;
	}
	a.enlaces:visited{
		text-decoration: none;
		font-size: 1em;
	}
	a.enlaces:active{
		text-decoration: none;
		font-size: 1em;
	}

	aside {
		display: none;
	}

	div.form-botones {
		width: 100%;
		height: 50px;
	}

	button#borrar {
		top: 5px;
		left: 5px;
	}
}

@media screen and (max-width: 750px) {
	section {
		width: 100%;
		left: 0px;
		border-left: 0px;
		border-right: 0px;
	}
}

@media screen and (max-width: 680px) {
	div.mapa-grande {
		display: none;
	}
}

@media screen and (max-width: 630px) {
	div.formulario {
		width: 90%;
		left: 5%;
	}
}

@media screen and (max-width: 570px) {
	h2.contacto {
		top: 10px;
	}

	p.contacto-normal {
		display: none;
	}

	p.contacto-responsive {
		position: absolute;
		width: 74%;
		left: 13%;
		top: 55px;
		text-align: center;
		color: #444444;
		font-size: 108%;
		display: block;
	}

	div.formulario {
		width: 100%;
		left: 0px;
		top: 135px;
	}

	div.form-nombre {
		width: 350px;
		left: 50px;
	}

	a.enlacesTitulo{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:hover{
		text-decoration: none;
	}
	a.enlacesTitulo:link{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:visited{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:active{
		text-decoration: none;
		font-size:0.6em;
	}
	a.enlaces{
		text-decoration: none;
		font-size: 4em;
	}
	a.enlaces:hover{
		text-decoration: none;
	}
	a.enlaces:link{
		text-decoration: none;
		font-size: 1em;
	}
	a.enlaces:visited{
		text-decoration: none;
		font-size: 1em;
	}
	a.enlaces:active{
		text-decoration: none;
		font-size: 1em;
	}

	div.form-empresa {
		width: 350px;
		left: 50px;
	}

	div.form-email {
		width: 350px;
		left: 50px;
	}

	div.form-telefono {
		width: 350px;
		left: 50px;
	}

	div.form-mensaje {
		width: 450px;
		left: 50px;
	}

	div.form-botones {
		position: relative;
		margin: auto;
		width: 250px;
		height: 120px;
	}

	button#borrar {
		top: 25px;
	}
}

@media screen and (max-width: 510px) {
	div.form-nombre {
		left: 15px;
	}

	div.form-empresa {
		left: 15px;
	}

	a.enlacesTitulo{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:hover{
		text-decoration: none;
	}
	a.enlacesTitulo:link{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:visited{
		text-decoration: none;
		font-size: 0.6em;
	}
	a.enlacesTitulo:active{
		text-decoration: none;
		font-size:0.6em;
	}
	a.enlaces{
		text-decoration: none;
		font-size: 4em;
	}
	a.enlaces:hover{
		text-decoration: none;
	}
	a.enlaces:link{
		text-decoration: none;
		font-size: 1em;
	}
	a.enlaces:visited{
		text-decoration: none;
		font-size: 1em;
	}
	a.enlaces:active{
		text-decoration: none;
		font-size: 1em;
	}

	div.form-email {
		left: 15px;
	}

	div.form-telefono {
		left: 15px;
	}

	div.form-mensaje {
		left: 15px;
	}
}

@media screen and (max-width: 470px) {
	div.form-nombre, div.form-empresa, div.form-email, div.form-telefono, div.form-mensaje {
		width: 0px;
	}
	input {
		width: 200px;
	}

	textarea {
		min-width: 300px;
		max-width: 300px;
	}
}

@media screen and (max-width: 425px) {
	div.form-nombre label, div.form-empresa label, div.form-email label, div.form-telefono label, div.form-mensaje label {
		display: none;
	}

	input {
		left: 20px;
	}

	textarea {
		left: 20px;
	}
}

@media screen and (max-width: 365px) {
	p.contacto-responsive {
		display: none;
	}

	p.contacto-masresponsive {
		position: absolute;
		width: 74%;
		left: 13%;
		top: 55px;
		text-align: center;
		color: #444444;
		font-size: 108%;
		display: block;
	}

	input {
		left: 20px;
	}

	textarea {
		min-width: 260px;
		max-width: 260px;
		left: 20px;
	}
}

/* --------- footer adaptable --------- */

@media screen and (max-width: 1150px) {
	img.certificado-lopd {
		right: 50px;
	}

	img.junta-consultiva {
		right: 205px;
	}
}

@media screen and (max-width: 1120px) {
	div.contenido {
		height: 1920px;
	}

	div.footercentrado {
		width: 100%;
	}

	footer {
		top: 170px;
	}

	div.mapa-valencia, div.mapa-berga {
		height: 440px;
	}

	#clausula-formulario:checked ~ div.contenido section div.formulario form div.clausula-legal {
		width: 102%;
	}

	#clausula-formulario:checked ~ div.contenido div.mapas {
		top: 420px;
	}

	#clausula-formulario:checked ~ div.contenido {
		height: 2150px;
	}
}

@media screen and (max-width: 1100px) {
	footer {
		height: 0px;
	}

	ul.secciones1_footer, ul.secciones2_footer, ul.secciones3_footer {
		display: none;
	}

	hr.footer1, hr.footer2 {
		display: none;
	}

	div.avisoslegales {
		height: 183px;
		background-color: #2e2e2e;
	}

	ol.footer {
		position: relative;
		margin: auto;
		width: 355px;
		right: 180px;
		display: block;
	}

	ol.footer li {
		text-align: center;
		width: 100%;
		left: 0px;
	}

	.ff3 hr.footer-responsive {
		display: block;
	}

	.webkit hr.footer-responsive {
		display: block;
	}

	li.copyright {
		top: 5px;
		height: 30px;
		display: block;
	}

	p.copyright {
		display: none;
	}

	p.copyright-responsive {
		cursor: default;
	}
}

@media screen and (max-width: 1050px) {
	div.contenido {
		height: 1860px;
	}

	footer {
		position: relative;
		top: 80px;
	}
}

@media screen and (max-width: 1020px) {
	div.contenido {
		height: 1910px;
	}

	footer {
		position: relative;
		top: 1950px;
	}

	#clausula-formulario:checked ~ div.contenido {
		height: 2130px;
	}

	#clausula-formulario:checked ~ footer {
		top: 2170px;
	}
}

@media screen and (max-width: 950px) {
	ol.footer {
		right: 100px;
	}

	img.junta-consultiva {
		display: none;
	}
}

@media screen and (max-width: 680px) {
	div.contenido {
		height: 1360px;
	}

	footer {
		position: relative;
		top: 1440px;
	}

	#clausula-formulario:checked ~ div.contenido {
		height: 1640px;
	}

	#clausula-formulario:checked ~ footer {
		top: 1720px;
	}

	div.mapas {
		top: 150px;
		height: 480px;
	}

	div.mapa-valencia, div.mapa-berga {
		height: 250px;
	}

	div.mapa-berga {
		top: 270px;
	}

	div.mapa-titulo {
		top: 0px;
		height: 50%;
	}

	div.mapa-subtitulo {
		top: 50%;
		height: 50%;
		background-color: #ff9000;
		display: block;
	}

	div.mapa-titulo > h2 {
		text-align: left;
		padding-left: 30px;
		padding-top: 48px;
	}

	div.mapa-titulo > a img {
		position: absolute;
		width: 50px;
		right: 30px;
		top: 35px;
		display: block;
	}

	div.mapa-subtitulo > p {
		margin-left: 12px;
		margin-top: 15px;
		color: #ffffff;
	}

	#map-canvas, #map-canvas2 {
		display: none;
	}
}

@media screen and (max-width: 650px) {
	div.social {
		right: 0px;
	}

	ol.footer {
		right: 60px;
	}

	img.certificado-lopd {
		display: none;
	}
}

@media screen and (max-width: 570px) {
	button#borrar {
		left: 0px;
	}
}

@media screen and (max-width: 540px) {
	div.mapas {
		width: 100%;
	}

	#clausula-formulario:checked ~ div.contenido section div.formulario form div.clausula-legal {
		width: 98%;
	}
}

@media screen and (max-width: 535px) {
	div.avisoslegales {
		height: 205px;
	}
	ol.footer {
		width: 320px;
		right: 0px;
	}

	.ff3 hr.footer-responsive {
		left: -325px;
	}
}

@media screen and (max-width: 472px) {
	#clausula-formulario:checked ~ div.contenido section div.formulario form div.clausula-legal {
		height: 330px;
	}

	#clausula-formulario:checked ~ div.contenido div.mapas {
		top: 460px;
	}
}

@media screen and (max-width: 400px) {
	#clausula-formulario:checked ~ div.contenido section div.formulario form div.clausula-legal {
		height: 390px;
	}

	#clausula-formulario:checked ~ div.contenido div.mapas {
		top: 520px;
	}

	#clausula-formulario:checked ~ div.contenido {
		height: 1730px;
	}

	#clausula-formulario:checked ~ footer {
		top: 1810px;
	}
}

@media screen and (max-width: 360px) {
	div.mapa-titulo > h2 {
		padding-left: 18px;
		font-size: 135%;
	}

	div.mapa-titulo > a img {
		right: 20px;
	}
}

@media screen and (max-width: 324px) {
	div.contenido {
		height: 1380px;
	}

	footer {
		position: relative;
		top: 1460px;
	}

	#clausula-formulario:checked ~ div.contenido section div.formulario form div.clausula-legal {
		height: 420px;
	}

	#clausula-formulario:checked ~ div.contenido div.mapas {
		top: 540px;
	}

	#clausula-formulario:checked ~ div.contenido {
		height: 1770px;
	}

	#clausula-formulario:checked ~ footer {
		top: 1850px;
	}
}

@media screen and (max-width: 325px) {
	ol.footer {
		width: 312px;
	}
}

/* --------- lateral vertical adaptable --------- */

@media screen and (max-height: 800px) {
	div.lateral-lista {
		height: 89.5%;
	}
}

@media screen and (max-height: 760px) {
	div.lateral-lista {
		height: 89%;
	}
}

@media screen and (max-height: 720px) {
	div.lateral-lista {
		height: 88%;
	}
}

@media screen and (max-height: 660px) {
	div.lateral-lista {
		height: 87%;
	}
}

@media screen and (max-height: 610px) {
	div.lateral-lista {
		height: 86%;
	}
}

@media screen and (max-height: 565px) {
	div.lateral-lista {
		height: 85%;
	}
}

@media screen and (max-height: 528px) {
	div.lateral-lista {
		height: 84%;
	}
}
