*{
    box-sizing: border-box;
	font-family: "Lucida Console", "Courier New", monospace;
}

div.sticky 
{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 5px;
    background-color: #cae8ca;
    border: 2px solid #4CAF50;
}
div.head1
{
    position: fixed;
    height: 71px;
    top:0;
    left:0px;
    width:100%;
}


div.header
{
   /* 
width:100%;
padding:0.0em;
margin:0;
clear:left;
*/
}

div.btn_volver
{
    position: fixed;
    font-family: "Lucida Console", "Courier New", monospace;
    
    font-size: 5px;
   
    /*position: absolute;*/
    top: 85px;
    left:90%;
}


div.main
{
    font-family: "Lucida Console", "Courier New", monospace;
    position: fixed;
    height: 75%;
    top: 120px;
    left:0px;
    width:100%;
    background: #eee;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    /*scroll-snap-type: y mandatory;*/
}


div.footer
{
    position: fixed;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 8px;
    bottom: 0;
    left:0;
    text-align: right;
    background: #ddd;
    width:100%;
    padding: 0%;
}
div.logout
{
    position: fixed;
    font-family: "Ink Free", "Ink Free", monospace;
    font-size: 40px;
	font-weight:700;
    bottom: 60;
    left:0;
    text-align: right;
    background: #eee;
    width:100%;
    padding: 0%;
}

div.content
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin-right:0px;
position: fixed;
top:0px;
right:10px;
padding:0px;
}

div.content_debug
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin-right:0px;
position: fixed;
top:300px;
right:100px;
padding:0px;
}