/* data atual */
#tabela {border-collapse: collapse;}
#tabela tr td {border:1px solid black; padding: 5px;}

#data-atual {
    width:150px;
    float:left;
    padding:7px 0 0 10px;
    font-family:verdana, tahoma, arial, sans-serif;
    font-size:10px;
    font-weight:normal;
    color:#FFF;
}

/* menu links */


a.btn-agenda {
    width: 184px;
    height: 65px;
    /*background: url(../img/btn_agenda_a.jpg);*/
	background: url(../img/btn-agenda-a.gif);
    display: block;
} a.btn-agenda:hover {
    /*background: url(../img/btn_agenda_b.jpg);*/
	background: url(../img/btn-agenda-b.gif);
}

a.btn-cmeonline {
    width: 184px;
    height: 65px;
    /*background: url(../img/btn_cmeonline_a.jpg);*/
	background: url(../img/btn-meonline-a.gif);
    display: block;
} a.btn-cmeonline:hover {
    /*background: url(../img/btn_cmeonline_b.jpg);*/
	background: url(../img/btn-meonline-b.gif);
}

a.btn-webmail {
    width: 184px;
    height: 65px;
    /*background: url(../img/btn_webmail_a.jpg);*/
	background: url(../img/btn-webmail-a.gif);
    display: block;
} a.btn-webmail:hover {
    /*background: url(../img/btn_webmail_b.jpg);*/
	background: url(../img/btn-webmail-b.gif);
}

a.btnufc {
    width: 184px;
    height: 52px;
    margin-bottom: 2px;
	background: url(../img/btnufc.jpg);
    display: block;
} a.btnufc:hover {
	background: url(../img/btnufc2.jpg);
}
a.btnuece {
    width: 184px;
    height: 52px;
    margin-bottom: 2px;
	background: url(../img/btnuece.jpg);
    display: block;
} a.btnuece:hover {
	background: url(../img/btnuece2.jpg);
}
a.btnunifor {
    width: 184px;
    height: 52px;
    margin-bottom: 2px;
	background: url(../img/btnunifor.jpg);
    display: block;
} a.btnunifor:hover {
	background: url(../img/btnunifor2.jpg);
}
a.btnifce {
    width: 184px;
    height: 52px;
    margin-bottom: 2px;
	background: url(../img/btnifce.jpg);
    display: block;
} a.btnifce:hover {
	background: url(../img/btnifce2.jpg);
}
a.btnsas {
    width: 184px;
    height: 52px;
    margin-bottom: 2px;
	background: url(../img/btnsas.jpg);
    display: block;
} a.btnsas:hover {
	background: url(../img/btnsas2.jpg);
}

/* fotos com lengenda */

.foto {
float: right;
width: 218px;
border: 1px solid #ddd;
text-align: right;
background-color: #f3f3f3;
padding: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.foto img {
margin: 0;
padding: 0;
border: 0 none;
}
.foto p.legenda {
font-size: 95%;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.foto2 {
float: right;
width: 146px;
border: 1px solid #ddd;
text-align: right;
background-color: #f3f3f3;
padding: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.foto2 img {
margin: 0;
padding: 0;
border: 0 none;
}
.foto2 p.legenda {
font-size: 95%;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

/* menu padrão */

#menu-box {
    width: 235px;
    padding: 2px;
    list-style: none;
}
#menu-box > li {
    margin-top: 1px;
    background: #F8F8F8;
}
#menu-box > li > a {
    display: block;
    padding: 4px;
    color: #62626A;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}
#menu-box > li > a:hover {
    background: #DADADC;
    border-left: 5px solid #62626A;
}
#menu-box > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-box .menu-list {
    background: #FFFFFF;
}
#menu-box .menu-list a {
    display: block;
    padding: 5px 8px;
	border-top:1px dotted #F1F1F1;
    background: #FFFFFF;
    color: #31A0F2;
    text-decoration:none;
    outline: none;
}
#menu-box .menu-list a.selec {
    color: #0B6BB5;
    background: #E3F2FD;
    border-left: 5px solid #0B6BB5;
}
#menu-box .menu-list a:hover {
    color: #0B6BB5;
    background: #E3F2FD;
    border-left: 5px solid #0B6BB5;
}


