/* BOTÕES DAS PÁGINAS DE ENSINO BÁSICO, SUPERIOR E SESI/SENAI */

#a_noticia .botoes_aba1{ /* MINI BOTÕES DA ABA 1 */
list-style:none;
margin:20px 0 0px 12px;
padding:0;
display:block;
height:20px;
font-family:Arial, Helvetica, sans-serif;
}

#a_noticia .botoes_aba1 .botoes{
border-right:#e3e2e0 solid 0px;
float:left;
margin:0;
margin:0 0 0 2px;
padding:0;
border:#FFF solid 1px;
}

#a_noticia .botoes_aba1 .botoes a{
display:block;
background-color:#da3232;
color:#FFF;
text-align:center;
padding:4px 13px 4px 12px;
text-decoration:none;
font-weight:bold;
font-size:11px;
}

#a_noticia .botoes_aba1 .botoes a:hover{
background-color:#b40808;
color:#FFF;
}

/* BOTÃO 2 ----------------------------------------------------*/

#a_noticia .botoes_aba2{ /* MINI BOTÕES DA ABA 2 */
list-style:none;
margin:20px 0 0px 12px;
padding:0;
display:block;
height:20px;
font-family:Arial, Helvetica, sans-serif;
}

#a_noticia .botoes_aba2 .botoes{
border-right:#e3e2e0 solid 0px;
float:left;
margin:0;
margin:0 0 0 2px;
padding:0;
border:#FFF solid 1px;
}

#a_noticia .botoes_aba2 .botoes a{
display:block;
background-color:#3e77d4;
color:#FFF;
text-align:center;
padding:4px 13px 4px 12px;
text-decoration:none;
font-weight:bold;
font-size:11px;
}

#a_noticia .botoes_aba2 .botoes a:hover{
background-color:#1051bc;
color:#FFF;
}

/* BOTÃO 3 ----------------------------------------------------*/

#a_noticia .botoes_aba3{ /* MINI BOTÕES DA ABA 3 */
list-style:none;
margin:20px 0 0px 12px;
padding:0;
display:block;
height:20px;
font-family:Arial, Helvetica, sans-serif;
}

#a_noticia .botoes_aba3 .botoes{
border-right:#e3e2e0 solid 0px;
float:left;
margin:0 0 0 2px;
padding:0;
border:#FFF solid 1px;
}

#a_noticia .botoes_aba3 .botoes a{
display:block;
background-color:#6d9c35;
/*background-color:#83de47;*/
color:#FFF;
text-align:center;
padding:4px 13px 4px 12px;
text-decoration:none;
font-weight:bold;
font-size:11px;
}

#a_noticia .botoes_aba3 .botoes a:hover{
background-color:#4a7d0d;
color:#FFF;
}
