* {
     margin : 0;
     padding : 0;
     border : 0;
}

.limpar {
     clear: both;
}

body {
    background-color: #FEDFAB;
	 font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	 color: #333;
}

#site {
    background: #FFF url(http://www.setanet.com.br/img/back.gif) top center repeat-y;
    position:relative;
    width:768px;
    margin:0 auto;
    border-right: 6px solid #FFD38A;
    border-left: 6px solid #FFD38A;
    text-align: left;
}

#topo {
     border-top: 4px solid #BC5E0B;
     width: 768px;
     height: 203px;
     background : #DFDFDF url(../img/topo_princ.jpg) top left no-repeat;
}

h1 {
     display: none;
}

#naveg {
     float: left;
     height: 24px; 
     margin-bottom: 10px;
     clear: both;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#naveg ul {
     float: left;
     margin: 5px;
     display: inline;
}

#naveg li {
     display: inline;
}

#naveg li a {
     padding: 5px 8px;
     color: #fff;
     text-decoration: none;
}

#naveg li a:hover {
    color: #663300;
}

#noticias {
     float: left;
    width: 180px;
    background: #FDF4E3 url(http://www.setanet.com.br/img/degrade.gif) top left repeat-x;
}

#noticias p {
     margin: 0 5px 8px 8px;
     font-size: 10px;
}

#noticias p a {
     text-decoration: none;
     color: #333;
}

#noticias p a:hover {
     text-decoration: underline;
}

#noticias h2#noticias_tit {
    background: transparent url(http://www.setanet.com.br/img/noticias_tit.gif) top left no-repeat;
    width: 76px;
    height: 22px;
    text-indent: -99999px;
    margin-top: 10px;
    margin-bottom: 8px !important;
    margin-bottom: 0;
}

#noticias h3 {
    font-size: 12px;
     margin: 0 0px 20px 15px;
     color: #E77919;
}

#resolucoes {
     float: right;
     width: 670px;
}
#chamadas {
     float: right;
     width: 573px;
     position: relative;
}

#site #chamadas #chamada-princ {
    position: absolute;
    top: 20px;
    right: 20px;
}

#site p {
     margin: 0 18px 15px 18px;
     line-height: 1.5em;
}

#site p a {
     text-decoration: none;
     color: #333;
}

#site p a:hover {
     text-decoration: underline;
}

#conteudo {
     float: left;
     background-color: #FFF;
}

#conteudo ul {
     margin: 0 0 0 30px;
}

#conteudo li {
     line-height: 2.0em;
}

#conteudo li a {
     color: #333;
     text-decoration: none;
}

#conteudo li a:hover {
     text-decoration: underline;
}

#conteudo #esquerda, #conteudo #direita  {
	width: 340px !important;
	width: 330px;
	padding: 5px;
	background-color: #ddeff9;		
}

#chamadas h3,#conteudo h3  {
	margin-bottom: 10px;
	margin-left: 15px;
    font-size: 14px;
    font-weight: bold;
	font-size: 14px;
    color: #9C272A;
}

#conteudo #esquerda {
	float: left;
	margin-left: 20px;
}

#conteudo #direita {
	float: right;
	margin-right: 20px;	
}

#conteudo p.link {
	padding: 5px;
	background-color: #f8f5a4;
}

#conteudo span.pequeno {
    font-size: 10px;
}

#conteudo p.italico-dir {
    text-align: right;
    font-size: 10px;
    font-style: italic;
}

#conteudo table {
    width: 95%;
    margin: 10px auto;
}

#conteudo table#agenda td {
    font-size: 10px;
    padding: 5px;
    border: 1px solid #000;
    line-height: 1.5em;
}


#conteudo table#agenda td.tabela-azul {
    background: #0093DD;
    color: #FFF;
    font-weight: bold; 	
}