/* menu principal */

#menu-principal {
    width: 780px;
    margin-left: 142px;
    padding: 18px 0 3px 0;
    text-align: right;
}
#menu-principal a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 0 7px 0 7px;
    color: #FFF;
}
#menu-principal a:hover {
    color: #FF0;
}

#conteiner div{
    background: #FFCB05;
    padding: 8px 10px;
    display: none;
}
#conteiner div a{
    text-decoration: none;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 5px;
    color: #333;
}
#conteiner div a:hover {
    background: #FFDD53;
    color: #669;
}
#conteiner div.ensino{
    background: #FFF;
    padding: 0;
	margin:0;
    display: none;
}
#conteiner div.ensino a{
	width: 185px;
    padding: 0;
	margin:0;
	float:left;
}
#conteiner div.acesso{
    background:  #F1F8E8;
    text-align: right;
    padding: 8px;
    display: none;
}
#base {
    background:url(../img/cabecalho-b.jpg);
    padding:0;
    height:12px;
	clear: both;
}





/* menu ensino */

#menu-ensino ul {
    list-style:none;
}
#menu-ensino ul li{
    float:left;
}
#menu-ensino ul li.separa{
    width:0.67em;
}





/* destaques noticias */

#destaques div.noticias {
    width: 458px;
    margin-right: 9px;
    float: left;
}
#destaques div.noticias span.titulo {
    width: 458px;
    height: 37px;
    background: url(../img/destaques-noticias-titulo.jpg);
    float: left;
}
#destaques div.noticias div.conteudo {
    width: 438px;
    background: #D8E1E8 url(../img/destaques-noticias-base.jpg) no-repeat bottom;
    margin-bottom: 9px;
    padding: 10px;
    float: left;
}
#destaques div.noticias div.conteudo img {
    margin:0 8px 4px 0;
    border:1px solid #B8CAD4;
    background:#FFF;
    padding:3px;
    float:left;
}
#destaques div.noticias div.conteudo h2 {
    font-size:15px;
    color:#497BBA;
    padding-bottom:6px;
}





/* destaques eventos */

#destaques div.eventos {
    width: 458px;
    float: left;
}
#destaques div.eventos span.titulo {
    width: 458px;
    height: 37px;
    background: url(../img/destaques-eventos-titulo.jpg);
    float: left;
}
#destaques div.eventos div.conteudo {
    width: 438px;
    background: #FEF1E1 url(../img/destaques-eventos-base.jpg) no-repeat bottom;
    margin-bottom: 9px;
    padding: 10px;
    float: left;
}
#destaques div.eventos div.conteudo img {
    margin:0 8px 4px 0;
    border:1px solid #FFE0C1;
    background:#FFF;
    padding:3px;
    float:left;
}
#destaques div.eventos div.conteudo h2 {
    font-size:15px;
    color:#F68121;
    padding-bottom:6px;
}





/* institucional */

#informes {
    width: 925px;
    margin-top: 7px;
}

#informes .topo-institucional {
    width: 925px;
    height: 72px;
    background: url(../img/institucional-topo.jpg);
}
#informes .topo-educacao {
    width: 925px;
    height: 72px;
    background: url(../img/educacao-topo.jpg);
}
#informes .topo-servicos {
    width: 925px;
    height: 72px;
    background: url(../img/servicos-topo.jpg);
}
#informes .topo-edi {
    width: 925px;
    height: 62px;
    background: url(../img/edi_topo.jpg);
}
#informes .topo-ef1 {
    width: 925px;
    height: 62px;
    background: url(../img/ef1_topo.jpg);
}
#informes .topo-ef2 {
    width: 925px;
    height: 62px;
    background: url(../img/ef2_topo.jpg);
}
#informes .topo-emd {
    width: 925px;
    height: 62px;
    background: url(../img/emd_topo.jpg);
}
#informes .topo-prv {
    width: 925px;
    height: 62px;
    background: url(../img/prv_topo.jpg);
}
#informes .tarja {
    width: 652px;
    height: 15px;
    padding: 5px;
    background: #D6D6D6;
    float: left;
}
#informes .tarja a {
    text-decoration: none;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 5px;
    color: #333;
}
#informes .tarja a:hover {
    color: #999;
}

