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;
}

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);
}

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.62);
	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.48);
}

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 li.activa ul.nonav a li.activa {
	background-color: #FF891A;
}

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

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

nav.scroll:hover ul 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: 150px;
	height: 2000px;
	border: 0px solid #000000;
}

h1.titulo {
	position: absolute;
	left: 40px;
	top: 50px;
	color: #ff8000;
	font-size: 210%;
	cursor: default;
	display: block;
}

h1.titulo-responsive {
	position: absolute;
	width: 335px;
	left: 30px;
	top: 50px;
	color: #ff8000;
	font-size: 205%;
	cursor: default;
	display: none;
}

div.texto {
	position: relative;
	width: 1000px;
	top: 110px;
	height: 850px;
	border: 0px solid #888888;
}

div.texto > h2 {
	color: #444444;
	margin-left: 20px;
	font-size: 132%;
	cursor: default;
	display: block;
}

div.texto > p {
	width: 92%;
	color: #555555;
	margin-left: 40px;
	font-size: 105%;
}

div.texto > p.menosancho {
	width: 53%;
}

div.texto > p > a:hover {
	color: #ff8000;
	text-decoration: none;
}

p.masinfo {
	text-align: right;
	cursor: pointer;
}

p.masinfo:hover {
	color: #ff8000;
}

div.texto a {
	color: #555555;
	text-decoration: none;
}

div.texto > ul {
	position: relative;
	display: list-item;
	left: 0px;
	float: left;
}

div.texto ul li {
	display: inline;
	float: left;
	display: list-item;
	list-style-type: disc;
	margin-left: 28px;
	width: 92%;
	height: auto;
	padding-bottom: 18px;
}

img.lateral {
	position: relative;
	right: 10px;
	width: 41%;
	top: 150px;
	float: right;
	z-index: 1;
}

img.pozos-caudal {
	position: relative;
	width: 180px;
	left: 21%;
}

table.obras-realizadas {
	position: relative;
	width: 580px;
	border-collapse: collapse;
}

table.obras-realizadas tr td {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #000000;
}

div.telefono-drenajes {
	position: absolute;
	width: 340px;
	right: 75px;
	top: 540px;
	z-index: 1;
}

div.telefono-drenajes > p {
	text-align: center;
	font-size: 110%;
}

div.telefono-drenajes p strong {
	font-size: 160%;
	color: #ff8000;
}

img.contacto-drenajes {
	position: absolute;
	width: 50px;
	right: 300px;
	top: 570px;
}

div.telf-contacto-responsive {
	position: absolute;
	width: 190px;
	right: 60px;
	top: 45px;
	display: none;
}

div.telf-contacto-responsive > img {
	width: 50px;
	right: 300px;
	top: 50px;
}

div.telf-contacto-responsive p {
	text-align: right;
	margin-top: -42px;
}

div.telf-contacto-responsive p strong {
	font-size: 160%;
	color: #ff8000;
}

div.palabras-clave {
	position: relative;
	width: 100%;
	top: 10px;
	height: 40px;
	text-align: left;
	margin-left: 30px;
	color: #484848;
}

div.palabras-clave p strong {
	color: #ff8000;
}

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

footer {
	position: relative;
	width: 100%;
	left: 0px;
	top: 100px;
	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;
}

/* -------------------------------------------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;
	border: 1px solid #ff8000;
	background-color: #ffffff;
	opacity: 1;
	border-radius: 5px;
	font-size: 105%;
	filter:alpha(opacity=100); /* Para IE8 o anterior */
}

button#aceptar-cookies:hover {
	background-color: #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;
	border: 1px solid #ff8000;
	background-color: #ffffff;
	opacity: 1;
	border-radius: 5px;
	font-size: 105%;
	filter:alpha(opacity=100); /* Para IE8 o anterior */
}

