/*<-----  ZERANDO PARAMETROS DA PAGINA -------->*/
* {
    margin: auto 0px;
    padding: 0px;
    list-style: none;
    vertical-align: baseline;
}

html {
    padding: 0px;
    margin: auto 0px;
}

body {
    padding: 0px;
    text-align: center; /* hack para o IE */
    margin: auto 0px;
    /*position: relative;*/
    min-width: 950px;
    font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
    font-size: 1.0em;
    background: #FFFFFF;
}

/*<-----  ZERANDO PARAMETROS DA PAGINA -------->*/

h2 {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1.2em;
    color: #C00;
    margin: 5px 0 20px 0;
    margin: 5px 0px 30px 0px;
}

h4 {
    font-size: 100%;
    color: #999999;
    margin: 5px 0 5px 5px;
    text-align: center;
}

ul {
    margin-top: 15px;
}

a:link {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
    text-decoration: underline;
}

a:hover {
    color: black;
    text-decoration: underline;
}

a:active {
    color: black;
    text-decoration: underline;
}

#geral {
    display: inline-block;
    position: relative;
    text-align: left;
    //border: #0b559b 3px solid;
    width: 1000px;
    margin: auto 0px;
}

#conteudo {
    //border: #FFFF33 2px solid;
    /*float: right;*/
    min-width: 775px;
    margin-left: 225px;
    /*padding-right: 25px;*/

}

/* ----------------------------------------------------- MENU ---------------------------------------------- */

#menu {
    //border: deeppink 1px solid;
    float: left;
    position: relative;
    width: 200px;
    height: auto;
}

#menu a {
    display: block;
    text-decoration: none;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #E9E9E9;
    font-size: 0.8em;
}

#menu a:link {
    display: block;
    text-decoration: none;
    color: #666666;
    border-left: 1px solid #CCC;
}

#menu a:visited {
    display: block;
    text-decoration: none;
    color: #666666;
    border-left: 1px solid #CCC;
}

#menu a:hover {
    display: block;
    text-decoration: none;
    color: white;
    background-color: #004f71;
    border-left: 2px solid #004f71;
    -moz-border-radius: 0px 15px 15px 0px;
    border-radius: 0px 15px 15px 0px;
}

#menu a:active {
    display: block;
    text-decoration: underline;
    color: white;
    background-color: #009f9b;
    border-left: 2px solid #004f71;
    -moz-border-radius: 0px 15px 15px 0px;
    border-radius: 0px 15px 15px 0px;
}

.titmenu {
    font-size: 1.0em;
    PADDING: 5px 5px 5px 10px;
    COLOR: #ffffff;
    background-color: #009f9b;
    -moz-border-radius: 0px 15px 15px 0px;
    border-radius: 0px 15px 15px 0px;
}

.margesq {
    margin-left: 10px;
}

/* ----- FORM ----- */

.logofmusp {
    margin-bottom: 50px;
    text-align: center;
}

form {
    width: 200px;
    height: 100px;
    font-size: 13px;
    background-color: #CCC;
    padding: 5px 0px 5px 5px;
    -moz-border-radius: 0px 15px 15px 0px;
    border-radius: 0px 15px 15px 0px;
}

legend {
    width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

label {
    float: left;
    width: 50px;

}

input {
    border: 1px solid #999;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 2px;
}

.ok {
    font-family: Trebuchet MS;
    background-color: #666;
    color: #ccc;
    font-size: 10px;
    margin: 2px 0px 0px 10px;
    /*border: 2px outside #999;*/
    cursor: pointer;
}

.login {
    margin: 5px;
}

#conteudocentral {
    float: left;
    width: 520px;
    border: 1px solid #cccccc;
    margin-top: 20px;
}

#logos {
    width: 150px;
    float: right;
    text-align: center;
}

#logo {
    margin: 20px 0px 20px 0px;
}

#cabecalho2 {
    display: inline-block;
    position: relative;
}

#cabecalho2 figcaption {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 40px;
    color: white;
    text-shadow: 5px 0px 5px black;
    text-align: right;
}

#rodape2 {
    display: inline-block;
    position: relative;
}

#rodape2 figcaption {
    position: absolute;
    top: 50px;
    margin-left: 150px;
    font-size: 15px;
    color: white;
    text-align: center;
}

#rodape2 img {
    margin-top: 5px;
    margin-left: 0px;
    width: 1000px;
    height: 70px;
    border: #942a25 1px solid;
}

#rodape2 a {
    color: white;
}