

html{ width: 100%; height: 100%; }
h1,h2,h3,h4,h5,h6,p{margin: 0px;}
a img{
    border: none;
}

a{cursor: pointer;}

.lnkLogo, .lnkLogo img{
    border: none;    
}

body{
    margin: 0px;
    width: 100%;
    height: 100%;  
    overflow: hidden;   
}



#contenedor{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: auto;        
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;    
} 
#contenedor.oculto{visibility: hidden;}

#contenedor.estilo_predeterminado_soberbio.modo_menu_2{ overflow:hidden; }

.overflow-y{
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