button#configurar-cookies:hover {
	background-color: #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 {
		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%;
	}

	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;
	}

	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, background-color 0.1s;
		-moz-transition: left 0.5s, background-color 0.1s;
		-o-transition: left 0.5s, background-color 0.1s;
		-ms-transition: left 0.5s, background-color 0.1s;
	}

	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-muropantallax, li.lateral-trepano {
		border-bottom: 1px solid rgba(255,125,0,0.3);
	}

	li.lateral-muros:hover ~ li.lateral-muropantallax, 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;
	}
}

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

@media screen and (max-width: 1100px) {
	div.contenido {
		position: relative;
		width: 100%;
		height: 2080px;
	}
	
	div.texto > p.menosancho {
		width: 48%;
	}

	div.texto > p.masinfo {
		width: 47% !important;
	}
}

@media screen and (max-width: 1050px) {
	div.telefono-drenajes {
		right: 60px;
	}

	img.contacto-drenajes {
		right: 285px;
	}
}

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

@media screen and (max-width: 950px) {
	div.telefono-drenajes {
		top: 500px;
		right: 35px;
	}

	img.contacto-drenajes {
		top: 530px;
		right: 260px;
	}
}

@media screen and (max-width: 930px) {
	div.texto > p.menosancho {
		width: 42%;
	}
}

@media screen and (max-width: 865px) {
	img.lateral {
		display: none;
	}

	div.texto > p.menosancho {
		width: 90%;
	}

	div.telefono-drenajes {
		display: none;
	}

	img.contacto-drenajes {
		display: none;
	}

	div.telf-contacto-responsive {
		display: block;
	}
}

@media screen and (max-width: 750px) {
	div.texto > p {
		width: 90%;
	}

	div.texto ul li.masaltura {
		padding-bottom: 88px;
	}
}

@media screen and (max-width: 650px) {
	div.texto {
		width: 90%;
	}

	img.lateral {
		display: none;
	}
}

@media screen and (max-width: 510px) {
	div.texto {
		position: relative;
		width: 97%;
		left: -1%;
	}
}

@media screen and (max-width: 491px) {
	div.telf-contacto-responsive {
		right: 10px;
	}
}

@media screen and (max-width: 460px) {
	div.texto > h2.normal {
		display: none;
	}

	div.texto > h2.responsive {
		display: block;
	}
}

@media screen and (max-width: 430px) {
	div.texto {
		position: absolute;
		width: 96%;
		left: -2%;
	}
}

@media screen and (max-width: 415px) {
	div.telf-contacto-responsive {
		left: 30px;
		top: 100px;
	}

	div.texto {
		top: 130px;
	}
}

@media screen and (max-width: 372px) {
	div.texto {
		position: absolute;
		width: 95%;
		left: -3%;
	}
}

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

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

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

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

	div.footercentrado {
		width: 100%;
	}

	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;
	}

	div.texto ul li {
		width: 92%;
	}
}

@media screen and (max-width: 1050px) {
	div.palabras-clave {
		width: 94%;
		left: 0px;
		padding-left: 0px;
		height: 140px;
	}

	div.contenido {
		height: 2020px;
	}
}

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

	img.junta-consultiva {
		display: none;
	}

	div.contenido {
		height: 2060px;
	}
}

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

	footer {
		top: 80px;
	}	
}

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


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

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

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

@media screen and (max-width: 740px) {
	div.texto ul li {
		height: 62px;
	  }
}

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

	div.social {
		right: 0px;
	}

	ol.footer {
		right: 60px;
	}

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

@media screen and (max-width: 646px) {
	footer {
		top: 50px;
	}
}

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

@media screen and (max-width: 580px) {
	div.texto ul li.masaltura {
		height: 72px;
	}
}

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

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

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

	div.contenido {
		height: 2190px;
	}
}

@media screen and (max-width: 510px) {
	div.texto ul li.masaltura {
		height: 90px;
	}
}

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

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

@media screen and (max-width: 445px) {
	footer {
		top: 90px;
	}
}

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

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

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

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

@media screen and (max-width: 375px) {
	div.texto ul li.masaltura {
		height: 105px;
	}
}

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

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

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

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

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

/* --------- 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%;
	}
}

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

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