@import url("cssreset.css");

a{
    text-decoration: none;
    color: #000000;
}

body{
    font-family: "Lucida Grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    background-color:  #e7e4c2;/*#ADD8E6;*/
    height: 100%;
}

h1{
    color: #373737;
    font-size: 200%;
}

h2{
    color: #373737;
    font-size: 125%;
    margin-bottom: 5px;
    padding-left: 10px;
}

h3{
    color: #373737;
    font-size: 80%;
    margin-bottom: 5px;
    padding-left: 10px;
}

p{
    color: #8D8D8D;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: justify;
    line-height: 1.6em;
    padding-left: 10px;
}

p strong{
    color:#656565;
    font-weight: bolder;
}

.linha{
    border-top:1px solid #EAEAEA;
    clear:both;
    margin: 10px 5px 10px 15px;
}

fieldset{
    border: 1px #656565 solid;
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 60px;
}

label{
    margin-left: 3px;
    font-weight: bold;
}

input[type=text] {
    border-color: #C3C3C3 #C3C3C3 #C3C3C3;
    border-style: solid;
    border-width: 1px;
    height: 20px;
}

select {
    border-color: #C3C3C3 #C3C3C3 #C3C3C3;
    border-style: solid;
    border-width: 1px;
    height: 25px;
    background-color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 1px;
}

input[type=text]:hover{
    background-color: #FFFFCC;
}

input[type=text]:focus{
    background-color: #FFFFCC;
}

#tudo{
    padding: 5px;
    width: 975px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#logo{
    height: 115px;
}

#topo{
    background: url('../imagens/desenho.png') top right no-repeat;
    margin-top: 5px;
}

#topo .ifes{
    padding-left: 20px;
    float: left;
}

#topo .univasf{
    float: left;
    padding-left: 50px;
}

#titulo{
    height: 30px;
    text-align: center;
    padding: 10px 0 15px 0;
    border-bottom: 1px dashed #a2d9f2;
    border-top: 5px solid #a2d9f2;
    margin-bottom: 10px;
}

#corpo{
    text-align: left;
    margin-bottom: 10px;
}

#menu{
    margin-top: 85px;
    height: 30px;
    background-color: #5ebbe6;
    text-align: center;
    line-height: 26px;
}

#menu ul li {
    display: inline-block;
}

#menu li a{ 
    text-align: center;
    padding: 2px 20px 2px 20px;
    display: block;
}

#menu ul li a{
    color: #373737;
}

#menu ul li:hover{
    background-color: #29A1D9;
}

#menu li.selecionado{
    background-color: #a2d9f2;
}

#menu ul li.selecionado:hover{
    background-color: #a2d9f2;
}

#painel{
    padding: 5px;
    float: left;
    width: 29%;
}

#conteudo{
    padding: 5px;
    width: 68%;
    float: right;
}

#conteudo p{
    line-height: 1.2em;
}

#rodape{
    clear: both;
    width: 100%;
    /*
    width: 68%;
    */
    font-family: 'Courier New',Courier,monospace;
    font-size: 10pt;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: 1px dashed #5EBBE6;
}

#rodape img{
    padding-top: 10px;
    float: right;
    margin-right: 15%;
}

#carregando {
    float: right;
    margin-top: 5px;
    background: url(../imagens/carregando.gif) no-repeat;
    width: 100px;
    height: 11px;
    font-size: 11px;
    line-height: 11px;
    padding-left: 25px;
    display: none;
}

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

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

.buttons {
    margin-top: 20px;
    text-align: center;
}

#enviar{
    height: 30px;
    width: 200px;
}

#noscript{
    text-align: center;
    font-size: 10pt;
    line-height: 20px;
    padding-bottom: 2px;
    font-weight: bold;
    opacity: 0.9;
    background-color: #FFFFCC;
    border: 1px solid #FFCC35;
    margin-left: 300px;
    margin-right: 300px;
    padding-left: 50px;
    padding-right: 50px;
    position: absolute;
}

/* BOTOES ESTILIZADOS*/

.buttons button{
    margin:0 0 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family: "Lucida Grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    font-size:90%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:3px 10px 2px 7px; /* Links */
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:3px 10px 2px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:2px 10px 5px 7px; /* IE7 */
}

button:hover{
    background-color:#DADADA;
    border:1px solid #BFBFBF;
    color: #000000
}

table, tr, td{
    border: 1px solid #363636;
}

table{
    width: 80%;
    margin-top: 15px;
}

tr, td{
    border: 1px solid #363636;
    width: auto;
    padding: 5px 15px 5px 15px;
}

.hotel{
    margin-top: 10px;
    padding: 10px;
}

div.hotel img{
    float: left;
    padding: 10px;
}

div.hotel p{
    font-size: 13px;
    padding-left: 10px;
}

div.hotel h3{
    padding-top: 10px;
}
div.hotel span{
    color: red;
    font-size: 20px;
}

#conteudo ul{
    margin: 20px 20px 20px 20px;
}

#conteudo ul.listatexto{
    margin: 20px 20px 20px 60px;
}

#conteudo li{
    font-size: 12px;
    color: #8D8D8D;
    list-style: circle;
    margin-top: 10px;
}

.fotos {
    background-color: #757575;
    padding: 5px;
    width: 650px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.fotos ul { list-style: none; }
.fotos ul li { display: inline; }
.fotos ul img {
    border: 5px solid #3e3e3e;
    border-width: 5px 5px 20px;
}
.fotos ul a:hover img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
    color: #fff;
}
.fotos ul a:hover { color: #fff; }

.fotos h2{
    padding-top: 10px;
    color: #fff;
}

.diaevento{
    font-size: 13px;
    margin-bottom: 50px;
}

.diaevento h2{
    color: #373737;
    font-size: 120%;
    margin-bottom: 5px;
    padding-left: 10px;
    background-color: #979797;
}

.diaevento h3{
    color: #373737;
    font-size: 90%;
    margin-bottom: 20px;
}

.diaevento p{
    padding-left: 40px;
}

.diaevento ul{
    margin: 10px 10px 10px 10px;
}

.diaevento li{
    color: #8D8D8D;
    list-style: circle;
    margin-top: 5px;
    margin-left: 60px;
}
