@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);

body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
   color: #656469;
    font-weight: 400;

  /*
  background: -moz-linear-gradient(0deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(192,192,192,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(128,128,128,1)));
  background: -webkit-linear-gradient(0deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%);
  background: -o-linear-gradient(0deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%);
  background: -ms-linear-gradient(0deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%);
  background: linear-gradient(90deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#808080',GradientType=1 );
  */

}

img{
	border:none;
}

img a{
	border:none;
}	

header{
    background: #f2f2f2;
    width: 100%;
    height: 120px;
  
}

.dentro{
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.logo{
    float: left;
    height: 100%;
    width: auto;
    padding-top: 15px;
}

.info-adicional{
    position: absolute;
    right: 0;
    top: 0;
}

.info-adicional form{
    float: left;
    padding-top: 14px;
    margin-right: 5px;
    position: relative;
    /*width: 100px;*/
}

 input[type="text"] {
    border: 1px solid #b1b1b1;
    padding: 8px 10px;
}

input[type="password"] {
    border: 1px solid #b1b1b1;
    padding: 8px 10px;
}

 input[type="email"] {
    border: 1px solid #b1b1b1;
    padding: 8px 10px;
}
footer input[type="text"] {
    border: 0;
    padding: 8px 10px;
    width: 30%;
}

select {
    border: 0;
    padding: 8px 10px;
    width: 33%;
    box-sizing: border-box
}


.info-adicional input[type="submit"] {
    background: rgba(0, 0, 0, 0) url("../images/busca.jpg") no-repeat scroll 0 0;
    border: 0 none;
    bottom: 5px;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 2px;
    width: 28px;
}

footer input[type="submit"] {
    background: #e3e3e3;
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
    width: auto;
    display: table;
    padding: 5px 20px;
    margin: 20px auto;
    height: auto;
    text-transform: uppercase;
   color: #666666;/*gris clarito*/
    font-weight:400;
}


.info-adicional a{
    float: left;
}

nav{
    padding-top: 63px;
    float: right;
    right: 0;
}

ul li{
    float: left;
    list-style: none;
    margin-right: 40px;
}

ul li:last-child{
    margin-right: 0;
}

ul li a{
    text-decoration: none;
    color: #000000;
    font-size: 12pt;
}

.destacado{
    width: 100%;
    margin-top: 20px;
}

.destacado2{ cursor: pointer;
  margin: 20px 0.5%; height: 260px;background-color: #ED3D26; display: inline-block; vertical-align: top; width: 25%;
border-radius: 7px;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;  -o-transition: all 0.4s ease-out;
}

.destacado2 h1{display:inline-block; vertical-align:middle; width: 90%; font-size: 36px; line-height: 36px; background: none; padding: 0px;


}
.destacado2:hover{ background:#605f64}


@media screen and (max-width:767px){
  .destacado2{  width: 80%; margin: 0 0 7px;height: 160px;
    }
  .dentro.row-eq-height{ text-align: center}
}



.vert{ height:100%; width:1px; display:inline-block; vertical-align:middle}
hr.style11 {
  height: 6px;
  background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
  border: 0;
}
h1{
   background: #656469;
    font-weight: 300;
    font-size: 25pt;
    text-align: center;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    color: #7c7c7c;
    display: table;
    font-size: 25pt;
    font-weight: 300;
    margin: 20px auto 0 auto;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 40;
}

h3.blanco {
    color: #ED3D26;
    background: #DDDCE1;
}

.linea{
    background: url('../images/linea.png') repeat-x;
    width: 100%;
    height: 20px;
    z-index: 20;
    display: block;
    margin-top: -38px;
    margin-bottom: 40px;
    position: relative;
}
.linea2{
    background: url('../images/linea2.jpg') repeat-x;
    /*width: 90%;
    margin: -38px auto 40px auto;*/
}

.destacado .datos, .destacado .imagen{
    width: 50%;
    float: left;
    height: auto;
}
.destacado .datos{
    background: url('../images/izq.png') no-repeat;
    background-position: right top;
    border-left:1px solid #DDDCE1;
   border-bottom:1px solid #DDDCE1;
    padding: 5px 20px;
    box-sizing: border-box;
    height: 236px;
    font-size: 11pt;
}

h2{
    margin: 5px 0 0 3px;
}
.destacado p{
    margin: 10px 0 15px 0;
}
.destacado .imagen{
    position: relative;
    border-right:2px solid #DDDCE1;
    border-bottom:2px solid #DDDCE1;
    box-sizing: border-box;
    height: 236px;
    width: 50%;
}
.destacado .imagen .der{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.destacado .imagen .imagen-principal{
    position: absolute;
    left: 28%;
    width: auto;
    height: 100%;
    top: 0;
    z-index: 1;
}

.destacado .abajo{
    border-top: 1px solid #ededed;
    padding-top: 20px;
    width: 90%;
}

.productos-dentro .abajo{
    border-top: 1px solid #ededed;
    padding-top: 20px;
    margin-top: 20px;
    width: 100%;
}

.abajo a{
    float: right;
    margin-top: 4px;
}
a.link{
    color: #fff;
   background:#ED3D26;/*azul por rojo*/
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    font-size: 10pt;
    float: left;
}
.derecha input[type="submit"] {
    background: #ED3D26;
    border: 0 none;
    color: #fff;
    display: block;
    float: right;
    font-size: 10pt;
    margin-top: 2px;
    padding: 5px 20px;
    cursor: pointer;
    width: 44%;
}
.derecha input[type="button"] {
    background: #ED3D26;
    border: 0 none;
    color: #fff;
    display: block;
    float: right;
    font-size: 10pt;
    margin-top: 2px;
    padding: 5px 20px;
    cursor: pointer;
    width: 44%;
}
.izquierda input[type="submit"] {
    background: #ED3D26;
    border: 0 none;
    color: #fff;
    display: block;
    float: right;
    font-size: 10pt;
    margin-top: 2px;
    padding: 5px 20px;
    cursor: pointer;
    width: 44%;
}
.izquierda input[type="button"] {
    background: #ED3D26;
    border: 0 none;
    color: #fff;
    display: block;
    float: right;
    font-size: 10pt;
    margin-top: 2px;
    padding: 5px 20px;
    cursor: pointer;
    width: 44%;
}
.precio {
   color: #7b7b7c;/*gris*/
    float: right;
    font-size: 24pt;
    font-weight: 300;
    text-align: right;
    line-height: 21pt;
    margin-bottom: 10px;
    padding-right: 10px;
}
.precio2{
    font-size: 10pt;
    clear: both !important;
}
.precio3{
    font-size: 20pt;
    clear: both !important;
}
.clear{
    clear: both;
}

.item{
    float: left;
   border: 2px solid #ededed;/*gris suave*/
    margin-right: 14px;
    margin-bottom: 14px;
}

.item:nth-child(4n){
    margin-right: 0;
}
.items{
    margin: 20px 0;
}

.busca{
   background: #656469;/*naranja por gris oscuro*/
    display: table;
    padding: 0 5%;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
}
.partners{
    margin: 25px auto 25px auto;
 /*   display: table;*/
}

.partners a {
  /*  display: block;
    width: 152px;
    float: left;*/
    height: auto;
    margin-right: 17px;
    text-decoration: none;
}

.partners img {
  height: auto;
  margin-right: 17px;
  text-decoration: none;
  filter: grayscale(100%);
}

/*
.partners a img{
    width: 100%;
    height: auto;
}*/
.partners a:last-child{
    margin-right: 0;
}

.separador{
    width: 100%;
    height: 25px;
   background:#7c7c7c;/*gris*/
    display: block;
}

.separadorChico{
  width: 100%;
  height: 1px;
  background:#7c7c7c;/*gris*/
  display: block;
  margin-top: 35px;
  float:left;
}

.footer{
   color: #666666;/*gris*/
    font-size: 10pt;
    font-weight: 300;
}

.footer div{
    width: 25%;
    float: left;
}

.link-web360{color:#AEDFF0; text-decoration:none; font-weight:400; font-size:9px; display:block; padding-bottom:5px;}
.link-web360 a{color:#AEDFF0; text-decoration:none; font-weight:400; font-size:9px;}
.link-web360:hover{color:#9292ad;}/*gris*/

/*
.footer div:last-child{
    text-align: right;
    padding-top: 20px;
}
.footer div:last-child a{
    margin-right: 20px;
}
*/
.flechita, .flechita2{
    float: right;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.despliega2 {
    cursor: pointer;
    height: 18px;
    padding-top: 1px;
    position: absolute;
    right: 11px;
    top: 0;
    width: 24px;
    z-index: 10000;
}
.despliega2 img{
	/*background: none repeat scroll 0 0 #fff;*/
	width: 55%;
}
.despliega2:hover{
	background: rgb(250, 250, 250);
	border-radius:20px;
}


.submenu22 {
   background: #656469 none repeat scroll 0 0;/*azul por rojo*/
    color: #fff;
    display: table;
    left: 480px;
    position: absolute;
    top: 103px;
    width: 158px;
    z-index: 50;
    
}

.submenu22 li{
    position: relative;
}

.otronivel {
    color: #fff;
    display: table;
    position: absolute;
    width: 198px;
    z-index: 50;
   background: #656469 none repeat scroll 0 0;/*azul oscuro por rojo oscuro*/
    left: 100%;
    margin-left: 0;
    top: 0;
}

aside .otronivel{
    position: relative;
   background: #c9c9c9;/*gris clarito*/
    left: 0;
    top: 0;
    margin-top: 10px;
    color: #000;
    width: 100%;
    height: auto;
}


aside .otronivel ul{
    width: 100%;
}

aside .otronivel li a{
    color: #000 !important;
}

aside .otronivel li:hover a{
    color: #fff !important;
}

aside .otronivel li:hover{
   background: #a4a4a4 !important;/*gris mas oscuro*/
}
aside .otronivel-cascada li:hover{
   background: #656469 !important;/*naranja gris oscuro*/
}

.submenu20 {
    background: #656469 none repeat scroll 0 0;
    color: #fff;
    display: block;
    position: relative;
    /*top: 103px;
    left: 504px;
    */
    width: 100% !important;
    z-index: 50;
}
.submenu22 ul, .submenu22 ul li, .otronivel ul, .otronivel ul li{
    margin: 0;
    padding: 0;
}

.submenu22 ul li a, .otronivel ul li a{
    color: #fff;
    padding: 5px;
    float: none;
    font-size: 10pt;
}
.submenu22 ul li:hover, .otronivel ul li:hover{
   background: #DDDCE1;
}
.submenu22 ul li, .otronivel ul li {
    float: none;
    width: 100%;
    display: block;
    padding-bottom: 2px;
    border-bottom:1px solid #fff;
}

.head-position{
    position: relative;
     display: table;
}


.menu2{
		opacity:0;
        visibility: hidden;
        /*display: none;*/
        height: 0;
        overflow: hidden;
	}
	.menu1{
		display:block;
        height: 37px !important;
       /* overflow: hidden;*/
}

.productos{
    float: right;
    /*width: 682px;*/
    width: 100%;
    display: table;
}
.productos p{
    font-size: 11pt;
    color: #666666;
    font-weight: 300;
}
.productos p a{
    text-decoration: none;
    color: #656469;
}

.productos article{
    float: left;
    width: 23.5%;
    margin-bottom: 10px;
    margin-right: 2%;
    height: 385px;
    border: 1px solid #DDDCE1;
    padding: 10px 10px 35px 10px;
    min-height: 290px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.productos-dentro article{
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    height: auto;
    border: 1px solid #DDDCE1;
    padding: 10px 30px;
   /* min-height: 290px;*/
    position: relative;
    text-align: left;
    box-sizing: border-box;
}
.carrito{
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
    height: auto;
}
.productos article:nth-child(4n+3){
    margin-right: 0;
}

.productos article a{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.imgGrandeDetalle
{
  height: 123px;
  width: 151px;

  /*width: 100%;
  max-width: 30px;*/
}

.imgArticleGrande
{
  width: 100%;
  max-width: 70px;
}
.productos article img {
  width: 100%;
}

.productos-dentro article img {
    width: auto;
    height: auto;
}

.productos-dentro p {
    color: #ED3D26;
    font-weight: 300;
    text-align: left;
}
.productos-dentro ul li {
    color: #666666;
    font-weight: 300;
    text-align: left;
    list-style: inside;
    float: none;
}
.productos-dentro ul {
    margin: 0;
    padding: 0;
}

.cantidad{
    border: 1px solid #cdcdcd;
    padding: 5px;
    top: 10px;
    position: relative;
    color: #7b7b7c;
    font-weight: 300;
    font-size: 10pt;
}
.productos-dentro article a {
    box-sizing: border-box;
    position: relative;
    text-align: center;
    width: auto;
    display: block;
}

.izquierda{
    float: left;
    width: 30%;
    height: auto;
    display: table;
}
.derecha{
    float: right;
    width: 65%;
    height: auto;
    display: table;
}

.centrado{
  border:1px solid red;
  margin-left: 40%;
  height: auto;
  display: table;
}

.centrado input[type="submit"] {
  background: #ED3D26;
  border: 0 none;
  color: #fff;
  display: block;
  font-size: 10pt;
  padding: 5px 20px;
  cursor: pointer;
  width: 100%;
}

.derecha a{
  float: left;
}

.izquierda2{
    float: left;
    width: 50%;
    height: auto;
    display: table;
}
.derecha2{
    float: right;
    width: 50%;
    height: auto;
    display: table;
}

hr {
    height: 2px;
    margin: 10px 0 15px 0;
   background: #656469;/*naranja gris oscuro*/
    border: 0;
    display: block;
}

.contacto input[type="text"]{
    width: 100%;
    box-sizing: border-box;
}

.contacto input[type="password"]{
    width: 100%;
    box-sizing: border-box;
}

textarea {
    width: 100%;
   border: 1px solid #b1b1b1;/*gris clarito*/
    padding: 8px 10px;
    box-sizing: border-box;
    height: 112px;
    resize: none;
}


input[type="submit"].contacto {
    background: #656469;/*gris clarito*/
    color: #fff;
    border: 0 none;
    bottom: 5px;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 2px;
    width: auto;
}

input[type="submit"].confirma {
    background: #ED3D26;
    color: #fff;
    float: right;
    border: 0 none;
    margin: 5px 0;
    text-transform: uppercase;
    padding: 2px 20px;
    cursor: pointer;
    height: 25px;
    position: relative;
    width: auto;
}

.vaciar {
   background: #656469;/*naranja a gris*/
    color: #fff;
    float: right;
    border: 0 none;
    margin: 5px 10px;
    text-transform: uppercase;
    cursor: pointer;
    height: 25px;
    position: relative;
    width: auto;
}

.derecha2 p{
    color: #666666 !important; 
    font-size: 11pt !important;
}
.productos h2 {
    display: table-cell;
    font-size: 14pt;
    height: 100px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.productos-dentro h2 {
    display: block;
    text-align: left;
    font-size: 23pt;
    padding-bottom: 5px;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 2px solid #656469;
    vertical-align: middle;
}

aside{
    width: 278px;
    float: left;
    background: #f2f2f2;/*gris clarito*/
    margin-top: 17px;
}

aside h1{
    padding: 5px 10px 20px 5px;
    font-size: 18pt;
    /*background: #ff9103 url('../images/flechita2.png') no-repeat;
    background-position: center bottom;*/
    position: relative;
}
aside h1:after{
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    width: 100%;
    z-index: 100;
    height: 13px;
    left: 0;
    background: #f2f2f2 url('../images/flechita2.png') no-repeat;
    background-position: center bottom;
}

aside ul{
    margin: 0 auto;
    padding: 0;
    width: 90%;
}

aside ul li{
 /*   text-transform: uppercase;*/
    font-weight: 300;
    color: #666666;
    width: 100%;
    float: none;
    padding: 15px 0;
    border-bottom: 1px solid #b3bdc3;
    box-sizing: border-box;
}
aside ul li:last-child{
    border-bottom: 0;
}
aside ul li a{
    font-size: 10pt;
}

.productos h3{
    font-size: 18pt;
    margin: 0 auto;
}

.productos .linea{
    margin-top: -31px;
    margin-bottom: 20px;
}

.paginador {
   /* float: right;*/
    margin-top: 10px;
}

.paginador a{
    float: left;
   border: 1px solid #cdcdcd;/*verde??*/
    color: #666666;
    padding:2px 6px;
    margin-right: 2px;
    font-size:10pt;
    cursor: pointer;
}

.paginador a.activo, .paginador a:hover{
    float: left;
    background: #656469;
    /*border: 1px solid #f3009d;*/
    color: #fff;
    padding:2px 6px;
    margin-right: 2px;
    font-size:10pt;
    cursor: pointer;
}
.paginador a.suspensivos, .paginador a.suspensivos:hover{
    float: left;
    border: 0px solid #cdcdcd !important;
    color: #666666  !important;
    background: #fff  !important;
    padding:2px 2px;
    margin-right: 2px;
    font-size:10pt;
    cursor: pointer;
}

.imagencita{
    height: 123px !important;
    width: 151px !important;
}
.imagen22{
    display: block;
    border: 1px solid #ededed;
    padding:10px 0;
}
.lightbox{
    position: absolute;
    right: 10px;
    cursor: pointer;
    bottom: 10px;
}


.productos-carrito article {
    display: table;
    position: relative;
    padding: 0;
    vertical-align: middle;
}
.productos-carrito article div {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: auto;
    padding: 0 10px;
    box-sizing: border-box;
   /* border-left: 2px solid #093c82;*/
}
.productos-carrito article div:first-child {
    width: 15%;
    border: 0;
}
/*
.productos-dentro article div:nth-child(2) {
    width: auto;
    border: 0;
}
*/
.productos-carrito article div h2{
    font-size: 15pt;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}


.productos-carrito article span {
    border-bottom: 2px solid #ED3D26;
    display: block;
    font-size: 10.5pt;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 137px;
}

.productos-carrito article span.precio-carrito {
    color: #757575;
    border-bottom: 2px solid #757575;
}
.productos-carrito article span.eliminar {
    color: #093c82;
    border-left: 2px solid #ED3D26;
    border-bottom: 0;
    margin-left: 50px;
}

.verde{
    color: #689f38;/*verde otro??*/
    display: inline !important;
    border: 0 !important;
    padding: 0;
    font-size: 11pt !important;
}
.rojo{
    color: #d50000;/*otro rojo*/
    display: inline !important;
    border: 0 !important;
    padding: 0;
    font-size: 11pt !important;
}

.eliminar a{
    text-align: left !important;
    padding-left: 5px;
    font-size: 15pt;
    text-decoration: none;
    color: #ED3D26;
}

.productos-carrito article div p, .productos-carrito article div ul li{
    font-size: 11pt;
}
.productos-carrito article div img{
    width: 100%;
    height: auto;
}

.col {
    float: left;
    margin-right: 2%;
    width: 48%;
}

.confirma h2 {
    border-bottom: 2px solid #ED3D26;
    margin: -15px 0 0 3px;
}
.confirma h1 {
    margin-bottom: 10px;
}

.confirma input{
    border: 1px solid #b1b1b1;/*celeste*/
    padding: 8px 10px;
    width: 100%;
    box-sizing: border-box;
}
.confirma select{
    border: 1px solid #b1b1b1;
    padding: 8px 10px;
    width: 100%;
    box-sizing: border-box;
}

.confirma input[type="checkbox"]{
    width: 30px;
    margin-top: 29px;
}
.confirma input[type="radio"]{
    width: 30px;
    margin-top: 29px;
}

.carritito{
    background: url('../images/carritito.png') #ffffff no-repeat left center;
    height: 48px;
    width: 160px;
    box-sizing: border-box;
    padding-left: 53px;
    float: left;
}

.carritito span{
    color: #ED3D26;
    font-weight: 700;
    font-size: 10pt;
}
.carritito a{
    color: #646464;
    font-weight: 300;
    font-style: italic;
    font-size: 10pt;
}

.bienvenido{
    background: #ffffff;
    height: 48px;
    width: 160px;
    box-sizing: border-box;
    padding-left: 5px;
		font-size: 14px;
    float: left;
}

.buscarInput{
  background: #d6d6d6;
  height: 48px;
  width: 216px;
  box-sizing: border-box;
  padding-left: 5px;
  font-size: 12px;
  float: left;
}

.bienvenido span{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 10pt;
}
.bienvenido a{
    color: #646464;
    font-weight: 300;
    font-style: italic;
    font-size: 10pt;
}

a.confirma {
    background: #ED3D26;
    color: #fff;
    float: right;
    border: 0 none;
    margin: 5px 0;
    text-transform: uppercase;
    padding: 2px 20px;
    cursor: pointer;
    height: 25px;
    position: relative;
    width: auto;
    text-decoration: none;
}

a.confirmaVerde {
  background: #689f38;
  color: #fff;
  float: right;
  border: 0 none;
  margin: 5px 0;
  text-transform: uppercase;
  padding: 2px 20px;
  cursor: pointer;
  height: 25px;
  position: relative;
  width: auto;
  text-decoration: none;
}

.destaca h3 {
    color: #656469;
    margin: 20px 0;
    padding: 30px 0;
    text-align: left;
    width: 100%;
}


.destaca h3 img {
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 255px;
}

.destaca-footer { 
    width: 100%;
    margin: 20px 0;
}
.destaca-footer img{ 
    float: left;
    width: 50%;
    height: auto;
}

.destaca-footer p{ 
    float: left;
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box;
    color: #616161;
}

.destaca article {
    border: 1px solid #e0e0e0;
    display: inline-block;
  vertical-align: top;
    /*float: left;*/
    height: 210px;
    margin-bottom: 10px;
    /*margin-right: 10px;*/
    margin-right: 0.5%;
    padding: 0;
    position: relative;
    /*width: 23.9%;*/
    width: 31%;
    margin-left: 0.5%;
}


/*.destaca article:nth-child(4n+5){
    margin-right: 0px;
}*/



.destaca img {
    max-height: 123px;
    position: absolute;
    right: 5px;
    top: 6px;
    width: auto;
}




.destaca .info {
    float: left;
    margin-bottom: 20px;
    padding-top: 40px;
    position: relative;
    width: 48%;
    z-index: 2;
}


.info a {
    background: #ED3D26 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 10pt;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 70px;
}

.info span {
    color: #656469;
    font-size: 17pt;
}

.vermas{
    text-decoration: underline;
    font-weight: bold;
    color: #0a3c83;
    text-align: left;
}

.listadoProductos .izquierda{
  float: left;
  width: 30%;
  height: auto;
  display: table;
  margin-top: 30px;
}

.listadoProductos .derecha{
  float: right;
  width: 30%;
  height: auto;
  display: table;
}

.listadoProductos{
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 10px 10px 10px 10px;
  position: relative;
  text-align: center;
}

.listadoProductos div{
  float: left;
  width: 100%;
  margin-bottom: 7px;
  margin-right: 10px;
  position: relative;
  text-align: center;
}

.listadoProductos .chico{
  float: left;
  width: 12%;
  margin-bottom: 7px;
  margin-right: 10px;
  position: relative;
}

.listadoProductos .grande{
  float: left;
  width: 45%;
  margin-bottom: 7px;
  margin-right: 10px;
  position: relative;
}

.destaca article p {
    border-left: 5px solid #656469;
    bottom: 0;
    color: #656469;
    font-weight: bold;
    padding-left: 10px;
    position: absolute;
    text-align: left;
}

article.centrado img{
    position: relative;
    right: 0;
    text-align: center;
    top: 10px;
}
article.centrado{
    text-align: center;
}

.otronivel-cascada{
    background: #e1e1e1;
}

@media screen and (max-width:1000px){
    
    
    
    .derecha, .izquierda{
       width: 100%;
        height: auto;
        text-align: center;
        padding: 0 10%;
        box-sizing: border-box;  
    }
    .derecha{
       margin-top: 10px;
    }
    
    
     input.contacto[type="submit"] {
        background: #ff9103 none repeat scroll 0 0;
        border: 0 none;
        bottom: 5px;
        color: #fff;
        cursor: pointer;
        height: 25px;
        margin-top: 20px;
        position: relative;
        right: 0;
        width: 100%;
    }
    
    .izquierda2, .derecha2{
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0 10%;
        box-sizing: border-box;
    }
    
    aside{
        display: none;
    }
    .productos{
        width: 98%;
        margin: 0 auto;
        float: none;
        box-sizing: border-box;
    }
    
.partners {
    text-align: center;
}
    /*
.partners a img{
 width: 15%;
    height: auto;
}*/
    
.menu2 {
    display: block;
    float: none;
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: 100%;
}
	.menu1{
		display:none;
	}
    
    
    .items {
        margin: 20px auto;
        width: 760px;
    }
    
    .item {
        margin-right: 14px !important;
    }
    
    
    .destacado .imagen {
        border-bottom: 1px solid #009bdb;
        border-right: 1px solid #009bdb;
    }
    
}
@media screen and (max-width:900px){
    
    .destaca article {
        width: 31.5%;
    }
    
    

.destaca article:nth-child(4n+5){
    margin-right: 10px;
}



.destaca article:nth-child(3n+4){
    margin-right: 0px;
}



    
select {
    border: 0 none;
    box-sizing: border-box;
    padding: 8px 10px;
    width: 32%;
}
.destacado .datos, .destacado .imagen {
    height: 253px !important;
}
}
@media screen and (max-width:700px){
    
        .col {
    float: none;
    margin-right: 0;
    width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
}
    
    .productos-carrito article div {
        width: 50%;
        float: left;
        text-align: left;
    }
    
    .productos-carrito article span.eliminar {
        margin-top: 0;
        padding: 0;
        margin-left: 0;
    }
    .productos-carrito article div:nth-child(1) {
        width: 50%;
    }
    .productos-carrito article div:nth-child(3) {
        clear: both;
    }
    .destacado .datos, .destacado .imagen {
        height: auto!important;
        width: 100%;
        box-sizing: border-box;
        float: none;
        display: table;
        overflow: auto;
        clear: both;
    }
    
.destacado {
    display: table;
}
    
/*
.destacado .imagen .imagen-principal {
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
}
  */
.items {
    margin: 20px auto;
    width: 510px;
}
    
    
.footer div {
    float: left;
    width: 100%;
    text-align: center;
    margin-right: 0;
}
    .footer div:last-child {
    text-align: center;
    margin-right: 0;
        padding-left: 4%;
        box-sizing: border-box;
}
    
}

@media screen and (max-width:670px){
    
    .destaca article {
        width: 48%;
    }
    
    
.destaca article:nth-child(3n+4){
    margin-right: 10px;
}
    
.destaca article:nth-child(2n+3){
    margin-right: 0;
}

    
    
.destaca-footer img {
    float: none;
    height: auto;
    margin: 0 auto;
    width: 100%;
}
    
    
.destaca-footer p {
    box-sizing: border-box;
    color: #616161;
    float: none;
    padding-left: 0;
    text-align: center;
    width: 100%;
}
    
    
.destaca-footer {
    box-sizing: border-box;
    margin: 20px 0;
    padding: 0 20px;
    width: 100%;
}
    
    

.destaca h3 img {
    height: auto;
    position: relative;
    right: 0;
    top: 10px;
    width: 215px;
}
    
    
    
.destaca h3 {
    font-size: 20pt;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
    
}
@media screen and (max-width:530px){
    
    
    .destaca article {
        float: none;
        margin-bottom: 20px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 0 !important;
        width: 90%;
    }

        
    
.destaca h3 {
    font-size: 15pt;
}
    
}

@media screen and (max-width:500px){
    
    
.productos article {
    border: 1px solid #80cded;
    box-sizing: border-box;
    float: left;
    height: auto;
    margin-bottom: 10px;
    margin-right: 2%;
    padding: 10px 10px 35px;
    position: relative;
    text-align: center;
    width: 49%;
}
    
    
.productos-dentro article {
    border: 1px solid #80cded;
    box-sizing: border-box;
    float: left;
    height: auto;
    margin-bottom: 10px;
    margin-right: 2%;
    padding: 10px 10px 35px;
    position: relative;
    text-align: center;
    width: 100%;
}
    
    
.productos article:nth-child(2n+3) {
    margin-right: 0;
}
    
.logo {
    float: none;
    height: auto;
    width: 180px;
    margin: 0 auto;
    padding-top: 15px;
}
    
.info-adicional {
    position: relative;
    right: 0;
    top: 0;
}
    
    
.info-adicional form {
    float: left;
    margin-right: 5px;
    padding-top: 14px;
    width: 100%;
    position: relative;
}
    
    
input[type="text"] {
    border: 1px solid #b1b1b1;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
}

input[type="password"] {
    border: 1px solid #b1b1b1;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
}

    input[type="email"] {
    border: 1px solid #b1b1b1;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
}
.info-adicional a {
    float: right;
}
    
    .items {
    width: 255px;
        text-align: center;
}
    /*
    .item {
    width: 250px;
    */
}
    
    
.partners a {
    width: 100%;
    display: block;
    margin-right: 0;
    text-decoration: none;
}
        .white-popup div{
        float: none !important;
        width: 100% !important;
        height: auto;
        overflow: auto;
    }



  .indice{
    width:90px;
  }

  .indice a {
  width: 100px;
  margin-right: 17px;
  text-decoration: none;
}

ul.columnas {
  width: 97%;
  height: auto;
  position: relative;
  z-index:999;

}

ul.columnas li{
  width: 25%;
  height: auto;
 display: inline-block;
  vertical-align: top;
}

ul.columnas li a{
  font-size: 14px;
  text-decoration: none;
  color: #747473;
}

.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }


/*///////////////////////////////////*/
/*/GENERAL/*/
@media screen and (max-width:767px){
  .row-eq-height {display:block}
  ul.columnas { text-align: center; width: 80%; margin:0 auto}
  ul.columnas li{ display: block; float: none; width: 100%}

}

.add{ position:absolute; width:30px; height:100%; right:0px; top:0px;}


.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 10px 0;
}

.partners img {
  width: 150px;
  height: 110px;
  object-fit: contain;
  background: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 6px;
}