@charset "UTF-8";

@font-face{
	font-family:Universal-condens;
	src:url(Universal-condens.ttf);
}
@font-face{
	font-family:Univers-Condensed;
	src:url(Univers-Condensed.otf);
}
@font-face{
	font-family:TitilliumText22L-Regular;
	src:url(TitilliumText22L-Regular.otf);
}
@font-face{
	font-family:Frutiger_57_Condensed;
	src:url(Frutiger_57_Condensed.ttf);
}

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fff;
	font-family: 'Univers-Condensed', sans-serif;
}

/* ------------ COOKIES ------------ */

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.8);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color:#DD001A;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#DD001A;
}

#franja{
	display:none;
}
#cabecera{
	width:100%;
	height:496px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/imagen-cabecero.png);
	background-position:center;
}
#cabecerasuperior {
	height: 113px;
	width:960px;
	margin-right: auto;
	margin-left: auto;
}
#cabeceratit{
	width:70%;
	height:113px;
	float:left;
}
#cabeceratit img{
	float:left;
}
#cabeceratit p{
	float:left;
	line-height:100px;
	padding-left:10px;
}
#cabeceratfn{
	width:30%;
	height:113px;
	float:left;
}
#cabtfn{
	width:100%;
	height: 20px;
	padding-top:25px;
	padding-right:20px;
	text-align:right;
	float:left;
}
#cabtfn a{
	color:#FFFFFF;
	text-decoration:none;
}
#cabcorreo{
	width:100%;
	height: 20px;
	line-height:20px;
	padding-right:20px;
	text-align:right;
	float:left;
}
#cabcorreo a{
	color:#FFFFFF;
	text-decoration:none;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
#cabcorreo a:hover{
	color:#DD001A;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
#cabbotones{
	width:100%;
	height: 20px;
	padding-top:5px;
	padding-bottom:30px;
	padding-right:20px;
	text-align:right;
	float:left;
}
#cabecerainferior{
	width:960px;
	height:356px;
	margin-right: auto;
	margin-left: auto;
}
#cabecerainferior2{
	display:none;
}
#cabecerainferior3{
	display:none;
}


#cuerpo{
	width:960px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}

#menu{
	float:left;
	width:960px;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}

/** ------------MENU---------------------- **/

.toggleMenu {
    display:  none;
    color: #666;
	width:100%;
}
.nav {
    list-style: none;
     *zoom: 1;
	 color:#fff;
}
.nav li {
    position: relative;
	height:22px;
	padding-left:32px;
	padding-right:32px;
	border-right:#DD001A 1px solid;
}
.nav #contacto{
	border-right:none;
}
.nav a {
    color: #666;
}
.nav a:hover{
	color:#DD001A;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
}
.nav > li > a {
    display: block;
}

/* -------------- INDEX -------------- */

#columnas{
}
#columnaempresa{
	float:left;
	width:300px;
	margin-right:30px;
}
#columnacat{
	float:left;
	width:300px;
	margin-right:30px;
}
#columnaobras{
	float:left;
	width:300px;
}
#columimg{
	width:300px;
	text-align:center;
	margin-bottom:20px;
}
#columtxt{
	width:300px;
	border-top:3px solid #DD001A;
	background-color: #F3F3F3;
	padding-bottom:20px;
}
#columtxt h2{
	font-size:170%;
	color:#DD001A;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
}
#columtxt p{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:90%;
}
#columtxt li{
	padding-left:20px;
	padding-right:20px;
	padding-top:6px;
	padding-bottom:6px;
	font-size:90%;
	color:#DD001A;
	font-style:italic;
}
#columtxt a{
	text-decoration:none;
	color:#DD001A;
	-moz-transition:  all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
}
#columtxt a:hover{
	color:#000000;
	-moz-transition:  all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
}
#columtxt #derecha{
	text-align:right;
}

/* -------------- EMPRESA -------------- */

