@import "internas.css";
@import "table.css";

li{
    list-style:none;
}
img{    /* retira bordas padrões das imagens*/
    border:none;
}
.content ul {
}
	.content ul li {
		list-style: disc !important;
		margin-left: 12px;
		margin: 2px 12px 2px;
	}
.content, p{
    font:11px Arial, Helvetica, sans-serif;
    color:#333;
    text-align:left;
}
p a{
    font:11px Arial, Helvetica, sans-serif;
    color:#333;
    text-align:left;
    text-decoration:none;
}
p a:hover{
    font:11px Arial, Helvetica, sans-serif;
    color:#333;
    text-align:left;
    text-decoration:underline;
}
a{
    font:11px Arial, Helvetica, sans-serif;
    color:#333;
    text-align:left;
    text-decoration:none;
}
a:hover{
    color:#333;
    text-align:left;
    text-decoration:underline;
}

/************************************************************
 * DEFINIÇÕES PARA O CABEÇALHO - PADRÃO EM TODAS AS PÁGINAS *
 ************************************************************/
/*
 * MENU NO TOPO DA PÁGINA
 */
/*
 * FORMULÁRIO DE BUSCA - DEFINIÇÕES
 */
input.buscar{
    background-image:url(../images/layout/busca_bg_form.gif);
    background-repeat:no-repeat;
    background-position:center;
    width:150px;
    height:23px;
    border:0;
    padding-left:30px;
    padding-right:10px;
    padding-top:7px;
    font:11px Arial, Helvetica, sans-serif;
    color:#7f7f7f;
    margin:0;
}
input.submitBusca{
    float:left;
    margin-left:190px;
    margin-top:-42px;
}
.radio{
    margin:25px 0;
    float:left;    
}
.radio input{
    float:left;
    vertical-align:middle;
    margin:0 2px 0;
}
.text .nomeL{
    border:0;
    background:url(../images/layout/form_user_senha.gif) center no-repeat;
    width:85px;
    height:21px;
    font:11px Arial, Helvetica, sans-serif;
    color:#7f7f7f;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    float:left;
    margin:-13px -5px; 0;
}
.loginLabel{
    display:none;
}
.btnLogin{
    margin-top:-21px;
}
/************************************
 * DEFINIÇÕES DA ÁREA DE CONTEÚDO ***
 ************************************/

/*****************************************************************
 * DIV CENTRAL DA HOME - POR CAUSA DA DIVISÓRIA DO BACKGROUND DA *
 * NOTÍCIA E AGENDA, FAREI OUTRA CLASSE PADRÃO PARA AS INTERNAS  *
 *****************************************************************/
.bordaTopHome{    /* BORDA TOP - EXCLUSIVA DA HOME*/
    width:674px;
    height:13px;
    background:url(../images/layout/borda_top_home.png) center top no-repeat;
    float:left;
}
.conteudoHome{    /*    DIV DO CONTEUDO - EXCLUSIVO DA HOME*/
    width:644px;
    min-height:200px;
    background:url(../images/layout/bg_home_conteudo.png) center top repeat-y;
    padding-left:20px;
    padding-right:10px;
    float:left;
}
.bordaBottomHome{    /* BORDA BOTTOM - EXCLUSIVA DA HOME*/
    width:674px;
    height:13px;
    background:url(../images/layout/borda_bottom_home.png) center top no-repeat;
    float:left;
    margin-left:1px;
}
/*************************
 * CHAMADA PARA NOTÍCIAS *
 *************************/
.chamadaNot{
    width:364px;
    float:left;
}
.chamadaNot h2{
    float:left;
    margin-right:192px;
}
.chamadaNot span img{
    margin-top:5px;
}
.chamadaNot #notDestaque{
    float:left;
    width:364px;
    height:auto;
    margin-bottom:14px;
}
/*
 * DATA
 */
.data{    /* ESTILO PADRÃO PARA DATAS*/
    margin-right:5px;

}
.data img{
    float:left;
    margin-top:5px;
}
p.fontData{
    float:left;
    font:11px Arial, Helvetica, sans-serif;
    color:#666;
    font-style:italic;
    margin-left:3px;
}
.tituloLaranjaDestaque{    /*    CLASSE (A) PARA OS TÍTULOS DAS NOTÍCIAS*/
    float:left;
    font:12px Arial, Helvetica, sans-serif;
    color:#b2c900;
    font-weight:bold;
    width:100%;
    margin-bottom:3px;
    text-decoration:none;
}
.tituloLaranjaDestaque a{    /*    CLASSE (A) PARA OS TÍTULOS DAS NOTÍCIAS*/
    float:left;
    font:12px Arial, Helvetica, sans-serif;
    color:#b2c900;
    font-weight:bold;
    width:100%;
    margin-bottom:3px;
    text-decoration:none;
}
.tituloLaranjaDestaque a:hover{ /*    CLASSE (A:HOVER) PARA OS TÍTULOS DAS NOTÍCIAS*/
    float:left;
    font:12px Arial, Helvetica, sans-serif;
    color:#b2c900;
    font-weight:bold;
    width:100%;
    margin-bottom:3px;
    text-decoration:underline;
}
/*
 *  PROPRIEDADES PADRÃO PARA AS IMAGENS - NOTÍCIAS, AGENDA 
 *  E PARA AS IMAGENS NA PARTE DE BAIXO DA PÁGINA
 */
