/* PADRÕES */
html, body, button, div, input, select, td, fieldset {
		font: normal 11px Verdana;
}

body {
	text-align: center;
	margin: 0px;
	background: #faf8cd;
}

a {
	font: bold 11px verdana;
	color: #0058ab;
	text-decoration: none;
}
a:hover {
	color: #da251c;
	text-decoration: underline;
}

a img {
	border: 1px solid #0058ab;
}
a:hover img {
	border: 1px solid #da251c;
}

a .imagem {
	border: 0px solid #FFFFFF;
}
a:hover .imagem {
	border: 0px solid #FFFFFF;
}

a .imagem {
	border: 0px solid #FFFFFF;
}
a:hover .imagem {
	border: 0px solid #FFFFFF;
}

hr {
	color: #EEEEEE;
	height: 1px;
}

.lista {
	font-size: 12px;
	line-height: 2em;
}

/* ESTILOS VARIADOS */
.titulo {
		font: bold 13px Arial;
		color: #0058ab;
        width: 100%;
        height: 29px;
		display: table;
        line-height: 29px;
        padding-left: 35px;                 
        background-image: url(images/tit_main.jpg);
}

.subtitulo {
		font: bold 12px Arial;
		color: #0058ab;
		display: block;
        width: 100%;
        border-bottom: solid 1px #0058ab;
}

.titulo_esq {
		font: bold 12px Arial;
		color: #da251c;
		text-align: left;
		display: block;
        width: 166px;
        height: 29px;
        line-height: 29px;
        padding-left: 35px;                 
        background-image: url(images/tit_dir.jpg);
}

.titulo_dir {
		font: bold 12px Arial;
		color: #da251c;
		text-align: left;
		display: block;
        width: 166px;
        height: 29px;
        line-height: 29px;
        padding-left: 35px;                 
        background-image: url(images/tit_dir.jpg);
}
.mini {
		font: normal 10px Verdana;
}

.marrom {
        color: #0058ab;
}

.azul {
        color: #0058ab;
}

.vermelho {
        color: #da251c;
}

.niver {
        font-weight: bold;
        color: #824828;
}

/* BORDAS DE IMAGENS */
.borda_branca {
	border: 1px solid #FFFFFF;
}

.borda_preta {
	border: 1px solid #000000;
}

.borda_azul {
    border: 1px solid #0058ab;
}

/* DIVISÕES ESPECIAIS */
#site {
	width: 780px;                               
	text-align:left;
	margin: 0px auto;
	padding: 0px;
	background: #faf8cd;
}

#rodape {
	text-align: center;
	width: 780px;
    background-image: url(images/rodape_bg.jpg);
    color: #3a826e;
	font-weight: normal;
	height: 40px;
	border: 1px solid #ceb80f;  
}
#rodape a {
    font: bold 9px verdana;
    color: #FFFFFF;
    text-decoration: none;
}
#rodape a:hover {
    color: #FDE000;
    text-decoration: underline;
}

.lateral_esq {
    background: #faf8cd url(images/galeria_bg.jpg);
}

.lateral_dir {
    background: #faf8cd url(images/galeria_bg.jpg);
}

.boxlat {
    /*background: #FCEAD3;  
    border: 1px dashed #F3CDA2;*/
}

.galeria_item {
    /*background: #EFEFEF;  
    border: 1px solid #CCCCCC;
    width: 100px;
    height: 100px;
    padding: 2px;*/
}

/* MENU */
.opt_menu {
	width: 166px;
	height: 21px;
    overflow: hidden;
    display: block;
    padding-left: 5px;
	font: bold 11px Arial;
	color: #184d3e;
	line-height: 21px;
	border-left: solid 10px #3a826e;
    background: #FFFFFF url(images/menu_bg.jpg);
	text-decoration: none;
}

.opt_menu:hover {
	color: #f7d223;
	border-left: solid 10px #f7d223;
	text-decoration: none;
}

.opt_sub {
	width: 166px;
	height: 21px;
    overflow: hidden;
    display: block;
    padding-left: 15px;
	font: bold 11px Arial;
	color: #f7d223;
	line-height: 21px;
	border-left: solid 10px #f7d223;
    background: #FFFFFF url(images/menu_bg.jpg);
	text-decoration: none;
}

.opt_sub:hover {
	color: #fe2c22;
	border-left: solid 10px #fe2c22;
	text-decoration: none;
} 

/* TABELAS */
.tab_leis tr {
    background-color: #FEF7EE;
}
.tab_leis td {
    border-bottom: 1px solid #AD6D49;
    border-right: 1px solid #AD6D49;
}

.tab_leis td a {
    font: normal 11px verdana;
    color: #000000;
    text-decoration: none;
}
.tab_leis td a:hover {
    color: #000000;
    text-decoration: underline;
}

/* ALERTA */
#alerta {
	text-align: center;
	margin: 10px;
	padding: 10px;
	background-color: #FFCC00;
	border: 1px solid #0278AA;
}

/* FORMULÁRIOS */
.xbotao {
	background-color: #d8baf7;
	border: 1px solid #b491d7;
	color: #ffffff;
	font-weight: bold;
}

.input {
	border: 1px solid #0058ab;
	height: 17px;
}

/* CALENDÁRIO */
.dia_a {
    width: 20px;
    padding: 2px 0px;
    background-color: #0058ab;
    border: 1px solid #FFFFFF;
    text-align: center;
    font: bold 11px verdana;
    color: #FFFFFF;
    text-decoration: none;
	display: block;
}
.dia_a:hover {
    background-color: #da251c;
    color: #FFFFFF;
}

.dia {
    width: 20px;
    padding: 2px 0px;
    background-color: #FFFFFF;
    text-align: center;
	display: block;
}