#empresahistoria{
	width:100%;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#empresahistoria p{
	font-weight:80%;
	text-align:justify;
	padding-top:10px;
	padding-bottom:10px;
}
#empresahistoria .hist{
	width:920px;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
}
#empresacert{
	width:100%;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#certificados{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:620px;
}
#certificados .cert1{
	float:left;
	width:380px;
	height:auto;
	margin-right:40px;
}
#certificados .cert2{
	float:left;
	width:200px;
	height:auto;
}
#empresamarcas{
	width:100%;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#empresamarcas2{
	display:none;
}
#marca{
	float:left;
	width:280px;
	height:150px;
	border:1px solid #000000;
	border-radius:20px;
	margin-right:30px;
	margin-top:30px;
	margin-bottom:10px;
	text-align:center;
}
#marca a{
	opacity:0.7;
	-moz-transition:  all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
}
#marca a:hover{
	opacity:1;
	-moz-transition:  all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
}
#marca .marcaimg{
	padding-top:40px;
}
#marca .marcaimg2{
	padding-top:20px;
}
#empresahistoria h2, #empresacert h2, #empresamarcas h2, #empresamarcas2 h2{
	text-align:center;
	font-size:170%;
	color:#DD001A;
	padding-top:15px;
	padding-bottom:15px;
}

/* -------------- INSTALACIONES -------------- */

#instalaciones{
	width:100%;
	clear:both;
	margin-top:0px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#instalaciones p{
	font-weight:80%;
	text-align:justify;
	padding-top:10px;
	padding-bottom:10px;
}
#instalaciones h2{
	text-align:center;
	font-size:170%;
	color:#DD001A;
	padding-top:15px;
	padding-bottom:15px;
}
#inst{
	float:left;
	width:250px;
	height:auto;
	margin-left:35px;
	margin-right:35px;
	margin-bottom:15px;
	margin-top:15px;
}
#instimg2{
	display:none;
}
#inst a{
	opacity:0.7;
	-moz-transition:  all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
}
#inst a:hover{
	opacity:1;
	-moz-transition:  all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
}
#inst .inst1{
	width:250px;
	height:auto;
}

/* -------------- CATALOGO -------------- */

#catalogo{
	width:100%;
	clear:both;
	margin-top:0px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#catalogo p{
	font-weight:80%;
	text-align:justify;
	padding-top:10px;
	padding-bottom:10px;
}
#catalogo h2{
	text-align:center;
	font-size:170%;
	color:#DD001A;
	padding-top:15px;
	padding-bottom:15px;
}

#catindividual{
	width:100%;
	clear:both;
	margin-top:0px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#catindividual p{
	font-weight:80%;
	text-align:justify;
	padding-top:10px;
	padding-bottom:10px;
}
#catindividual h3{
	text-align:left;
	font-size:140%;
	color:#DD001A;
	padding-top:15px;
	padding-bottom:15px;
}
#catindividual a{
	text-decoration:none;
	color:#666;
	-moz-transition:  all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
}
#catindividual a:hover{
	color:#000000;
	-moz-transition:  all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
}
#catimg{
	float:left;
	width:250px;
	height:auto;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:15px;
	margin-top:15px;
}
#catimg a{
	opacity:0.7;
	-moz-transition:  all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
}
#catimg a:hover{
	opacity:1;
	-moz-transition:  all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
}
#catimg .cat1{
	width:250px;
	height:auto;
}

/* -------------- SITUACION -------------- */

#situacion{
	width:100%;
	clear:both;
	margin-top:0px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#situacion h2{
	text-align:center;
	font-size:170%;
	color:#DD001A;
	padding-top:15px;
	padding-bottom:15px;
}
#mapa{
	float:left;
	width:600px;
	height:400px;
	padding-top:10px;
}
#mapa iframe{
	width:600px;
	height:400px;
}
#direcc{
	float:left;
	width:200px;
	margin-left:30px;
	padding-top:110px;
}
#direcc p{
	list-style:none;
	border-left:5px solid #DD001A;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
}

/* -------------- CONTACTO -------------- */

