@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'ubuntuitalic';
    src: url('fuentes/ubuntu-italic-webfont.eot');
    src: url('fuentes/ubuntu-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/ubuntu-italic-webfont.woff2') format('woff2'),
         url('fuentes/ubuntu-italic-webfont.woff') format('woff'),
         url('fuentes/ubuntu-italic-webfont.ttf') format('truetype'),
         url('fuentes/ubuntu-italic-webfont.svg#ubuntuitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntulight';
    src: url('fuentes/ubuntu-light-webfont.eot');
    src: url('fuentes/ubuntu-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/ubuntu-light-webfont.woff2') format('woff2'),
         url('fuentes/ubuntu-light-webfont.woff') format('woff'),
         url('fuentes/ubuntu-light-webfont.ttf') format('truetype'),
         url('fuentes/ubuntu-light-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubunturegular';
    src: url('fuentes/ubuntu-regular-webfont.eot');
    src: url('fuentes/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/ubuntu-regular-webfont.woff2') format('woff2'),
         url('fuentes/ubuntu-regular-webfont.woff') format('woff'),
         url('fuentes/ubuntu-regular-webfont.ttf') format('truetype'),
         url('fuentes/ubuntu-regular-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	margin:0;
	padding:0;
}

.formulariopagos{
	width:100%;
	height:280px;
	margin-top:15px;
}

.cajapago{
	width:100%;
	margin-bottom:15px;
}

.cajapago input{
    display: inline-block;
	vertical-align:middle;
    width: 60%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cajapago .titulo{
	display:inline-block;
	vertical-align:middle;
	width:35%;
	font-size:16px;
	font-family: 'ubuntulight';
	text-transform:inherit;
}
 .boton-pago{
	background: #D8021A;
    color: #FFF;
    border: none;
    padding: 10px 40px;
    border-radius: 1px;
    margin-top: 5px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.infocarrito{
 font-family: 'ubunturegular';
 color:rgb(216, 2, 26);
}
.infocarrito label{
color:#000000;}
.condiciones{
	width:30%;
	display:inline-block;
	vertical-align:top;
	padding:10px;
}

.condiciones .cuadro-imagen{
	width:100%;
	height:128px;
	margin-bottom:10px;
}
.promocioimageninterna{
	position:relative;
}
.promocioimageninterna .promocionimage{
	position:absolute;
	top:10px;
	right:10px;
}

.promocionimage{
	position:absolute;
	top:10px;
	right:10px;
	z-index:99;
}

.condiciones .cuadro-imagen img{
	    max-width: 100%;
    max-height: 128px;
}
.condiciones h2{
    color: #000000;
    font-family: 'ubunturegular';
    font-size: 18px;
	height:50px;
	text-transform:uppercase;
   
}
.condiciones article{
font-family: 'ubuntulight';
}
.informacioncuenta{
	font-family: 'ubunturegular';
}
.informacioncuenta a{
color:#D8021A;
}
.terminos{
	text-align:left;
	display:inline-block;
	vertical-align:middle;
	font-family: 'ubunturegular';
}
.terminos a{
color:#D8021A;
text-decoration:none;
}
.politicas{
font-family: 'ubunturegular';
color:#000000;
text-decoration:none;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.politicas:hover{
color:#D8021A;
}
.background-black{
	background:#000000;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:10px #D8021A solid;
}
.respuesta{
font-family: 'ubunturegular';
text-align:left;
}
.respuesta span{
color:#D8021A;
}
.titulomotivo{
	display:inline-block;
	vertical-align:middle;
	width:45%;
	margin-bottom:5px;
	color:#D8021A;
}
.titulomotivo label{
	color:#000000;
}
.titulomotivo, .productoscarrito{
	font-family: 'ubunturegular';
}
.titulocategoriatienda{
	text-align:left;
	 font-family: 'ubunturegular';
	 color: #D8021A;
	 font-size:26px;
	 margin-top:20px;
	 margin-bottom:20px;
	 text-transform:uppercase;
	 float:left;
	 padding:10px;
}

.imgpopup{
	position:relative;
}
.cerrarpopup{
	position:absolute; 
	top:50px; 
	right:170px; 
	cursor:pointer;
}
.orden{
font-family: 'ubuntulight';
float:right;
}

.titulosugeridos{
font-family: 'ubuntulight';
color:#D8021A;
text-transform:uppercase;
}

.orden form{
	display:inline-block;
	vertical-align:middle;
	padding:5px;
}

.orden form select{
    border: 1px solid #e8e6e6;
    background: #f4f6f7;
   font-family: 'ubuntulight';
    width: 100%;
    padding: 6px 12px;
}
.ancho{
	width:1200px;
}
.publicidad{
	margin-top:30px;
}
.cuadro-paginacion{
	display:inline-block;
	vertical-align:middle;
	width:28px;
}
.cuadro-paginacion a{
 text-decoration:none;
 color:#000000;
 font-family: 'ubuntulight';
}
.paginacion{
font-family: 'ubuntulight';
background:#D8021A;
color:#ffffff;
text-decoration:none;
padding:5px;
cursor:pointer;
}

.paginacion:hover{
background:#000;
}

.paginacion_activo{
background:#000;
font-family: 'ubuntulight';

color:#ffffff;
text-decoration:none;
padding:5px;
cursor:pointer;
}
.logo{
	display:inline-block;
	vertical-align:middle;
}
.left-header{
	display:inline-block;
	vertical-align:middle;
	width:900px;
	text-align:right;
}

.info{
	color:#FFFFFF;
	font-family: 'ubunturegular';
	font-size:14px;
	width:600px;
	display:inline-block;
	vertical-align:middle;
}
.info a{
	color:#FFFFFF;
	font-family: 'ubunturegular';
	font-size:14px;
	
	
	text-decoration:none;
}
.registro{
font-family: 'ubunturegular';
margin-top:15px;
}
.registro a{
color:#D8021A;
text-decoration:none;
cursor:pointer;
}
.info label{
	margin-right:10px;
}

#buscar{
	display:inline-block;
	vertical-align:middle;
	width:200px;
	margin-right:45px;
}

#buscar input{
	font-family: 'ubunturegular';
	background: #FFF url(../cortes/lupa.png) no-repeat left center;
	border:none;
	width:90%;
	padding:9px;
	padding-left:20px;
	border-radius:3em;
}
.redes{
	display:inline-block;
	vertical-align:middle;
	width:80px;
}

.redes a{
	text-decoration:none;
}

nav{
	background:#FFFFFF;
	border-bottom: 2px #E1E1E1 solid;
	padding-top: 5px;
	padding-bottom: 5px;
}
nav ul{
	list-style:none;
}

nav > ul {
    display:table;
    position: relative;
	padding: 0;
	
}

nav > ul li{
    display: inline-block;
	margin-left: 2px;
    margin-right: 2px;
    padding-top: 6px;
    padding-bottom: 6px;
}
nav ul li.width-auto{
    width: auto;
    color: #C1C1C1;
}

nav > ul li a{
	text-decoration:none;
	font-family: 'ubunturegular';
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear; 
    transition: all .5s linear;
	font-size: 16px;
}
nav > ul > li:hover > ul{
display:block;
height:230px;
} 

nav > ul > li > ul{
display:block;
	position:absolute;
	background:rgba(255,255,255,0.8);
	left:0;
	right:0;
	overflow:hidden;
	height:0%;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	z-index:9999;
	padding: 0;
	top: 50px;
	text-align: left;

}

nav > ul > li > ul  li {
	padding: 10px;
    text-align: left;
    width: 225px;
    padding-left: 35px;
    padding-bottom: 5px;
    display: inline-block;
    margin: 3px;
    background: url(../cortes/flecha-roja1.png)  no-repeat left center;

}

nav > ul > li > ul  li   a{
	color:#000;
	display: block;
	font-family: 'ubunturegular';
	font-weight:400;
	font-size:12px;
	text-align:left;
	padding: 0;
	text-transform: uppercase;
}
 #detallecarrito{
 	width:100%; 
	height:100%; 
	position:fixed; 
	top:0; 
	left:0; 
	background:rgba(0,0,0,0.4); 
	z-index:99999; 
	display:table-cell; 
	vertical-align:middle; 
	overflow:auto;
}
nav > ul > li > ul  li  a:hover{
	background: none;
	color: #D8021A;
	padding: 0;
}
nav ul li a img {
    margin-top: -3px;
}

.cuadroproducto{
    width: 600px;
    height: 310px;
    top: 50%;
    margin-top: -185px;
    left: 50%;
    margin-left: -275px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 2px;
    /* overflow: auto; */
    padding: 5px;
    padding-top: 30px;
    border: 3px #D8021A solid;
}
.cuadroproducto .cerrarpopupcarrito {
    width: 101%;
    background: rgba(0,0,0,01);
    position: absolute;
    top: -36px;
    padding-top: 5px;
    padding-bottom: 5px;
    left: -3px;
    z-index: 9;
    /* margin-top: -30px; */
}
.imagencarrito {
    width: 280px;
    border: 1px #CCC solid;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}
.imagencarrito img{
	max-width:100%;
}
.textocarrito {
    width: 110px;
    display: inline-block;
    vertical-align: middle;
}
.vercarro {
    background:  #D8021A;
    color: #FFFFFF;
    width: 120px;
    margin-top: 11px;
    border-radius: 2px;
    padding-bottom: 5px;
    border: 1px transparent solid;
	display:inline-block;
	vertical-align:middle;
	font-family: 'ubunturegular';
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.vercarro a{
	color:#FFFFFF;
	text-decoration:none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.vercarro:hover{
	background:transparent;
	border:1px #D8021A solid;
}
.vercarro:hover a{
	color:#D8021A;
}
.detallecompras {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    border-radius: 1em;
}
.detallecompras h2{
	 font-family: 'ubuntulight';
	color:#D8021A;
	text-align:left;
	text-transform:uppercase;
	border-bottom:1px #ccc solid;
	padding-bottom:5px;
	margin-top:0px;
}
.item{
	font-family: 'ubuntulight';
	text-align:left;
	margin-bottom:3px;
}
.item label{
	font-family: 'ubunturegular';
	color:#D8021A;
	font-size:18px;
}
.vercarropedido{
	    width: 100px;
    height: 30px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-spacing: 0px;
    background: url(../cortes/carrito2.png) no-repeat 80px 9px #D8021A;
    color: #fff;
    font-family: 'ubunturegular';
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    margin-top: 10px;
    border-radius: 5px;
}
.vercarropedido a{
	color:#FFFFFF;
	text-decoration:none;
}
.botonerafixed{
	background: #000;
	position:fixed;
	width:100%;
	height: 60px;
	padding-bottom: 10px;
	top:0;
	left:0;
	z-index:99;
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.35);
	border-bottom:8px #D8021A solid;
}
.botonerafixed ul li a{
	color:#FFFFFF;
}

.botonerafixed ul li ul li a{
	color:#000000;
}
.cuadro{
	display:inline-block;
	vertical-align:top;
	width:230px;
	margin:18px;
}
.imagen{
	width:128px;
	height:128px;

}
.imagen img{
	display:table-cell;
	vertical-align:middle;
	max-width:128px;
	height:128px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.cuadro h2{
 -webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.cuadro:hover h2{
-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.cuadro:hover .imagen img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.centro{
	padding-top:60px;
	padding-bottom:60px;
}

.centro h2{
	color:#000000;
	font-family: 'ubunturegular';
	font-size:22px;
	width:190px;
	height:52px;
}
.centro .descripcion{
	 font-family: 'ubuntulight';
}
.botonmas{
	margin-top:10px;
}
.botonmas a{
	text-decoration:none;
	color:#ffffff;
}
.botonmas img{
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.botonmas img:hover{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	cursor:pointer;
}
.background-red{
	
	background: url(../cortes/imagen.jpg) repeat-x  center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
	margin-bottom:30px;
}

.background-red .textos{
	color:#FFFFFF;
	font-family: 'ubunturegular';
	width:400px;
	font-size:30px;
}

.background-red div img{
	margin-bottom:15px;
}


.background-blog{
	
	background: url(../cortes/imagen-contacto.jpg) repeat-x  center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
	margin-bottom:30px;
}

.background-blog .textos{
	color:#000000;
	font-family: 'ubunturegular';
	width:400px;
	font-size:30px;
}

.background-blog div img{
	margin-bottom:15px;
}

.icono-blog {
    font-size: 38px;
    margin: 5px;
}

.sinenlace{
text-decoration:none !important;
}


.productos-destacados{
	margin-bottom:40px;
	height:309px;
}
.productos-destacados h2{
	font-family: 'ubunturegular';
	color:#D8021A;
}
.productos-destacados .descripcion{
	 font-family: 'ubuntulight';
	 font-size:18px; 
	 text-align:center;
}
.producto{
	display:inline-block;
	vertical-align:top;
	width:260px;
	margin:18px;
	position:relative;
}

.imagencuadrado{
	width:257px;
	height:170px;
	overflow:hidden;
	border:1px  #000000 solid;
	position:relative;
	background:#EEEEEE;
}

.imagencuadrado .caption{
	    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0px;
    left: 0!important;
    width: 257px;
    height: 170px;
    opacity: 0;
    margin: 0px!important;
}
.imagencuadrado img{
	max-width:100%;
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
	height:170px;
}
.producto:hover .caption{
	opacity:1;
}
.producto:hover .imagencuadrado img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	cursor:pointer;
}
.producto h3{
	font-family: 'ubunturegular';
	color:#FFF;
	background:#000000;
	text-align:center;
	font-size:16px;
	width:260px;
	height:45px;
	text-transform:uppercase;
	padding-top:10px;
	margin-top:0px;
}
.producto h3 label{
font-size:14px;
font-weight:100;
margin-top:15px;
}
.tituloproductoi{
	width:260px;
	height:60px;
	display:table-cell;
	vertical-align:middle;
}

.titulopregunta{
	
	font-family: 'ubunturegular';
	color:#D8021A;
	text-align:left;
	font-size:18px;
	text-transform:uppercase;


}
.descripcionpregunta{
	font-family: 'ubuntulight';
	font-size:16px;
	text-align:left;
	margin-bottom:15px;
}
.producto .descripcion{
	font-family: 'ubuntulight';
	font-size:16px;
	text-align:left;
}
.producto .botonmas{
    font-family: 'ubuntulight';
	background:#D8021A;
	padding:5px;
	color:#FFFFFF!important;
	width:100px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.producto .botonmas:hover{
	background:#000000;
}	
.producto .botonmas img{
	margin-bottom: -3px;
    margin-left: 9px;
    width: 15px;
}
footer{
	width:100%;
	background:#000000;
	background:#666666;
	padding-top:30px;
	padding-bottom:30px;
}

.mapa{
	width:100%;
	position:relative;
}
.mapa h2{
	position:absolute;
	top:30px;
	font-family: 'ubunturegular';
	color:#FFFFFF;
	text-align:center;
	left:45%;
	font-size:22px;
}
.mapa img{
	max-width:100%;
}

.footera, .footerb, .footerc{
	 display:inline-block;
	 vertical-align:top;
	 font-family: 'ubuntulight';
	 color:#FFFFFF;
}

.footera{
	width:300px;
	text-align:center;
}

.footerb div{
	text-align:left;
}
.footerb a{
	text-decoration:none;
	color:#FFFFFF;
}
.footera .logofooter{
	margin-right:10px;
	margin-top:20px;
}

.footera img{
	margin-right:10px;
	margin-top:5px;
}

.footerb{
	border-left: 3px #D8021A solid;
    border-right: 3px #D8021A solid;
    width: 460px;
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
}

.footerbc{
	display:inline-block;
	vertical-align:top;
	width:45%;
	margin-bottom:10px;
}
.footerb img{
	margin-top:10px;
	margin-right:5px;
}
.footerc{
	    width: 200px;
    text-align: left;
    font-size: 14px;
    padding-left: 20px;
    margin-top: 20px;
}
.caption-texto{
	font-family: 'ubunturegular';
	font-size:50px;
	width:450px;
	text-align:left;
}

.titulointerna{
	background:url(../cortes/imagen-contacto.jpg) repeat-x center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width:100%;
	 color: #FFF;
    font-family: 'ubunturegular';
    font-size: 34px;
    padding-top:20px;
	padding-bottom:20px;
	text-transform:uppercase;
	text-shadow: 5px 2px 2px rgba(150, 150, 150, 1);
	margin-top:0px;
}
.titulointernacatalogo{
	background:url(../cortes/imagen-catalogo.jpg) repeat-x center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width:100%;
	color: #FFF;
    font-family: 'ubunturegular';
    font-size: 34px;
    padding-top:20px;
	padding-bottom:20px;
	text-transform:uppercase;
	margin:0px;
	text-shadow: 5px 2px 2px rgba(150, 150, 150, 1);
}

.titulolocalizacion{
	font-family: 'ubunturegular';
	color:#D8021A;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
}

.descripcionlocalizacion p{
	font-family: 'ubuntulight';
	margin:0px;
	
}

.descripcionlocalizacion {
	margin-bottom:10px;
}
.izquierdo{
	width:700px;
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
	margin-top:30px;
}
.contacto{
	width:100%;
	height:600px;
}
.derecho{
	width:460px;
	display:inline-block;
	vertical-align:top;
	margin-top:30px;
}

.cajacontacto2{
	width:45%;
	margin-bottom:10px;
	display:inline-block;
	vertical-align:middle;
	margin:10px;
	margin-left:0px;
}

.cajacontacto2 input{
	width:90%;
	padding:5px;
	margin-bottom:5px;
	font-family:'ubunturegular';
}
.cajacontacto2 select{
	width:95%;
	padding:5px;
	margin-bottom:5px;
	font-family:'ubunturegular';
}

.cajacontacto3{
	width:45%;
	margin-bottom:10px;
	display:inline-block;
	vertical-align:middle;
	margin:15px;
	margin-left:0px;
}
.cajacontacto3 input{
	width:90%;
	padding:5px;
	margin-bottom:5px;
	font-family:'ubunturegular';
}
.cajacontactoregistro{
	width:33%;
	margin-bottom:10px;
	display:inline-block;
	vertical-align:middle;
}
.cajacontactoregistro input{
	width:90%;
	padding:5px;
	margin-bottom:5px;
	font-family:'ubunturegular';
}
.cajacontacto{
	width:90%;
	margin-bottom:10px;
}
.cajacontacto input{
	width:90%;
	padding:5px;
	margin-bottom:5px;
	font-family:'ubunturegular';
}
.cajacontacto select{
	width:92%;
	padding:5px;
	margin-bottom:5px;
	font-family:'ubunturegular';
}
.cajacontacto textarea{
	width:90%;
	padding:5px;
	margin-bottom:5px;
	resize:none;
	height:100px;
	font-family:'ubunturegular';
}

.titulocontacto{
	margin-bottom:5px;
	font-family:'ubunturegular';
}

.titulocontacto span{
color:#D8021A;
}
.botonenviar{
	background: #D8021A ;
    color: #FFF;
    border: none;
    padding: 10px 40px;
    border-radius: 1px;
    margin-top: 5px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.botonenviar:hover{
 background:#000000 url(../cortes/icono-enviar.png) 88px 13px no-repeat;
}
.barra {
    font-family:'ubunturegular';
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
	text-transform: uppercase;
}

.barra a {
    font-family:'ubunturegular';
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
	text-decoration:none;
}

.barra a:hover{
	color:#D8021A;
}

.barra span{
	color:#D8021A;
}
.mapaint{
	width:100%;
	height:300px;
}
.titulo{
	 font-family:'ubunturegular';
	 font-size:18px;
	 text-transform:uppercase;
	 text-align:left;
	 margin-bottom:10px;
}

.cuadrolocalizacion{
	padding-left:30px; padding-top:30px; padding-bottom:30px; border:2px #ccc solid;
	padding-right:30px;
	margin-top:20px;
	margin-bottom:20px;
}
.derecho .descripcion{
	text-align:left;
	font-family: 'ubuntulight';
}
#content{
	padding-top:20px;
	padding-bottom:50px;
}
.izquierdo-catalogo{
	display:inline-block;
	vertical-align:top;
	width:330px;
	margin-right:30px;
	padding-top:10px;
}

.izquierdo-catalogo .titulocategoria{
	 text-align:left;
	 font-family: 'ubunturegular';
	 color: #D8021A;
	 font-size:26px;
	 margin-top:20px;
	 margin-bottom:20px;
	 text-transform:uppercase;
	 background:#FFFFFF;
	 font-weight:100;
	 padding-left:0px;
	 border-bottom:1px #ccc solid;
	 width:98%;
}



.derecho-catalogo{
	display:inline-block;
	vertical-align:top;
	width:820px;
}
.menu{
text-align:left;
position:relative;
}
.menu ul{
	list-style:none; 
	margin:0px; 
	padding:0px;
}


.menu a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #D8021A;
	color: #000;
	text-decoration: none;
	line-height: 14px;
	text-transform: uppercase;
	width:267px;
	text-align:left;
	font-family: 'ubunturegular';
	background:url(../cortes/icono-rojo.png) no-repeat;
	background-position:5px center;
	padding-left:40px;
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
	
}
.activo{
	background:#000000 url(../cortes/icono-rojo.png) no-repeat !important; 
	color:#FFFFFF !important; 
	background-position:290px 5px !important; 
	cursor:pointer !important;
}
.menu a:hover{
	background:#000000 url(../cortes/icono-rojo.png) no-repeat; 
	color:#FFFFFF; 
	background-position:290px 5px; 
	cursor:pointer;
	}

.menu ul li ul{
	display:none;
	position:absolute;
	left:320px;
	top:0;
	background:#000000;
	color:#FFFFFF;
}

.menu ul li ul li a{
	color:#FFFFFF;
}

.menu ul li:hover ul{
	display:block;
	z-index: 99;
}
.titulocategoria{
	 text-align:left;
	 font-family: 'ubunturegular';
	 color: #000000;
	 font-size:26px;
	 margin-top:20px;
	 margin-bottom:20px;
	 text-transform:uppercase;
	 font-weight:100;
	 padding:15px;
	 padding-left:0px;
	 border-bottom:1px #ccc solid;
}



.descripcioncategorias{
	font-family: 'ubuntulight';
	text-align:left;
}
.advertencia{
	 font-family: 'ubunturegular';
	 font-size:22px;
	 min-height:150px;
}

.descripcion{
	font-family: 'ubuntulight';
	text-align:left;
}

.descripcion a{
	text-decoration:none;
	color:#D8021A;
}
.contimagenes{
	margin-top:30px;
}
#imagen{
	float:left;
	padding-right:15px;
	max-width:340px;
}
.tienda-producto{
	width:30%;
	display:inline-block;
	vertical-align:top;
	margin:5px;
}
.tienda-producto .imagenproducto{
	width:100%;
	height:272px;
	border:4px #e2e2e2 solid;
	display:inline-block;
	vertical-align:top;
	margin:5px;
	position:relative;
	overflow:hidden;
}
.tienda-producto .imagenproducto .promocionimage{
	position:absolute;
	z-index:999;
	right:0;
}
.preciorosa {
  	font-family: 'ubunturegular';
    padding: 5px;
    border-radius: 3em;
    width: 100px;
    margin-top: 10px;
    margin-right: 10px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-weight:bold;
	font-size:18px;
}
.stock {
    font-family: 'ubunturegular';
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin-top: 5px;
	display:inline-block;
	vertical-align:middle;
}
.imagenproducto{
	width:30%;
	height:200px;
	height:273px;
	border:4px #e2e2e2 solid;
	display:inline-block;
	vertical-align:top;
	margin:5px;
	position:relative;
	overflow:hidden;
}
.imagenproducto .cuadroimagen{
	width:100%;
	 height: 223px;
	text-align:center;
	background: center no-repeat;
	-webkit-background-size:  100%;
	-moz-background-size:  100%;
	-o-background-size:  100%;
	background-size:  100%;
	display: inline-block;
	position: relative;
	overflow:hidden;
	background-color: #EEE;
}
.imagenproducto .cuadroimagensub{
	display: inline-block;
    width: 100%;
    height: 223px;
    vertical-align: top;
    
    overflow: hidden;
    position: relative;
     background: center center no-repeat;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.imagenproducto .cuadroimagen img{
	
	max-height: 200px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}


.vermas{
width:246px;
height:201px;
position:absolute;
top:272px;
right:0;
z-index:5;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
text-align:center;
}

.vermas2{
width:360px;
height:218px;
position:absolute;
top:272px;
right:0;
z-index:5;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
text-align:center;
}
.imagenproducto2{
	width: 30%;
    height: 250px;
    border: 4px #e2e2e2 solid;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    position: relative;
    overflow: hidden;
}
.imagenproducto2 .cuadroimagen{
	width:100%;
	text-align:center;
}




.imagenproducto2 .cuadroimagen img{
	max-width:100%;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.imagenproducto2 .cuadroimagen:hover .vermas2{
top:120px;
right:0px;
}

.imagenproducto2 .cuadroimagen img:hover{
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	
}
.imagenproducto .cuadroimagen:hover .vermas{
top:120px;
right:0px;
}

.imagenproducto .cuadroimagen img:hover{
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	
}
.imagen-servicios{
	float:right;
	max-width:300px;
	padding-left:10px;
}
.video{
width:320px;
height:200px;
}
.galeriaP{
	width:100%;
	position:absolute;
	height:100%;
	top:0;
}

.izquierdo-trabajo{
	display:inline-block;
	vertical-align:top;
	width:550px;
	padding-right:20px;
}

.trabajo{
	display:inline-block;
	vertical-align:top;
	width:600px;
	height:1160px;
	margin-top:10px; 
	margin-right:25px;
}
.derecho-trabajo{
	display:inline-block;
	vertical-align:top;
	width:600px;
	
	margin-top:10px; 
	margin-right:25px;
}
.titulo_referencias{
	font-family: 'ubunturegular';
	color:#D8021A;
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
}


.titulointernas{
	font-family: 'ubunturegular';
	background:#D8021A;
	color:#FFFFFF;
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px;
	text-shadow: 5px 2px 2px rgba(150, 150, 150, 1);
}

.descripcioninternas{
font-family: 'ubuntulight';
font-size:16px;
margin-top:10px;
margin-bottom:15px;
border:2px #ccc solid;
padding:10px;
padding-top:15px;
padding-bottom:15px;
}

.botoncomentario{
   font-family: 'ubuntulight';
    background: #000000;
    color: #FFF;
    border: none;
    padding: 5px;
    border-radius: 1px;
    margin-top: 5px;
}
.experiencia{
	display:inline-block;
	vertical-align:top;
	width:100%;
}



/*#interna{
	padding-bottom:45px;
}
*/

.tablaprincipal{
	font-family: 'ubunturegular';
    font-size: 15px;
    border-collapse: collapse;
    width: 100%;
    display: table;
    margin-top: 20px;
}
.titulotabla{
	font-family: 'ubunturegular';
    font-size: 14px;
    font-weight: 100;
    display: table-row;
    color: #333333;
    font-size: 18px;
    border-bottom: 1px #D8021A solid;
	
}
.titulolinea{
	display: table-cell;
    width: 100px;
    padding: 3px;
    text-align: center;
    padding-top: 5px;
    vertical-align: middle;
   font-family: 'ubunturegular';
    padding: 10px;
    font-size: 16px;
	background:#EEEEEE;
}
 .titulo_tabla1{
 	 font-family: 'ubunturegular';
	font-size:14px;
	font-weight:100;
	display:table-row;
    color:#333333;
	font-size:18px;
	border-bottom:1px #595959 solid;
 }

.cajacontenedor{
	width:90%;
	margin-bottom:10px;
}
.botonagregar{
	font-family: 'ubunturegular';
	color:#FFFFFF;
	background: #D8021A;
	border:none;
	white-space:nowrap;
}
.cajacontenedor .titulocontacto{
	width:150px;
	display:inline-block;
	vertical-align:middle;
	text-align:right;
	margin-right:10px;
	
}

.cajacontenedor input{
	width:70%;
	padding:5px;
	display:inline-block;
	vertical-align:middle;
	font-family: 'ubunturegular';
	color:#000;
}

.cajacontenedor select{
	font-family: 'Roboto', sans-serif;
	display: inline-block;
    vertical-align: middle;
    padding: 5px;
    width: 72%;
}

.cajacontenedor textarea{
	font-family: 'Roboto', sans-serif;
    resize: none;
    width: 70%;
    padding: 5px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
}

.enviar{
    width: 80%;
    margin-right: 73px;
}

.textomensaje{
	font-family: 'Roboto', sans-serif;
	color:#595959;
	font-size:18px;
	text-align:center;
	margin-top:20px;
}

.cuadroproyecto{
	display: inline-block;
    vertical-align: top;
    width: 22%;
	height:176px;
	overflow:hidden;
    position:relative;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	margin:10px;
}
.cuadroproyecto img{
	max-width:100%;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.cuadroproyecto:hover img{
-moz-transform: scale(1.3);
-webkit-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.caption{
	position: absolute;
    width: 1000px;
    bottom: 30%;
    left: 20%;
    margin-left: -500px;
    text-shadow: 1px 1px 1px #FFFFFF;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.captionproyecto{
	position: absolute;
     width: 100%;
	height:44px;
    top:50%;
	margin-top:-22px;
    left: 0%;
    text-shadow: 1px 1px 1px #FFFFFF;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
background:rgba(204,204,204,0.8);
}


.cuadroproyecto img:hover{
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	
}

.tituloproyecto{
	    font-family: 'ubunturegular';
    color: #000000;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:center;
	font-weight:100;
}

.texto{
	color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0px;
    width: 90%;
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
	height:30px;
	margin-bottom:0px;
}
.caja-gris{
	color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0,0,0,0.7);
    bottom: 0px;
    width: 90%;
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
	height:30px;
	margin-bottom:0px;
	margin-left:7px;
}
.nolink{
	text-decoration:none;
}

.carouselcont{
    width: 700px;
    height: 450px;
    display: inline-block;
    vertical-align: middle;
}
.carousel{
	width:40%;
	display:inline-block;
	vertical-align:top;
}

.tablaficha{
	width:55%;
	display:inline-block;
	vertical-align:top;
	padding-left:30px;:
}

.tablaficha .titulocategoria{
text-align: left;
    font-family: 'ubunturegular';
    color: #D8021A;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    background: #FFFFFF;
}
#popup{
width:100%; 
height:100%; 
position:fixed; 
top:0; 
left:0; 
background:rgba(0,0,0,0.7); 
z-index:999; 
display:table-cell; 
vertical-align:middle;
}

#imagenpopup{
width:600px;
height:600px;
position:absolute;
left:50%;
margin-left:-300px;
top:50%;
margin-top:-300px;
}

.margen-flechas{
	margin-top:40px;
}

.imagen-tienda{
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	
}
.imagen-tienda img{
	max-width:100%;
}
.precio{
	/*margin-bottom:10px;*/
	font-family: 'ubunturegular';
	display:inline-block;
	vertical-align:bottom;
}
.precio label{
	color:#D8021A;
	    font-family: 'ubunturegular';
}

.precioexterior{
	/*margin-bottom:10px;*/
	font-family: 'ubunturegular';
	display:inline-block;
	vertical-align:bottom;
	margin-top:5px;
	margin-bottom:-5px;
}
.precioexterior label{
	color:#D8021A;
	font-family: 'ubunturegular';
}
.medidas{
	/*margin-bottom:10px;*/
	font-family: 'ubunturegular';
	margin-top:10px;
}
.medidas label{
	color:#D8021A;
	    font-family: 'ubunturegular';
}
.cantidadtexto{
	
	font-family: 'ubunturegular';
	display:inline-block;
	vertical-align:middle;
}
.cantidadtexto label{
	color:#D8021A;
	    font-family: 'ubunturegular';
}
 .cantidad{
	    font-family: 'ubunturegular';
    /* margin-bottom: 10px; */
    padding: 10px;
	padding-left:0px;
	padding-right:0px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
}
.descripciontienda{
	margin-bottom:10px;
	font-family: 'ubunturegular';
	margin-top:10px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px #ccc solid;
}
.descripciontienda label{
	color:#D8021A;
	    font-family: 'ubunturegular';
}
.precio2{
	margin-bottom:10px;
	font-family: 'ubunturegular';
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	width:45%;
}
.precio2 label{
	color:#D8021A;
	font-family: 'ubunturegular';
}

.iva{
font-family: 'ubunturegular';
font-size:14px;
}
.imagen-tienda img{
max-width:100%;
}


.nota{
	font-size:12px;
	font-family: 'ubunturegular';
	margin-top:10px;
}

.submenu{
	position:relative;
}
.menu-responsive{
		display:none;;
	}
.cerrar{
	display:none;
}	
.botoneraresponsive{
		display:none;
}
.botoncarrito{
  width: 190px;
    height: 30px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-spacing: 0px;
    background: url(../cortes/carrito.png) no-repeat center right #D8021A;
    color: #fff;
    font-family: 'ubunturegular';
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
  }
  
.columna1{
	margin-top:15px;
}
.columna1, .columna3{
	display:inline-block;
	vertical-align:top;
	width:48%;
} 
.columna1 {
	margin-right:40px;
}

 .caja{
	max-width:100%;
	font-family: 'ubunturegular';
	text-align:left;
	margin-bottom:15px;
	
}
 .caja input{
	width:96%;
	padding:10px;
}

 .caja div{
	margin-bottom:10px;
}

 .caja select{
	width:100%;
	padding:10px;
}
 .cajaentrega{
	width:49%;
	font-family: 'ubunturegular';
	text-align:left;
	margin-bottom:15px;
	display: inline-block;
	vertical-align: top
}
 .cajaentrega input{
	width:96%;
	padding:10px;
}

.cajaentrega div{
	margin-bottom:10px;
}

.cajaentrega select{
	width:100%;
	padding:10px;
}
.tituloscompra{
	font-family: 'ubunturegular';
	font-size:18px;
	color:#D8021A;
	
}

#notas{
	width:97%;
	padding:10px;
	margin-top:10px;
	height:150px;
	font-family: 'ubunturegular';
}

.titulototal{
	text-align:left;
	font-family: 'ubunturegular';
	margin-top:10px;
}
.titulo-gris-20{
font-family: 'ubunturegular';
text-align:left;
color:#D8021A;
}
.aut {
font-family: 'ubunturegular';
text-align:left;
}


.caja-sesion-fondo2{
	border:1px #cccccc solid;
	color:#FFFFFF;
	font-family: 'ubunturegular';
	    width: 80%;
	padding: 17px;
}
.caja-sesion-fondo2 .caja-sesion div{
	text-align:left;
	padding-bottom:5px;
}
.caja-sesion-fondo2 .caja-sesion input{
	width:93%;
	border:none;
	background:url(../cortes/usuario.png) no-repeat right center #000000;
	padding:10px;
	margin-bottom:1px;
	color:#FFFFFF;
	    border-radius: .25rem;
}
.caja-sesion-fondo2 .caja-sesion{
	margin: 10px;
    display: inline-block;
    vertical-align: top;
    width: 295px;
}
.caja-sesion-fondo2  label{
color:#333333;
text-align:left;
margin-bottom:10px;
font-size:16px;
font-family: 'ubunturegular';
}
.boton-inicio2{
	background:#D8021A;
	border:none;
	color:#FFFFFF;
	padding:10px;
	text-transform:uppercase;
	padding-left:15px;
	padding-right:15px;
	width: 83%;
}

.caja-sesion-fondo{
	border:1px #cccccc solid;
	color:#FFFFFF;
	font-family: 'ubunturegular';
	width:300px;
	padding:20px;
}
.caja-sesion-fondo .caja-sesion div{
	text-align:left;
	padding-bottom:5px;
}
.caja-sesion-fondo .caja-sesion input{
	width:93%;
	border:none;
	background:url(../cortes/usuario.png) no-repeat right center #000000;
	padding:10px;
	margin-bottom:1px;
	color:#FFFFFF;
}
.caja-sesion-fondo .caja-sesion{
	margin-bottom:5px;
}
.caja-sesion-fondo  label{
color:#333333;
text-align:left;
margin-bottom:10px;
font-size:16px;
font-family: 'ubunturegular';
}
.caja-sesion-fondo .caja-sesion  #kt_login_user{
margin-top:18px;
color:#FFFFFF;
background:url(../cortes/usuario.png) no-repeat right center #000000;
}
.caja-sesion-fondo .caja-sesion  #kt_login_password{
color:#FFFFFF;
background:url(../cortes/contrasenia.png) no-repeat right center #000000;
}
.boton-inicio{
	background:#D8021A;
	border:none;
	color:#FFFFFF;
	padding:10px;
	text-transform:uppercase;
	padding-left:15px;
	padding-right:15px;
	width:342px;
}
.productolista{
	display:inline-block;
	vertical-align:top;
	width:18%;
	font-family: 'ubunturegular';
	margin-bottom:5px;
}

.caja_roja{
    background: #D8021A;
    color: #FFFFFF;
    font-family: 'ubunturegular';
	padding:20px;
	margin-top:20px;
	margin-bottom:20px;
}
.enlace_blanco{
color:#FFFFFF !important;
}

.sicel{
	display:none;
}

@media (max-width:1024px) and (min-width:0px)
{
	.ancho{
		width:90%;
	}
	.cuadro{
		    width: 25%;
	}
	.footera{
		width:25%;
	}
	.footerb{
		width:25%;
	}
	.footerc{
		width:25%;
		padding-left:10px;
	}
	.footera img{
		max-width:100%;
	}
	.titulointernacatalogo{
	font-size:24px;
	text-shadow: 5px 2px 2px rgba(150, 150, 150, 1);
	}
	.derecho-catalogo{
		width:70%;
	}
	
	.izquierdo-catalogo{
		width:25%;
	}
	.menu a{
		width:80%;
	}
	.tablaficha{
		width:100%;
		padding-left:0px;
	}
	.titulointerna{
		margin-top:0px;
		text-shadow: 5px 2px 2px rgba(150, 150, 150, 1);
	}
	.izquierdo{
		width:60%;
	}
	.derecho{
	  width: 35%;
	}
	.trabajo{
		width:400px;
	}
	.izquierdo-trabajo{
		width:400px;
	}
	
}
@media (max-width:768px) and (min-width:0px)
{
	.left-header{
		width:90%;
		text-align:center;
	}
	.info{
		width:100%;
		text-align:center;
	}
	#buscar{
		text-align:center;
		margin-left:25px;
		margin-top:10px;
	}
	.mapa h2{
		top:5px;
	}
	.titulocategoria{
		font-size:20px;
	}
	.izquierdo-catalogo .titulocategoria{
		font-size:20px;
	}
	.menu a{
		font-size:14px;
	}
	.menu-responsive{
		display:block;
		padding-top:10px;
		padding-bottom:10px;
	}
	.botonera{
	display:none;
	}
	.botoneraresponsive{
		display:none;
		 width: 260px;
        height: 100%;
        background: #000;
        right: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        overflow: auto;
        color: #FFFFFF;
        margin-top: 0;
	}
	.botoneraresponsive ul li{
    display: block;
    border-bottom: 1px #FFFFFF solid;
 	}
	#productos{
		display:none;
		background:#D8021A;
	}
	#productos a{
		color:#FFFFFF;
		font-size:14px;
	}
	#servicios{
		display:none;
		background:#D8021A;
	}
	#servicios a{
		color:#FFFFFF;
		font-size:14px;
	}
	#ambientes{
		display:none;
		background:#D8021A;
	}
	#amientes a{
		color:#FFFFFF;
		font-size:14px;
	}
	.cerrar{
        display: block;
        background: #D8021A;
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.rayita{
		display:none!important;
	}
	nav > ul li a{
		color:#ffffff;
		
	}
	nav > ul{
		margin:0px;
		width:100%;
	}
	.imagenproducto{
		width:45%;
	}
	.texto{
		margin-bottom:0px;
	}
	.cuadroproyecto{
		width:45%;
	}
}
@media (max-width:500px) and (min-width:0px)
{
	.cuadro{
		width:50%;
	}
	.productos-destacados{
		margin-bottom:40px;
		height:auto;
	}
	.footera{
		width:100%;
	}
	.footerb div{
		text-align:center;
	}
	.footerb{
		width:100%;
		text-align:center;
		padding:0px;
		border:0px;
	}
	.footerc{
		width:100%;
		text-align:center;
		margin-top:30px;
	}
	.izquierdo-catalogo {
		width:100% !important;
	}
	.tienda-producto {
		width: 100%;
	}

	.cuadroproducto {
		width: 90% !important;
		margin-left:-47% !important;
	}


	.condiciones {
		width: 100%;
	}
	
	.titulolinea {
		width: 16%;
		padding: 1%;
		font-size: 14px;
	}
	
	.terminos{
		margin-bottom:50px;
	}
	
	.columna1, .columna3{
		width:100% !important;
	}
	
	.productolista {
		font-size:14px;
	}

}