.imgLittle1{
    float:left;
    padding:4px;
    border:1px solid #DADADA;
    margin-right:7px;
}
.imgLittle1 img{
	display: block;
}
.resumoN{
    float:left;
    width:74%;
    height:auto;
}
.fontDefault{
    font:11px Arial, Helvetica, sans-serif;
    color:#333;
    text-align:left;
}
.fontDefault a{
    font:11px Arial, Helvetica, sans-serif;
    color:#333;
    text-align:left;
    text-decoration:none;
}
.fontDefault a:hover{
    font:11px Arial, Helvetica, sans-serif;
    color:#333;
    text-align:left;
    text-decoration:underline;
}
.listaN{
    float:left;
}
.lastN{
    width:364px;
    float:left;
    border-top:1px solid #e1e1e1;
    padding-top:15px;
    margin-bottom:5px;
}
.tituloLLittle{
    font:11px Arial, Helvetica, sans-serif;
    color:#b2c900;
    font-weight:bold;
    margin-bottom:3px;
}
.tituloLLittle a{
    font:11px Arial, Helvetica, sans-serif;
    color:#b2c900;
    font-weight:bold;
    text-decoration:none;
}
.tituloLLittle a:hover{
    font:11px Arial, Helvetica, sans-serif;
    color:#b2c900;
    font-weight:bold;
    text-decoration:underline;
}
/************************
 * CHAMADA PARA A AGENDA*
 ************************/
.agendaHome{
    width:249px;
    height:auto;
    float:right;
}
.agendaHome h2{
    float:left;
    margin-right:58px;
    margin-bottom:5px;
}
.agendaHome span img{
    margin-top:5px;
    margin-bottom:5px;
}
.tituloLLittle2{
    font:12px Arial, Helvetica, sans-serif;
    color:#ff9900;
    font-weight:bold;
    margin-bottom:3px;
}
.tituloLLittle2 a{
    font:11px Arial, Helvetica, sans-serif;
    color:#ff9900;
    font-weight:bold;
    text-decoration:none;
}
.tituloLLittle2 a:hover{
    font:11px Arial, Helvetica, sans-serif;
    color:#ff9900;
    font-weight:bold;
    text-decoration:underline;
}
.chamadaAgenda{
    float:left;
    width:100%;
    height:auto;
}
.boxAgenda{
    width:100%;
    height:auto;
    float:left;
    border-top:1px solid #e1e1e1;
    padding-top:10px;
    margin-bottom:10px;
}
/**********************
 * CADASTRO NOVIDADES *
 **********************/

.cadNovidades{
    float:left;
    width:653px;
    margin-top:15px;
    margin-left:10px;
    margin-bottom:20px;
}
.cadNovidades h3{
    margin-bottom:10px;
}
.cadastroForm label{
    display:none;
}
.select label{
    display:none;
}
.text .one-column{
    border:0;
    background:url(../images/layout/form_one_col.png) center no-repeat;
    width:96px;
    height:21px;
    font:11px Arial, Helvetica, sans-serif;
    color:#7f7f7f;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    float:left;
    margin-left:5px;
}
.select select{
    float:left;
    font:11px Arial, Helvetica, sans-serif;
    color:#7f7f7f;
    border:0;
    background:url(../images/layout/form_select.png) center no-repeat;
    width:152px;
    height:26px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:6px;
    padding-right:8px;
    margin-left:5px
}
#submitCad{
    float:right;
}
/***********************************************
 * DIV DA DIREITA - PADRÃO EM TODAS AS PÁGINAS *
 ***********************************************/
.right h3{
    margin-bottom:5px;
    float:left;
    width:100%;
    height:auto;
}
p.fontDefault2{
    font:11px Arial, Helvetica, sans-serif;
    color:#7f7e7e;
    text-align:left;
    width:100%;
    height:auto;
    float:left;
}
.right small{
    float:left;
    margin-top:5px;
}
.chamadasRight{
    float:left;
    margin-bottom:10px;
    border-top:1px dotted black;
    padding-top:10px;
    width:100%;
    height:auto;
}
.rightFirst{
    border:0;
    width:100%;
    height:auto;
    
}
/***************************************
 * RODAPÉ - PADRÃO EM TODAS AS PÁGINAS *
 ***************************************/













#login-form {
    background: url(../images/layout/img_login_home.gif);
    float: right;
    height: 93px;
    margin-top: 16px;
    padding-left: 5px;
    width: 237px;
}
	#login-form .text input,
	#login-form .password input {
		background: url(../images/layout/form_user_senha.gif);
		border: 0;
		padding: 7px 0 0 10px;
		height: 23px;
		margin: 0;
		width: 90px;
	}
	#login-form .radio {
		margin: 25px 0 6px;
	}
		#login-form .radio input {
			float: none;
			margin: -3px 0 0 8px;
		}
	#login-form label {
		background: none;
		display: inline;
		float: none;
		margin: 0 18px 0 -2px;
		width: auto;
	}
	#login-form input[type=image] {
		margin-left: -4px;
	}

.notice {
    color: #0a0;
    font-weight: bold;
    margin: -4px 0 8px 10px;
}
.error {
    color: #c00;
	margin-top: 12px !important;
}
.nomeSecao {
    text-transform: uppercase;
}
#selos  {
    padding:20px 0;
    height:120px;
}
    #selos li {
        width:175px;
        height:120px;
        padding:30px 0;
        list-style:none;
        float:left;
    }
        #selos li:first-child {
            width:140px;
        }

/*** Menu Superior ***/




