/* 
    Document   : estilo
    Created on : 12/04/2011, 00:19:02
    Author     : Rooke
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

*{
    margin: 0px;
    padding: 0px;
}
body{
    background-image: url('fundo.jpg');
    background-position: top center;
    margin:0;
    padding:0;
    text-align:center; /* hack para o IE */
    height: 100%;
    overflow: auto;
}

img{
    border: 0px;
}

#objetos{
    /*    background-image: url('objetos.png');*/
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.faixa {
    width: 970px;
    margin:0 auto;
    position: relative;
    text-align:left; /* "remédio" para o hack do IE */
}
.corpo_faixa {
    padding: 1px;
}
#home{
    position: relative;
}
#home #titulo{
    background-image: url('titulo_home.png');
    background-repeat: no-repeat;
    margin: 55px 0px 0px 0px;
    width: 970px;
    height: 184px;
}
#home #menu{
    margin: 0px 0px 0px 0px;
    width: 970px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: #fff;
}
#home #menu ul li{
    list-style: none;
    float: left;
    margin-right: 82px;
    /*margin-left: 170px;*/
    text-shadow: 3px 2px 2px #000000;
    cursor: pointer;
}
#inscricao{
    margin: 70px 0px 0px 300px;
    width: 322px;
    height: 330px;
}
#inscricao a{
    display: block;
}

h2{
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 60px;
    color: #fff;
    text-shadow: 3px 2px 2px #000000;
    width: 540px;
    padding-bottom: 100px;
}

h3{
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 24px;
    color: #fff;
    text-shadow: 3px 2px 2px #000000;
}

.texto{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #fff;
    text-shadow: 3px 2px 2px #000000;
}

.texto a{
    color: #FFFFFF;
    text-decoration: underline;
}

.paragrafo{
    margin-top: 30px;
}

#paimenufixo{
    position: absolute;
    top: 25px;
    left: 0px;
    display: none;
}
#menufixo{
    width: 185px;
    top: 25px;
    z-index: 10;
    float: right;
}
#menufixo ul li{
    list-style: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #fff;
    text-shadow: 3px 2px 2px #000000;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
}

/*#administracao{
    margin-top: 500px;
}
#enfermagem {
    margin-top: 500px;
}
#fisica {
    margin-top: 500px;
}
#matematica {
    margin-top: 500px;
}
#pedagogia {
    margin-top: 500px;
}*/

#administracao{
    margin-top: 490px;
}
#enfermagem {
    margin-top: 520px;
}
#fisica {
    margin-top: 540px;
}
#matematica {
    margin-top: 520px;
}
#pedagogia {
    margin-top: 540px;
}

#pailogos{
    bottom: 25px;
    position: absolute;
    right: 50px;
}
#logos{
    background-image: url('logos.png');
    background-repeat: no-repeat;
    width: 180px;
    height: 245px;
    top: 25px;
    z-index: 10;
    float: right;
}
