@charset "utf-8";
/* CSS Document */
body{ background: url("../imagem/bg_layout.png") repeat-x; font: normal 14px Arial; color: #605e5e;  margin:0; }
h1,h2,h3,h4 { font-family:tahoma; font-weight:bold; margin-top:0; margin-bottom:5px; }
h1 { font-size:18px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
h4 { font-size:12px; }

a{ text-decoration:none; color: #275874 }
a:visited{ text-decoration:none; color: #275874 }
a:hover{ text-decoration:none; color: #000; }
a:active{ text-decoration:none; color: #000; }

p { line-height: 19px;}
p.link { font:10px arial; font-weight:bold; color:#333333!important; }
li{ margin-bottom:5px; }
form { margin:0; padding:0; }

.div_loading { z-index: 1000; width: 100%; height: 450%; display:none; position:absolute; background: url('../imagem/util/trans_black.png'); }
.div_loading_login { z-index: 1000; width: 100%; height: 100%; padding-top:279px; display:none; position:absolute; background: url('../imagem/util/trans_black.png'); }
.div_loading_redesocial { z-index: 1000; width: 100%; height: 100%; padding-top:279px; display:none; position:absolute; background: url('../imagem/util/trans_black.png'); }
.div_loading_boleto { z-index: 1000; width: 100%; height: 100%; padding-top:279px; display:none; position:absolute; background: url('../imagem/util/trans_black.png'); }

.tooltip{ position:absolute; display:none; padding: 10px 30px; background:#275874; color:#FFF; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; font-size:12px; z-index: 1000; }

/************************************** FORMULARIOS *************************************/
fieldset { padding:10px; border:1px solid #ccc !important; margin-bottom:10px; } 
.corpo fiedset {width:100%; } 
fieldset legend{ color: #0E2B3D; font-size:12px; padding: 0 5px; font-weight:bold; } 
fieldset dl { float:left; width:100%; margin:3px; } 
fieldset label {  float:left; width:190px; padding: 0 10px; padding-top:3px; text-align:right; color: #444; } 

input { height:20px; margin:6px 0; border:1px solid #c0c5c7; border-radius: 3px; font: normal 15px Arial; color:#605e5e;}
.iPPequeno{ width:50px; height:34px; padding:0px 10px; background:url("../imagem/bg_input_pp.png") no-repeat; border:0px; float: left;}
.iPequeno{ width:203px; height:34px; padding:0px 10px; background:url("../imagem/bg_input_p.png") no-repeat; border:0px; float: left;}
.iMedio{ width:300px; height:34px; padding:0px 10px; background:url("../imagem/bg_input_m.png") no-repeat; border:0px; float: left;}
.iMedioL{ width:300px; height:34px; padding:0px 25px; background:url("../imagem/bg_input_m.png") no-repeat; border:0px; float: left;}
.iGrande{ width:535px; height:34px; padding:0px 10px; background:url("../imagem/bg_input_g.png") no-repeat; border:0px; float: left;}
.sMedio{ width:203px; height:34px; padding:7px 0px 0px 10px; background:url("../imagem/bg_input_p.png") no-repeat; border:0px; float: left; color:#605e5e }
.tMedio{ width:300px; height:100px; padding:7px 0px 0px 10px; background:url("../imagem/bg_textarea_m.png") no-repeat; border:0px; float: left; color:#605e5e }
.tGrande{ width:535px; height:100px; padding:7px 0px 0px 10px; background:url("../imagem/bg_textarea_g.png") no-repeat; border:0px; float: left; color:#605e5e }
.button { background:#e0e7eb; border:0; border-radius:7px; font:bold 14px Arial; color:#356a84; cursor: pointer; margin: 9px 0 0 0; padding:6px 15px; }
.button:hover { background:#275975; border:0; border-radius: 7px; color:#FFF; }

/**** dimensoes para formulario na div quadroMedio ****/
.quadroMedio fieldset label { width:100px!important;}
.quadroMedio fieldset button{ margin-left:120px!important;}

/****************************************** EPOCA **********************************/
.natal{ background:url(../imagem/epoca/natal.png) no-repeat; width:497px; height:679px; position:absolute; top:0px; z-index:-1000; left:0;  }
.natal_d{ background:url(../imagem/epoca/natal_d.png) no-repeat; width:497px; height:679px; position:absolute; top:0px; z-index:-1000; right:0;  }


/* ********************************************************************************************* */
#geral{ margin:auto; width:1050px; }
#geral_boleto{ margin:auto; text-align: center; width:260px; height:219px; background:url("../imagem/bg_caixa_boleto.png") right no-repeat;}
.mTop{ margin-top:20px; }
.mRight{ margin-right:20px;}
.mBottom{ margin-bottom:20px; }
.mLeft { margin-left:20px; }

/********************************************************** TOPO ****************************************************************/
#topoFixo { float:left!important; width:100%; background: url("../imagem/menu.png") no-repeat top center; }
#topoFixo .central { width:1050px; height:142px; margin:auto; }
#topoFixo .logo { width:230px; height:50px; margin:25px 0 0 10px; float:left; background:url("../imagem/logo_cdt.png") no-repeat; }
#topoFixo .menu { width:800px; height:75px; float:left; }
#topoFixo .menuPrincipal { width:100%; float:left; }


/* MENU TOPO */
ul.menuTopo{ width:750px; margin:20px auto; margin-left: -40px;}
ul.menuTopo li { list-style: none; float:left; }
ul.menuTopo li.ativo a{ padding:5px 10px; font:bold 14px Arial; text-decoration:underline; }
ul.menuTopo li a { font:normal 14px Arial; color:#000; text-decoration:none; padding:5px 10px;}
ul.menuTopo li a:hover { text-decoration:underline; }

ul.menuTopo ul.sub-menu { display: none; position: absolute; padding: 5px 30px 0 0}
ul.menuTopo ul.sub-menu li { text-align: left; }
ul.menuTopo ul.sub-menu li a:hover{ font-weight: bold; }
ul.menuTopo li:hover ul.sub-menu { display: block; }


/* MENU PRINCIAPAL */
#menu{ margin:0 75px 0 0; padding:0 5px 0 0; float: right; }
#menu ul{ list-style:none; }
#menu li{ height:40px; float:left; margin: 0 -12px 0 0; padding: 0px }
#menu li a{ display:block; width:100%; height:100%; }
#menu li a:hover{ z-index:100; position:relative; }
#menu li a span{ display:block; width:100%; height:100%; top:0; }


#programasProjetos{ width:196px; }
#cursos{ width:102px; }
#eventos{ width:112px; }
#noticias{ width:111px; }
#empresasIncubadas{ width:182px; }
#galeriaCDT{ width:122px; }
#cadastro{ width:121px; }

#programasProjetos a { background:url(../imagem/menuprincipal/programas_e_projetos.gif) no-repeat; }
#cursos            a { background:url(../imagem/menuprincipal/cursos.gif) no-repeat; }
#eventos           a { background:url(../imagem/menuprincipal/eventos.gif) no-repeat; }
#noticias          a { background:url(../imagem/menuprincipal/noticias.gif) no-repeat; }
#empresasIncubadas a { background:url(../imagem/menuprincipal/empresas_incubadas.gif) no-repeat; }
#galeriaCDT        a { background:url(../imagem/menuprincipal/galeria_cdt.gif) no-repeat; }
#cadastro          a { background:url(../imagem/menuprincipal/cadastro.gif) no-repeat; }

#programasProjetos  a:hover { background:url(../imagem/menuprincipal/programas_e_projetos_ativo.gif) no-repeat; }
#cursos 		    a:hover { background:url(../imagem/menuprincipal/cursos_ativo.gif) no-repeat; }
#eventos 			a:hover { background:url(../imagem/menuprincipal/eventos_ativo.gif) no-repeat; }
#noticias 			a:hover { background:url(../imagem/menuprincipal/noticias_ativo.gif) no-repeat; }
#empresasIncubadas 	a:hover { background:url(../imagem/menuprincipal/empresas_incubadas_ativo.gif) no-repeat; }
#galeriaCDT 		a:hover { background:url(../imagem/menuprincipal/galeria_cdt_ativo.gif) no-repeat; }
#cadastro 			a:hover { background:url(../imagem/menuprincipal/cadastro_ativo.gif) no-repeat; }

#programasProjetos  .ativo { background:url(../imagem/menuprincipal/programas_e_projetos_ativo.gif) no-repeat; z-index:100; position:relative; }
#cursos 		    .ativo { background:url(../imagem/menuprincipal/cursos_ativo.gif) no-repeat; z-index:100; position:relative; }
#eventos 			.ativo { background:url(../imagem/menuprincipal/eventos_ativo.gif) no-repeat; z-index:100; position:relative; }
#noticias 			.ativo { background:url(../imagem/menuprincipal/noticias_ativo.gif) no-repeat; z-index:100; position:relative; }
#empresasIncubadas 	.ativo { background:url(../imagem/menuprincipal/empresas_incubadas_ativo.gif) no-repeat; z-index:100; position:relative; }
#galeriaCDT 		.ativo { background:url(../imagem/menuprincipal/galeria_cdt_ativo.gif) no-repeat; z-index:100; position:relative; }
#cadastro 			.ativo { background:url(../imagem/menuprincipal/cadastro_ativo.gif) no-repeat; z-index:100; position:relative; }

/* FIM MENU PRINCIAPAL */

/***************************************************** GERAL MEIO CONTEUDO **********************************************************/
#geral .central { float:left; width:1010px; background:url(../../images/application/bk_central.jpg) repeat-y; padding-top:10px; }
#geral .areaBanner { width:1022px; height:313px; background:url("../imagem/inicio/bg_area_banner.png") repeat-x ; z-index:90; margin: -1px 0 0 0}


/*********************************************** SLIDE DE NOTICIAS DAS HOME INTERNAS ************************************************************/
#featured{ width:1022px; height:313px; position:relative; }
#featured ul.ui-tabs-nav{ position:absolute; list-style:none; z-index:2; margin: 0 0 0 6px; padding: 0px}
#featured ul.ui-tabs-nav li{ width:75px; height:70px; margin:4px 4px 5px 4px; background:#e0e7eb; }
#featured ul.ui-tabs-nav li img{ width:76px; height:68px; border:1px solid #FFF; } /* li imagens pequenas */
#featured li.ui-tabs-nav-item a{ display:block; width:78px; height:70px; }
#featured ul.ui-tabs-nav li img:hover{ border:1px solid #000 } /* li imagens pequenas */
#featured ul.ui-tabs-nav li.ui-tabs-selected a{  border:1px solid #000;  }
#featured .ui-tabs-panel{ width:880px; height:283px; float:right; margin:10px 17px; position:relative; }
#featured .ui-tabs-panel img{ width:880px; height:283px; position:relative; } /* imagem grande */
#featured .ui-tabs-hide{ display:none }

#quadroConteudo{ float:left; width:748px; margin:0px; padding:0px; }
#quadroConteudo .quadroMenu{ float:left; width:200px; }
#quadroConteudo .titulo{ margin:10px 0; padding:0px; font: bold 18px Arial; color:#275a76; }
#quadroConteudo .subTitulo{ margin:0px; padding:0px; font: bold 15px Arial; color:#275a76; }
#quadroConteudo .textoPg { width:100%; font:normal 14px Arial; float: left; text-align: justify; line-height: 20px; }


/* CONTEINER SOBRE O CDT */
#quadroSobreCdt { width:350px; float:left; text-align: justify;}


/* CHAMADAS PUBLICAS */
#quadroEdital { width:748px; float:left; line-height: 20px; }
#quadroEdital .edital { width: 100%; margin:0 20px 20px 0; padding:0 0 7px 0; float: left; border-bottom: 1px dashed #898989;}
#quadroEdital .data { font:bold 12px Arial; color:#898989; margin:0 0 5px 0 }
#quadroEdital a { color:#275975; font-weight:bold; text-decoration:none; }
#quadroEdital a:hover { color:#05334c; font-weight:bold; text-decoration:none; }


/* CONTEINER PROGRAMAS E PROJETOS */
#quadroProgramasProjetos { width:748px; float:left; }
#quadroProgramasProjetos .programasProjetos { float:left; width:698px; height:182px; padding:0 15px; background:url("../imagem/inicio/bg_programas_projetos.gif") no-repeat; }
#quadroProgramasProjetos .programasProjetosInf { float:left; width:698px; text-align: justify; margin: 20px 0; padding:0 0 10px 0; border-bottom: 1px dashed #898989; }
#quadroProgramasProjetos .imagem { width:154px; height:134px; margin:0 10px 40px 0; float: left; }

#quadroProgramasProjetos .textoPg { width:100%; font:normal 14px Arial; text-align:justify; color:#000; float: left;  line-height: 20px; }
#quadroProgramasProjetos a { color:#275a76 }
#quadroProgramasProjetos ul.nav{  list-style:none; margin:15px 0 0 -26px; }
#quadroProgramasProjetos ul.nav li a{ width:104px; height:69px;  float:left; margin:4px 4px 5px 4px; }

.scrollable { float:left; width:748px; height:200px; margin:-4px 0 0 -5px; padding:0 0 0 14px; background:url("../imagem/inicio/bg_programas_projetos.png") no-repeat; }
.scrollable .itens { float:left; margin: 14px 0 0 0; }
.scrollable img { float:left; margin:4px 4px 5px; padding:2px; border:1px solid #e0e7eb; cursor:pointer; width:104px; height:69px; -moz-border-radius:4px; -webkit-border-radius:4px; }
.scrollable img:hover { border: 1px solid #333; }

.scrollableMenu { float:left; width:748px; }
.scrollableMenu .itens { float:left; margin: 14px 0px; }
.scrollableMenu img { float:left; cursor:pointer; width:59px; height:68px; opacity: 0.3; margin: 0px 1px; border:0px }
.scrollableMenu img:hover { opacity: 100; }


/* CONTEINER NOTICIAS DA PAGINA INICIAL */
#quadroNoticiasInferior { width:748px; float:left; }
#quadroNoticiasInferior .noticia { width: 227px; float: left; padding: 0 20px 0 0; }
#quadroNoticiasInferior a { color:#605e5e; text-decoration:none; }
#quadroNoticiasInferior a:hover { text-decoration:underline; }
#quadroNoticiasInferior .imagem { margin:0 0 30px 0 }


#quadroNoticias { width:748px; float:left; line-height: 20px; }
#quadroNoticias .noticia { width: 350px; height:150px; margin:0 20px 20px 0; float: left; border-bottom: 1px dashed #898989;}
#quadroNoticias .imagem { width:131px; height:99px; background:url("../imagem/noticias/bg_noticia.png"); float: left; margin: 0 10px 0 0; padding: 4px 0 0 5px }
#quadroNoticias .data { font:bold 12px Arial; color:#898989; margin:0 0 5px 0 }
#quadroNoticias a { color:#275975; font-weight:bold; text-decoration:none; }
#quadroNoticias a:hover { color:#05334c; font-weight:bold; text-decoration:none; }

#quadroNoticias .noticiaDest { width: 350px; height:270px; margin:0 20px 20px 0; float: left; border-bottom: 1px dashed #898989; }
#quadroNoticias .imagemDest { width:346px; height:144px; background:url("../imagem/noticias/bg_noticia_dest.png"); float: left; margin: 0 10px 0 0; padding: 4px 0 0 4px }

#quadroNoticias .noticiaDestaque { margin: 0 0 30px 0 }
#quadroNoticias .noticiaDestaque .imagem { width:728px; height:300px; border:0px; margin: 0 0 10px 0; background:url("../imagem/noticias/bg_noticiax.png"); }


/* CONTEINER CURSOS */
#quadroCursosEventos { width:748px; float:left; line-height: 20px; }
#quadroCursosEventos .imagem { width:60px; height:62px; float: left; margin:6px 15px 0px 0; }
#quadroCursosEventos span { font-weight:bold; color:#000;  }
#quadroCursosEventos a.face { background: transparent;  }
#quadroCursosEventos a:hover.face { background: transparent;  }
#quadroCursosEventos a { background: #e0e7eb; border-radius: 15px; color:#275a76; text-decoration:none; padding:3px 10px; font-weight: bold; }
#quadroCursosEventos a:hover { background: #275975; color:#FFF; }
#quadroCursosEventos .inscrito { background: #275a76; color:#e0e7eb; }


/* GALERIA CDT */
#quadroGaleria { width:748px; float:left; margin: 0 0 0 20px}
#quadroGaleria .texto{ width:385px; float:left; text-align: justify; }
#quadroGaleria .imagem{ width:330px; height:244px; background:url("../imagem/galeriaCDT/bg_img.png"); float:left; padding:26px 0 0 27px; }
#quadroGaleria ul.fotosVideos{ width:100%; list-style:none; margin:0px; padding:0px; }
#quadroGaleria ul.fotosVideos li a{ width:160px; height:120px; float:left; margin:4px 14px 5px 0px; border:5px solid #e2e5e7; opacity: 0.8; }
#quadroGaleria ul.fotosVideos li a:hover{ opacity: 1; }


/* Usuario CDT */
#quadroUsuario { width:748px; float:left; margin: 0 0 0 20px}
#quadroUsuario .quadroUsuario{ width:748px; float:left; }
#quadroUsuario .quadroUsuarioMedio{ width:354px; float:left; }
#quadroUsuario .caixaTexto{ background:#e0e7eb; padding:10px; border-radius: 7px; font: normal 13px Arial; color: #615f5f; }
#quadroUsuario button { background:#e0e7eb; border:0; border-radius:7px; font:bold 14px Arial; color:#356a84; cursor: pointer; margin: 9px 0 0 0; padding:6px 15px; float: left;}
#quadroUsuario button:hover { background:#275975; border:0; border-radius: 7px; color:#FFF; }

#quadroUsuario .iPequeno{ width:203px; height:34px; padding:0px 10px; background:url("../imagem/bg_input_p.png") no-repeat; border:0px; float: left;}
#quadroUsuario .iMedio{ width:300px; height:34px; padding:0px 10px; background:url("../imagem/bg_input_m.png") no-repeat; border:0px; float: left;}
#quadroUsuario .iMedioL{ width:300px; height:34px; padding:0px 25px; background:url("../imagem/bg_input_m.png") no-repeat; border:0px; float: left;}
#quadroUsuario .sMedio{ width:203px; height:34px; padding:7px 0px 0px 10px; background:url("../imagem/bg_input_p.png") no-repeat; border:0px; float: left; color:#605e5e }

.quadroUsuarioMedio span { font-weight:bold; color:#275a76;  }
.quadroUsuarioMedio a { background: #e0e7eb; border-radius: 15px; color:#275a76; text-decoration:none; padding:3px 10px; font-weight: bold; }
.quadroUsuarioMedio a:hover { background: #275975; color:#FFF; }
.quadroUsuarioMedio .inscrito { background: #275a76; color:#e0e7eb; }

fieldset { padding:10px; border:1px solid #ccc; border-radius:7px; margin-bottom:10px; } 
fieldset legend{ color: #0E2B3D; font:bold 14px Arial; padding: 0 5px; } 
fieldset dl { float:left; width:100%; margin:3px; } 
fieldset label {  float:left; width:190px; padding: 15px 10px 0 0; text-align:right; color: #444; } 
fieldset input:focus, fieldset textarea:focus, fieldset select:focus { font-weight:bold; color:#000; } 
fieldset .button{ margin-left:190px;}

#geralAba { float:left; width:100%; }
#menuAbas{
      float: left;
      width: 730px;
      height: 38px;
      border-radius: 15px 15px 0 0; 
      background: #386c91;    
      padding-left: 20px
}
.menuAbas, .menuAbas-sel {
      float: left;
      width: 91px;
      font: 12px verdana;
      cursor: pointer;
      text-align: center;
      font-weight:bold;
}
.menuAbas {
      height: 19px;
      position: relative;
      top: 16px;
      color:#fff;
      padding-top: 4px;
}
.menuAbas-sel { height: 28px; background: url(../imagem/curriculo/ativa.png) no-repeat 0 0; position: relative; top: 11px; color:#666666; padding-top: 10px; }
#conteudoAbas{ float: left; width: 100%; border: solid 1px #EBEBEB; margin-bottom:20px; }
#conteudoAbas p{ font-family: verdana; color: #999999; font-size: 10px; margin: 10px; }

/* Empresas encubadas */
#quadroIncubadora .empresa{ width: 100%; border-bottom: 1px dashed #c0c5c7; float: left;}
#quadroIncubadora .logoempresa{ width:200px; float: left; margin: 0 20px 30px 0; }
#quadroIncubadora p{ width:500px; float: left; }


/* COLUNO DE CONTEUDO */
#colunaConteudo{ float:left; width:260px; }
#colunaConteudo .quadroLogin{ width:260px; height:260px; background:url("../imagem/bg_caixa_login.png") right no-repeat;  }
#colunaConteudo .quadroLogin .titulo{ padding:8px 0 0 20px; font: bold 14px arial; color:#275a76; }
#colunaConteudo .quadroLogin .formLogin { padding:30px 0 0 33px; }
#colunaConteudo .quadroLogin .input{ width:203px; height:34px; padding:0px 25px; background:url("../imagem/bg_input_p.png") no-repeat; border:0px !important; }
#colunaConteudo .quadroLogin p{ margin:4px 0 0 -6px; padding:0; font:normal 14px Arial; line-height: 13px;}
#colunaConteudo .quadroLogin a{ text-decoration: none; color: #666363; font-size: 12px; line-height: 9px; }
#colunaConteudo .quadroLogin a:hover{ text-decoration: none; color: #000; }
#colunaConteudo .quadroLogin button { background:#FFF; border:0; border-radius: 7px; font:bold 14px Arial; color:#356a84; cursor: pointer; margin:0 0 3px 0; padding: 5px; }
#colunaConteudo .quadroLogin button:hover { background:#275975; border:0; border-radius: 7px; color:#FFF; }


#colunaConteudo .tituloNoticias{ margin:20px 0px 10px 10px; font: bold 17px arial; color:#275a76; }
#colunaConteudo .textoNoticias{ margin:0px 0px 10px 10px; font: normal 14px arial; color:#929090; }
#colunaConteudo .quadroNoticia{ float:left; width:260px; height:89px; background:url(../imagem/bg_quadro_noticia.png) no-repeat; line-height: 10px; }
#colunaConteudo .quadroNoticia .data{ width:29px; margin:23px 0 0 0; padding:0 0 0 17px; float:left; font: normal 14px Arial; color:#0E2B3D; }
#colunaConteudo .quadroNoticia .data .dia{ font:bold 22px arial; color:#0E2B3D; margin:0 0 5px -2px; }
#colunaConteudo .quadroNoticia p{ width:195px; float:left;  margin:20px 0 0 12px; }
#colunaConteudo .quadroNoticia a{ color:#275a76; font:normal 14px Arial; text-decoration: none; }
#colunaConteudo .quadroNoticia a:hover{ color:#000; }


/* MENU LATERAL PGS INTERNAS */
ul.menuLateral{ width:230px; padding:10px; margin:0; }
ul.menuLateral li { margin:0 0 10px 0; list-style: none; border-bottom:1px dotted #898989; padding-bottom:3px; }
ul.menuLateral li.titulo { font:bold 18px Arial; color:#275a76; border:0px; }
ul.menuLateral li.ativo a{ font:bold 14px Arial; color:#000 }
ul.menuLateral li a { font:normal 14px Arial; color:#898989; text-decoration:none; }
ul.menuLateral li a:hover{ text-decoration:underline; text-shadow: none}


/* PAGINACAO */
#paginacao {  margin:10px 0; width:748px; float:left; }
#paginacao a{ background: #e0e7eb; color:#0E2B3D; font:13px arial; text-decoration:none; margin:10px 0; padding:3px 5px; border:1px solid #275975 }
#paginacao a:hover{ background:#275975; color:#FFF; text-decoration:none; text-shadow: none }
#paginacao .pgon{ background:#275975; margin:0 5px; font-size:16px; color:#FFF; padding:3px 5px; border:1px solid #0E2B3D }
#paginacao .pgoff{ display:none; }

/***************************************************** INFERIOR RODAPE *************************************************************/
#inferior{ float:left; width:100%; height:200px; margin-top:25px; padding-top:40px; background:url("../imagem/bg_footer.png") repeat-x #e0e7eb; font:normal 12px Arial;}
#inferior .endereco { width:270px; margin:10px 10px 0 0; padding:0px; border-right: 1px dashed #a8a8a8; float: left; line-height: 20px }
#inferior .menu_inferior{ float:left; margin-top:35px; height:162px; } 
#inferior ul{ margin:0;}
#inferior ul.caixaNavegacao{ float:left; width:200px; }
#inferior ul.caixaNavegacao.meio{ margin:0 20px;} 
#inferior ul.caixaNavegacao.mDireita{ margin-right:20px;} 
#inferior ul.caixaNavegacao li { list-style:none; margin-bottom:5px; }
#inferior ul.caixaNavegacao li a:hover { text-decoration:underline; }