#cont{
	width:100%;
	clear:both;
	margin-top:0px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#cont h2{
	text-align:center;
	font-size:170%;
	color:#DD001A;
	padding-top:15px;
	padding-bottom:15px;
}
#cont p{
	font-weight:80%;
	text-align:justify;
	padding-top:10px;
	padding-bottom:10px;
}
#cont a{
	text-decoration:none;
	color:#666;
	-moz-transition:  all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
}
#cont a:hover{
	color:#000000;
	-moz-transition:  all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
}
#cont li{
	list-style:none;
	border-left:5px solid #DD001A;
	margin-top:8px;
	margin-bottom:8px;
	padding-left:10px;
}

/* -------------- PIE -------------- */

#espacio{
	width:100%;
	height:20px;
	clear:both;
}

#pie{
	width:100%;
	height:140px;
	clear:both;
	background-color:#DD001A;
}
#piecentral{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	color:#FFF;
}
#pieimg{
	width:80%;
	float:left;
}
#pieaviso{
	width:20%;
	float:left;
	font-size:80%;
}
#piedireccion{
	width:300px;
	float:left;
	margin-left:500px;
	margin-top:30px;
	font-size:80%;
	text-align:right;
}
#pietfn{
	width:100px;
	float:left;
	margin-left:30px;
	margin-top:30px;
	font-size:80%;
	text-align:right;
}
#pie a{
	color:#FFFFFF;
	text-decoration:none;
}

@media screen and (max-width: 960px) {
#franja{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	background-color: #000;
	padding-bottom: 8px;
	padding-top: 8px;
}
#franja #franjacorreo, #franja #franjatfn, #franja #franjabotones{
	width:33%;
	line-height:150%;
	float:left;
	text-align:center;
}
#franja a{
	color:#FFF;
	text-decoration:none;
	-moz-transition:  all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
}
#franja a:hover{
	color: #DD001A;
	-moz-transition:  all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
}

#cabecera{
	width:100%;
	height:496px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/imagen-cabecero2.png);
	background-position:center;
}
#cabecerasuperior {
	height: 113px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
#cabeceratit{
	width:100%;
	height:113px;
	float:left;
	padding-left:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#cabeceratit img{
	float:left;
}
#cabeceratit p{
	float:left;
	line-height:100px;
}
#cabeceratfn{
	display:none;
}
#cabecerainferior{
	width:100%;
	height:356px;
	margin-right: auto;
	margin-left: auto;
}


#cuerpo{
	width:100%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}
#menu{
	float:left;
	width:100%;
	margin-top:0px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
}
/** ------------MENU---------------------- **/

.toggleMenu {
    display:  none;
    color: #666;
	width:100%;
	height:30px;
	line-height:30px;
	border-top:#DD001A 1px solid;
	border-bottom:#DD001A 1px solid;
}
.nav {
    list-style: none;
     *zoom: 1;
	 color:#fff;
}
.nav li {
    position: relative;
	width:100%;
	height:30px;
	line-height:30px;
	padding-left:20px;
	padding-right:0px;
	border-bottom:#DD001A 1px solid;
	border-right:none;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
.nav #contacto{
    position: relative;
	width:100%;
	height:30px;
	line-height:30px;
	padding-left:20px;
	padding-right:0px;
	border-top:#DD001A 1px solid;
	border-right:none;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
	border-bottom:#DD001A 1px solid;
}
.nav a {
    color: #666;
}
.nav a:hover{
	color:#DD001A;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
	border-bottom:#DD001A 1px solid;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
}
.nav > li > a {
    display: block;
}

#columna2{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:630px;
}
#columnacat{
	float:left;
	width:300px;
	margin-right:0px;
}
#columnaobras{
	margin-top:20px;
}

/* -------------- EMPRESA -------------- */

#empresahistoria .hist{
	width:100%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
}
#empresamarcas{
	display:none;
}
#empresamarcas2{
	display:block;
	width:100%;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#marca2{
	float:none;
	width:630px;
	margin-left:auto;
	margin-right:auto;
}
#marca{
	float:left;
	width:280px;
	height:150px;
	border:1px solid #000000;
	border-radius:20px;
	margin-left:15px;
	margin-right:15px;
	margin-top:30px;
	margin-bottom:10px;
	text-align:center;
}

