
body, html, #page{
    width: 100%;
    margin: 0;
    font-family: arial;
    font-size: 11px;
    color: black;
    overflow: hidden;
}

#header, #content, #footer{

    width: 100%;
    margin: 0 auto;
    margin-top: 3%;

}

#header{

    margin: 0;
    overflow: hidden;
    text-align: center;
    padding: 15px;
    background-color: #000000;

}

#header h1{
    color: white;
}

#menu, #data, #menu2{
    float: left;
}

#menu{
    width:15%;
    z-index: 1005;
    position: relative;
}

#menu ul, #menu2 ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu ul li, #menu2 ul li{
    background-color: #649099;
    color: #ffffff;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    padding-left: 8%;
    padding-right: 8%;
}

#menu ul li:hover, #menu2 ul li:hover{
    background-color: #8cb1b8;

}

#menu ul li a, #menu2 ul li a{
    color: #ffffff;
    text-decoration: none;
}

#data{
    width: 70%;
}

#data_content{
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1000;
    position: relative;
}

#menu2{
    width: 15%;
    z-index: 1005;
    position: relative;
}

table{
    width: 100%;
}

td{
    text-align: center;

}

.hidden{
    /*visibility: hidden;*/
    display: none;

}

.half1{
    float: left;
    width: 40%;
}

.half2{
    float: left;
    width: 60%;
}

.texto_individual{
    margin: 1%;
    margin-right: 4%;
    text-align: justify;
}

select {
    width: 90%;
    background: #649099 !important;
    color: #FFFFFF;
    padding: 5px;
    font-size: 13px;
    line-height: 100%;
    border: 1px solid #C1C1C1;
    border-radius: 0;
    height: 30px;
    margin: 0 auto;
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
}

option {
    padding: 10px;
}

#filtros{
    width: 25%;
    position: absolute;
    z-index: 1001;
    top:-96px;
    left: 75%;
    text-align: center;
}

#btnMostrarFiltros, .button {
    background: #1f4087;
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border: none;
}

#btnMostrarFiltros:hover, .button:hover {
    background: #8cb1b8;
    text-decoration: none;
}

.font-size-9{
    font-size: 10px;
}

input{
    width: 100%;

}

textarea{
    width: 100%;
    height: 60px;
}

.marginTopBottom{
    margin-bottom: 1%;
    margin-top: 1%;
}

.appleId{
    width: 20%;
}

.error{
    display: none;
    color: red;
}