@charset "UTF-8";

*{
    top: 0px;
}

body{
    background-color: #B0E0E6;
}

#menu{
    background-color: #B0E0E6;
    position:fixed;
    z-index: 0;
    height:35px;
    width: 100%;
}

#menu nav ul{
    background-color: #B0E0E6;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#menu nav ul li{
    display: inline;
}

#geral{
    position: relative;
    z-index: -1;
    top: 35px;
}

#geral-regra{
    position: relative;
    z-index: -1;
    top: 35px;
}

#geral-regra ul{
    list-style:decimal;
}

#identificacao{
    position: relative;
    z-index: -1;
    top: 35px;
    text-align: center;
}

#abertura{
    position: relative;
    z-index: -1;
    top: 35px;
    text-align: left;
}

#formulario{
    position: relative;
    z-index: 0;
    top: 35px;
    text-align: left;
}

#formulario form input{
    background-color: transparent;
}

#txtinfo{
    background-color: transparent;
    resize: none;
}

#sexo-m{
    position: relative;
    left:40px;
}

#sexo-f{
    position: relative;
    left:40px;
}

#botao td{
    position: relative;
    left:262px;
}

#ancora{
    background-color: #B0E0E6;
    position: fixed;
    width: 100%;
    z-index: 0;
    top: 35px;
}

#texto-ancora{
    position:relative;
    width: 35%;
    z-index: -1;
    top: 205px;
}

#ancora nav ul{
    color: #0000FF;
    font-size: 16px;
    font-weight: bold;
    font-family: Tahoma;
}

#ancora nav ul{
    list-style: none;
}

#relatorio{
    position: relative;
    z-index: -1;
    top: 35px;
}

#texto-aux{
    color: #000000;
    font-size: 12px;
    font-family: Tahoma;
}

.link{
    color: #0000FF;
    font-size: 16px;
    font-weight: bold;
    font-family: Tahoma;
}

.titulos{
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma;
    text-align: left;
}

.textos{
    color: #000000;
    font-size: 12px;
    font-family: Tahoma;
}