#informes .conteudo {
    width: 925px;
    float: left;
    background: url(../img/img_conteudo1.jpg);
}
#informes .conteudo-edi {
    width: 925px;
    float: left;
    background: url(../img/img_conteudo2.jpg);
}

#informes .menu {
    width: 237px;
    padding: 13px;
    float: left;
}

#informes .texto {
    width: 608px;
    padding: 25px;
    float: left;
    line-height: 18px;
}
#informes .texto h2 {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #0b6bb5;
    padding-bottom: 16px;
}
#informes .texto h3 {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0b6bb5;
    padding-bottom: 8px;
    padding-top: 8px;
}
#informes .texto h4 {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0b6bb5;
    padding-bottom: 8px;
    padding-top: 8px;
}

#informes .texto a {
    text-decoration: none;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 5px;
    color: #333;
}
#informes .texto a:hover {
    color: #06F;
}



#informes .texto p {
    margin-bottom: 10px;
}
#informes .texto ul {
    padding-left: 20px;
}
#informes .texto ul li{
    padding-bottom: 10px;
}
#informes .texto ul li a {
    text-decoration: none;
    font-family: verdana, tahoma, arial, sans-serif;

    font-size: 11px;
    font-weight: normal;
    padding: 2px 5px;
    color: #333;
}
#informes .texto ul li a:hover {
    
    color: #06F;
}


#informes .texto2 {
    width: 423px;
    padding: 25px;
    float: left;
    line-height: 18px;
}
#informes .texto2 h2 {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #0b6bb5;
    padding-bottom: 16px;
}
#informes .texto2 h3 {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0b6bb5;
    padding-bottom: 8px;
    padding-top: 8px;
}
#informes .texto2 h4 {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0b6bb5;
    padding-bottom: 8px;
    padding-top: 8px;
}

#informes .texto2 a {
    text-decoration: none;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 5px;
    color: #333;
}
#informes .texto2 a:hover {
    color: #669;
}

#informes .texto2 a > img {
    margin:2px 0;
    border:1px solid #FFE0C1;
    background:#FFF;
    padding:3px;
}
#informes .texto2 a:hover > img {
    border:1px solid #0b6bb5;
}
#informes .texto2 p {
    margin-bottom: 10px;
}
#informes .texto2 ul {
    padding-left: 20px;
}
#informes .texto2 ul li{
    padding-bottom: 10px;
}
#informes .texto2 ul li a {
    text-decoration: none;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 5px;
    color: #333;
}
#informes .texto2 ul li a:hover {
    background: #FFDD53;
    color: #669;
}


#informes .links {
    width: 165px;
    float: left;
    padding-left: 5px;
}
#informes .base {
    width: 925px;
    height: 15px;
    margin-bottom: 7px;
    float: left;
    background: url(../img/img_base.jpg);
}





/* educacao */

#educacao {
    width: 925px;
    margin-top: 7px;
}
#educacao .topo {
    width: 925px;
    height: 72px;
    background: url(../img/img_titulo.jpg);
}
#educacao .conteudo {
    width: 925px;
    float: left;
    background: url(../img/img_conteudo1.jpg);
}
#educacao .menu {
    width: 235px;
    padding: 13px;
    float: left;
}

#educacao .texto {
    width: 610px;
    padding: 25px;
    float: left;
    line-height: 18px;
}
#educacao .texto h2 {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #3e732f;
    padding-bottom: 16px;
}
#educacao .texto h3 {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #3e732f;
    padding-bottom: 8px;
    padding-top: 8px;
}
#educacao .texto a > img {
    margin:2px 0;
    border:1px solid #FFE0C1;
    background:#FFF;
    padding:3px;
}
#educacao .texto a:hover > img {
    border:1px solid #3e732f;
}
#educacao .texto p {
    margin-bottom: 10px;
}
#educacao .texto ul {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#educacao .texto ul li a {
    text-decoration: none;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 5px;
    color: #333;
}
#educacao .texto ul li a:hover {
    background: #FFDD53;
    color: #669;
}
#educacao .base {
    width: 925px;
    height: 15px;
    margin-bottom: 7px;
    float: left;
    background: url(../img/img_base.jpg);
}
