body { -webkit-tap-highlight-color:transparent !important;font-family:Arial;color:#000;}
a{text-decoration:none;}
img {
    max-width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
}
.clear{clear:both;}
.clearleft{clear:left;}
.center{text-align:center;}
/**/
.pc{display:none;}

#innerheader,#innerbanner,#innercontent,#innerfooter{margin:0 auto;}


#header{
background-color:#000;
}
#innerheader{}

#banner{
background-color:#000;
}
#innerbanner{
}

#content{
background-color:#FFF;
}
#innercontent{height:200px;
}


#footer{
background-color:#000;

}
        #fixed2 {
            position: fixed;
            bottom: 0;
            right: 20px;
            z-index: 1000;
        }
        	

/**** content ****/
#contenido img{}

/**** footer ****/
 
 
/* 480px */
@media only screen and (min-width: 30em) {
.ancho{width:30em;}
}/* 480px */


/* 720px */
@media only screen and (min-width: 45em) {
.ancho{width:45em;}

}/* 720px */

/* 1024*/
@media only screen and (min-width: 64em) {
.ancho{width:62em;}

.cel{display:none;}
.pc{display:inline;}

}/* 1024px */

/* 1280x */  
@media only screen and (min-width: 80em) {
.ancho{width:80em;}
}/* 1280px */ 



/* Ajustes para el catálogo dentro del ancho */
#innercontent {
    padding: 1rem 0;
}

#contenido-dinamico {
    width: 100%;
}

/* Corregir altura del contenido para que el footer quede abajo */
#content {
    height: auto !important;
    min-height: 500px;
    overflow: visible;
}

#innercontent {
    height: auto !important;
    min-height: 400px;
    padding-bottom: 2rem;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

/* Asegurar que el footer no quede flotando */
footer {
    clear: both;
    position: relative;
    width: 100%;
}