/* Rodapé */
#rodape {
    background: transparent url(http://www.setanet.com.br/img/rodape.gif) top left no-repeat;
    width: 780px;
    height: 38px;
    margin: auto;
    font-size:10px;
}
#rodape #copy p {
    padding-top: 3px;
    padding-left: 10px;
}
#copy {
    width: 500px;
    float: left;
    color: #EEB960;
}
#linksrodape {
    float: right;
    width: 260px;
    margin-top: 10px;
}
#rodape #linksrodape ul {
    display: inline;
}
#rodape #linksrodape li {
    list-style-type: none;
    display: inline;
    padding: 0 15px;
}
#rodape #linksrodape li a {
    color: #D58A0D;
    text-decoration: none;
}
#rodape #linksrodape li a:hover {
    color: #930;
    text-decoration: underline;
}

/* Títulos */

 h2 {
     margin-left: 15px;
     margin-bottom: 15px;
}

#site h2#vestibular_tit {
    background: transparent url(../img/tit_vest.gif) top left no-repeat;
    width: 137px;
    height: 29px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#biblioteca_tit {
    background: transparent url(../img/tit_biblio.gif) top left no-repeat;
    width: 137px;
    height: 29px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#calendario_tit {
    background: transparent url(../img/tit_c.gif) top left no-repeat;
    width: 141px;
    height: 29px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#dicas_tit {
    background: transparent url(../img/tit_dicas.gif) top left no-repeat;
    width: 76px;
    height: 29px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#dicascomp_tit {
    background: transparent url(../img/tit_dicascomp.gif) top left no-repeat;
    width: 362px;
    height: 33px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#extremos_tit {
    background: transparent url(../img/tit_extremos.gif) top left no-repeat;
    width: 259px;
    height: 29px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#turbinando_tit {
    background: transparent url(../img/tit_turb.gif) top left no-repeat;
    width: 314px;
    height: 29px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#estudando_tit {
    background: transparent url(../img/tit_estudando.gif) top left no-repeat;
    width: 269px;
    height: 29px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#org_tit {
    background: transparent url(../img/tit_org.gif) top left no-repeat;
    width: 330px;
    height: 39px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#tempop_tit {
    background: transparent url(../img/tit_tempop.gif) top left no-repeat;
    width: 480px;
    height: 33px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#alim_tit {
    background: transparent url(../img/tit_alim.gif) top left no-repeat;
    width: 611px;
    height: 39px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#turbinando_tit {
    background: transparent url(../img/tit_turbinando.gif) top left no-repeat;
    width: 318px;
    height: 29px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#est_tit {
    background: transparent url(../img/tit_est.gif) top left no-repeat;
    width: 569px;
    height: 29px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#chute_tit {
    background: transparent url(../img/tit_chute.gif) top left no-repeat;
    width: 556px;
    height: 33px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#stress_tit {
    background: transparent url(../img/tit_stress.gif) top left no-repeat;
    width: 330px;
    height: 28px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#dez_tit {
    background: transparent url(../img/tit_10.gif) top left no-repeat;
    width: 540px;
    height: 29px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#links_tit {
    background: transparent url(../img/tit_links.gif) top left no-repeat;
    width: 74px;
    height: 27px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#linksf_tit {
    background: transparent url(../img/tit_linksf.gif) top left no-repeat;
    width: 286px;
    height: 33px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#redacoes_tit {
    background: transparent url(../img/tit_redacoes.gif) top left no-repeat;
    width: 286px;
    height: 33px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#dicasr_tit {
    background: transparent url(../img/tit_dicasr.gif) top left no-repeat;
    width: 251px;
    height: 29px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#resumos_tit {
    background: transparent url(../img/tit_resumos.gif) top left no-repeat;
    width: 128px;
    height: 28px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#resumosl_tit {
    background: transparent url(../img/tit_resumosl.gif) top left no-repeat;
    width: 264px;
    height: 29px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#escolasl_tit {
    background: transparent url(../img/tit_escolasl.gif) top left no-repeat;
    width: 267px;
    height: 29px;
    text-indent: -99999px;
    margin-top: 10px;
}

#site h2#biog_tit {
    background: transparent url(../img/tit_biog.gif) top left no-repeat;
    width: 295px;
    height: 39px;
    text-indent: -99999px;
    margin-top: 10px;
}

