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: 1920px;
	border: 0px solid #000000;
	background-color: #f2f2f2;
}

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: 40px;
	top: 20px;
	color: #ff8000;
	font-size: 205%;
	cursor: default;
	display: none;
}

div.texto {
	position: relative;
	margin: auto;
	width: 1000px;
	top: 110px;
	height: 1000px;
}

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

div.texto > p {
	width: 94%;
	color: #555555;
	margin-left: 40px;
}

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

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

table.primera-normal {
	display: block;
}

table.primera-responsive {
	display: none;
}

tr.tabla-filas {
	height: 54px;
}

td {
	padding-left: 4px;
	padding-right: 4px;
	background-color: #ffffff;
}

td.tabla-titulo, td.tabla2-titulo {
	height: 52px;
	text-align: center;
	font-weight: bold;
	font-size: 115%;
	color: #ff8000;
	cursor: default;
}

td.tabla-causa, td.tabla-subtitulo {
	text-align: center;
}

td.tabla-tipo, {
	width: 100px;
	text-align: center;
}

table tbody tr td {
	color: #444444;
}

td.tabla-oculta, td.tabla2-oculta {
	empty-cells: hide;
}

td.tabla-checkbox {
	width: 110px;
}

table {
	border-collapse: separate;
}

table.segunda tbody > tr {
	height: 50px;
}

td.tabla-inclinado {
	width: 65px;
}

td.tabla-inclinado > p {
	width: 90px;
	text-align: center;
	font-size: 110%;
	-webkit-transform: rotate(270deg); /* Saf3.1+, Chrome */ 
	-moz-transform: rotate(270deg); /* FF3.5+ */ 
	-o-transform: rotate(270deg); /* Opera 10.5 */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
}

table.segunda tbody tr td.tabla-tipos {
	padding-left: 8px;
}

table tbody tr td {
	border: 1px solid #cccccc;
}

td.tabla-checkbox > img {
	position: relative;
	left: 35px;
	top: 3px;
}

td.tabla-relleno {
	display: none;
}

td.tabla2-subtitulo {
	height: 37px;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #777777;
	line-height: 18px;
	box-sizing: border-box;
}

td.tabla2-causa {
	width: 200px;
	height: 35px;
	text-align: center;
}

tr.tabla2-relleno {
	height: 5px;
}

tr.tabla2-relleno > td {
	border: 0px;
}

p.tabla-normal {
	display: block;
}

p.tabla-responsive {
	display: none;
}

p.enlaces-normal {
	display: block;
}

p.enlaces-responsive {
	display: none;
}

div.apartado-legal {
	position: relative;
	width: 260px;
	top: 25px;
	left: 65px;
	height: 42px;
}

img.apartado-legal {
	position: relative;
	left: 00px;
	top: 0px;
	cursor: pointer;
}

p.apartado-legal {
	position: relative;
	width: 210px !important;
	left: 50px;
	margin-top: -30px;
	font-size: 118%;
	color: #ff8000 !important;
	margin-right: 0px !important;
}

a.apartado-legal {
	width: 210px !important;
	text-decoration: none !important;
	color: #ff8000 !important;
}

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

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

body {
	overflow-x: hidden;
}

* {
	margin:0;
	padding:0;
}

body {
	background:#f2f2f2;
}

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

	div.texto {
		position: absolute;
		width: 94%;
		left: 2.5%;
	}
}

@media screen and (max-width: 750px) {
	td.tabla-checkbox > img {
		left: 28px;
	}
}

@media screen and (max-width: 650px) {
	td.tabla-checkbox > img {
		left: 20px;
	}
}

@media screen and (max-width: 580px) {
	td.tabla-inclinado {
		max-width: 45px;
	}

	td.tabla-inclinado > p {
		margin-left: -18px;
	}

	td.tabla-subtitulo {
		width: 50px;
	}
}

@media screen and (max-width: 580px) {
	table.primera-normal {
		display: none;
	}

	table.primera-responsive {
		display: block;
	}
}

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

	table.primera-responsive {
		margin-left: 20px;
	}
}

@media screen and (max-width: 500px) {
	td.tabla-inclinado {
		display: none;
	}

	td.tabla-relleno {
		display: block;
		empty-cells: hide;
		border: 0px;
	}
}

@media screen and (max-width: 455px) {
	td.tabla-checkbox > img {
		left: 10px;
	}

	td.tabla-tipo {
		min-width: 150px;
	}

	table.segunda {
		margin-left: -10px;
	}

	td.tabla-subtitulo, td.tabla-tipos {
		font-size: 95%;
	}

	td.tabla-subtitulo {
		max-width: 57px;
	}

	p.tabla-normal {
		display: none;
	}

	p.tabla-responsive {
		display: block;
	}
}


@media screen and (max-width: 430px) {
	h1.titulo {
		display: none;
	}

	h1.titulo-responsive {
		display: block;
		width: 280px;
	}
}

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

@media screen and (max-width: 400px) {
	table.primera-responsive {
		margin-left: 35px;
	}

	p.enlaces-normal {
		display: none;
	}

	p.enlaces-responsive {
		display: block;
	}
}

@media screen and (max-width: 400px) {
	td.tabla-subtitulo {
		font-size: 80%;
	}

	table.segunda tbody tr td.tabla-tipos {
		max-width: 85px;
		font-size: 80%;
		padding-left: 5px;
	}

	td.tabla-checkbox > img {
		width: 34px;
	}
}

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

@media screen and (max-width: 1050px) {
	footer {
		position: absolute;
		top: 1960px;
	}
}

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

	footer {
		top: 1810px;
	}

	ol.footer {
		right: 100px;
	}

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

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

	footer {
		top: 2130px;
	}
}

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

	footer {
		top: 2210px;
	}
}

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

	ol.footer {
		right: 60px;
	}

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

@media screen and (max-width: 634px) {
	div.contenido {
		height: 2341px;
	}
	footer {
		top: 2420px;
	}
}

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

	footer {
		top: 2540px;
	}
}

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

	footer {
		top: 2620px;
	}
}

@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: 2601px;
	}

	footer {
		top: 2680px;
	}
}

@media screen and (max-width: 520px) {
	td.tabla2-causa {
		width: 150px;
	}
}

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

	footer {
		top: 2740px;
	}
}

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

	footer {
		top: 2830px;
	}
}

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

	footer {
		top: 2880px;
	}
}

@media screen and (max-width: 440px) {
	td.tabla2-causa {
		width: 120px;
	}
}

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

	footer {
		top: 2990px;
	}
}

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

	footer {
		top: 3040px;
	}
}

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

	footer {
		top: 3170px;
	}
}

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

	footer {
		top: 3195px;
	}
}

@media screen and (max-width: 390px) {
	td.tabla2-causa {
		width: 100px;
	}
}

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

	footer {
		top: 3240px;
	}
}

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

	footer {
		top: 3315px;
	}
}

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

	footer {
		top: 3430px;
	}

	div.texto > p {
		width: 92%;
	}
}

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

	footer {
		top: 3540px;
	}
}

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

	footer {
		top: 3640px;
	}

	div.apartado-legal {
		left: 25px;
	}

	td.tabla-quitar {
		display: none;
	}
}

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

	footer {
		top: 3750px;
	}
}

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

	footer {
		top: 3850px;
	}
}

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

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

	footer {
		top: 3920px;
	}
}

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