/* -------------- INSTALACIONES -------------- */
#instimg{
	display:none;
}
#instimg2{
	display:block;
}
#inst2{
	float:none;
	width:580px;
	margin-left:auto;
	margin-right:auto;
}
#inst{
	float:left;
	width:250px;
	height:auto;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:10px;
}

/* -------------- SITUACION -------------- */

#mapa{
	float:none;
	width:600px;
	height:400px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#mapa iframe{
	width:600px;
	height:400px;
}
#direcc{
	float:none;
	width:160px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}
#direcc p{
	padding-top:5px;
	padding-bottom:5px;
}

/* -------------- PIE -------------- */

#pie{
	width:100%;
	height:auto;
	clear:both;
	background-color:#DD001A;
	padding-bottom:10px;
	margin-bottom:10px;
	overflow:hidden;
}
#piecentral{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:20px;
	padding-top:20px;
	color:#FFF;
}
#pieimg{
	width:100%;
	float:left;
	padding-left:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#pieaviso{
	width:100%;
	float:left;
	font-size:80%;
	text-align:center;
	padding-top:10px;
}
#piedireccion{
	width:50%;
	float:left;
	margin-left:0px;
	margin-top:30px;
	font-size:80%;
	text-align:center;
}
#pietfn{
	width:50%;
	float:left;
	margin-left:0px;
	margin-top:30px;
	font-size:80%;
	text-align:center;
}
}

@media screen and (max-width: 640px) {
/* -------------- SITUACION -------------- */

#mapa{
	float:none;
	width:500px;
	height:350px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#mapa iframe{
	width:500px;
	height:350px;
}
}

@media screen and (max-width: 540px) {
/* -------------- SITUACION -------------- */

#mapa{
	float:none;
	width:400px;
	height:300px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#mapa iframe{
	width:400px;
	height:300px;
}
}

@media screen and (max-width: 440px) {
/* -------------- SITUACION -------------- */

#mapa{
	float:none;
	width:300px;
	height:300px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#mapa iframe{
	width:300px;
	height:300px;
}
}

@media screen and (max-width: 340px) {
/* -------------- SITUACION -------------- */

#mapa{
	float:none;
	width:250px;
	height:250px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#mapa iframe{
	width:250px;
	height:250px;
}
}

@media screen and (max-width: 290px) {
/* -------------- SITUACION -------------- */

#mapa{
	float:none;
	width:200px;
	height:200px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#mapa iframe{
	width:200px;
	height:200px;
}
}

@media screen and (max-width: 655px) {
#catimg{
	float:none;
	width:250px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	margin-top:15px;
}
}

@media screen and (max-width: 290px) {
#catimg{
	float:none;
	width:200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
}
#catimg .cat1{
	width:200px;
	height:auto;
}	
}

@media screen and (max-width: 620px) {
/* -------------- INSTALACIONES -------------- */
#instimg{
	display:block;
}
#instimg2{
	display:none;
}
#inst{
	float:none;
	width:250px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
}
}

@media screen and (max-width: 290px) {
#inst{
	float:none;
	width:200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
}
#inst .inst1{
	width:200px;
	height:auto;
}	
}

@media screen and (max-width: 650px) {
#empresamarcas{
	display:block;
	width:100%;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#empresamarcas2{
	display:none;
}
#marca{
	float:none;
	width:280px;
	height:150px;
	border:1px solid #000000;
	border-radius:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:10px;
	text-align:center;
}
}

@media screen and (max-width: 300px) {
#marca{
	float:none;
	width:200px;
	height:150px;
	border:1px solid #000000;
	border-radius:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:10px;
	text-align:center;
}
#marca .marcaimg{
	width:80%;
	height:auto;
	padding-top:50px;
}
#marca .marcaimg2{
	width:80%;
	height:auto;
	padding-top:30px;
}
}

@media screen and (max-width: 660px) {
#certificados{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
}
#certificados .cert1{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:380px;
	height:auto;
	margin-bottom:20px;
}
#certificados .cert2{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:200px;
	height:auto;
}
}

