﻿/* Estructura principal https://stackoverflow.com/a/19723677 */

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    min-height: 100%;
    position: relative;
}

#header {
    padding: 10px;    
    overflow: hidden;
    min-width: 970px;
    color: white;
}

#body {
    padding: 10px;
    padding-bottom: 45px; /* Height of the footer */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px; /* Height of the footer */
    background: #f5f5f5;
}

#footer p {
    color: gray;
    font-size: 12px;
    margin: 0;
    padding: 5px 0 5px 0;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
}



.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: White;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    font-family: Calibri;
    font-size: 12px;
    text-align: left;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    max-height: 150px;
    width: auto;
}   