.nowrap{
	white-space:nowrap;
}

@media (max-width:425px) and (min-width:0px)
{

	
	.cuadro{
		    width: 100%;
			margin:0px;
			margin-bottom:18px;
	}

	.mapa h2{
		text-align: center;
		top: 8px;
		left: 50%;
		margin: 0px;
		margin-left: -70px;
	}
	.izquierdo-catalogo{
		width:100%;
	}
	.derecho-catalogo{
		width:100%;
	}
	.background-red .textos{
		width:90%;
	}
	.izquierdo{
		margin-right:0px;
		width:90%;
	}
	.derecho{
		width:90%;
	}
	.cajacontacto{
		width:100%;
	}
	.cajacontacto input{
		width:95%;
	}
	.cajacontacto textarea{
		width:95%;
	}
	#imagenpopup{
		width:300px;
		height:300px;
		left:50%;
		margin-left:-150px;
		top:50%;
		margin-top:-150px;
	}


	.nocel{
		display:none;
	}
	.anchocel{
		width:100%;
	}
	.sicel{
		display:flex;
	}

}
@media (max-width:375px) and (min-width:0px)
{
	.trabajo{
		width:300px;
	}
	.izquierdo-trabajo{
		width:90%;
	}
	.trabajo{
	    height: 1700px;
	}	
	#buscar input{
		margin-left:0px;
	}
	.imagenproducto{
		width:90%;
	}
	.cuadroproyecto{
		width:90%;
	}
	.titulointerna{
		font-size:25px;
	}
	.cajacontacto3{
		width:100%;
	}
}