@media screen and (max-width: 420px) {
#empresahistoria, #instalaciones, #catindividual, #catalogo, #situacion, #contacto{
	width:100%;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#empresacert{
	width:100%;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#certificados .cert1{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:auto;
	margin-bottom:20px;
}
}

@media screen and (max-width: 240px) {
#certificados .cert2{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:auto;
}
}

@media screen and (max-width: 650px) {
#columna2{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:300px;
}
#columnaempresa{
	float:left;
	width:300px;
	margin-right:0px;
}
#columnacat{
	margin-top:20px;
	float:left;
	width:300px;
	margin-right:0px;
}
#columnaobras{
	margin-top:20px;
}
}

@media screen and (max-width: 305px) {
#columna2{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
#columnaempresa{
	float:left;
	width:100%;
	margin-right:0px;
}
#columnacat{
	margin-top:20px;
	float:left;
	width:100%;
	margin-right:0px;
}
#columnaobras{
	margin-top:20px;
	width:100%;
}
#columimg{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
#columtxt{
	width:100%;
	border-top:3px solid #DD001A;
	background-color: #F3F3F3;
	padding-bottom:20px;
}
#columtxt .imgn{
	width:100%;
	height:auto;
}
}

@media screen and (max-width: 730px) {
#cabecerainferior{
	display:none;
}
#cabecerainferior2{
	display:block;
	width:100%;
	height:356px;
	margin-right: auto;
	margin-left: auto;
	vertical-align:middle;
}
}

@media screen and (max-width: 460px) {
#cabecerainferior2{
	display:none;
}
#cabecerainferior3{
	display:block;
	width:100%;
	height:356px;
	margin-right: auto;
	margin-left: auto;
	vertical-align:middle;
}
}

@media screen and (max-width: 340px) {
#cabecerainferior3{
	display:block;
	width:100%;
	height:356px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
}
#cabecerainferior3 img{
	width:100%;
	height:auto;
}
}

@media screen and (max-width: 320px) {
#cabecerainferior3{padding-top:20px;}
}

@media screen and (max-width: 300px) {
#cabecerainferior3{padding-top:30px;}
}

@media screen and (max-width: 280px) {
#cabecerainferior3{padding-top:50px;}
}

@media screen and (max-width: 530px) {
#franja #franjacorreo, #franja #franjatfn, #franja #franjabotones{
	width:100%;
	line-height:150%;
	float:left;
	text-align:center;
}
}

@media screen and (max-width: 460px) {
#cabeceratit{
	width:100%;
	height:113px;
	float:left;
	text-align:center;
	padding-left:0px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#cabeceratit img{
	float:none;
}
#cabeceratit p{
	float:left;
	line-height:20px;
	width:100%;
	clear:both;
	padding-left:0px;
}
}

@media screen and (max-width: 300px) {
#cabeceratit p{
	float:left;
	line-height:20px;
	width:100%;
	clear:both;
	padding-left:0px;
	font-size:80%;
}
}

@media screen and (max-width: 530px) {
#piedireccion{
	width:100%;
	float:left;
	margin-left:0px;
	margin-top:20px;
	font-size:80%;
	text-align:center;
}
#pietfn{
	width:100%;
	float:left;
	margin-left:0px;
	margin-top:10px;
	font-size:80%;
	text-align:center;
}
}

@media screen and (max-width: 900px) {
/* ------------ COOKIES ------------ */
#barraaceptacion {
    min-height:60px;
}
}

@media screen and (max-width: 620px) {
/* ------------ COOKIES ------------ */
#barraaceptacion {
    min-height:80px;
}
}

@media screen and (max-width: 460px) {
/* ------------ COOKIES ------------ */
#barraaceptacion {
    min-height:100px;
}
}

@media screen and (max-width: 380px) {
/* ------------ COOKIES ------------ */
#barraaceptacion {
    min-height:120px;
}
}

@media screen and (max-width: 330px) {
/* ------------ COOKIES ------------ */
#barraaceptacion {
    min-height:140px;
}
}

@media screen and (max-width: 290px) {
/* ------------ COOKIES ------------ */
#barraaceptacion {
    min-height:170px;
}
}