

body, html, #page{
    width: 100%;
    margin: 0;
    font-family: arial;
    color: black;
    background-color: #464646;
}

#header, #content, #footer{

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

}

#header{

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

}

#header h1{
    color: #ffffff;
}

#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%;
}

.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;
}



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;
}

#divMenu {
    height: 30px;
}
#contenido {
    margin-top: 20px;
    width: 100%;
    background-color: #f1f1f1;
    overflow: hidden;
    padding: 30px 0;
    min-height: 650px;
}