@charset "utf-8";
/**
    ETIQUETAS
*/
html body
{
    /*background-image: url("../img/portada-1.jpg");*/
}
#bodyInterior{}
.pagina{
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}
#cabeza, .cabeza{
    min-height:90px;
}
#principal{
    width:100%;
    min-height:700px;
    padding-top: 1em;
    padding-bottom: 2em;
    box-shadow: 0 .2em .4em rgba(0,0,0,.5) inset;
}
#pie, .pie{
    min-height:200px;
}
#nombreTiendaBox{
    position: relative;
}
#nombreTienda{
    position: absolute;
    top: -80px;
    left: 14%;
    font-size: 3em;
}



















