/*
Layout: Cmara Municipal dos Vereadores de Rio Novo - MG
Autor: Mauro Clio Rodrigues (32) 9934-3174
*/

/*  -------------------------------
Importando arquivo para zerar o css
---------------------------------- */
@import "reset.css";


body {
	margin: 0;
	padding: 0;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color:  #e4e4e4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 135%;

}

.botao_pesquisa {
	border: 3px solid #600;
	background-color: #f90;
	width: 500px;
	height: 30px;
	
}
/* -------------
Links do Site 
-------------- */

a:link {
	color: #059679;
	text-decoration: none;
}

a:visited	{
	color: #059679;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}

/** Ajustar Site ao centro da Tela **/

#alinha{
	width: 900px;
	height: auto;
	margin: 10px auto;
}

#conteudo {
	width: 880px;
	height: auto;
	margin: 10px auto;
	padding: 10px;
	background: #fff;
	float: left;
}


/*---------------------
 Topo do Site 
 ---------------------*/
#header{
	width: 100%;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}


/* -----------------------------
Menu do Site
----------------------------- */

.menu{
	width: 100%;
	height: 50px;
	background: #333;
	text-align: center;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 65.5% "Arial", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	}
.menu ul{
	width: 900px;
	background:#333333;
	position:relative;
	height:50px;
	list-style:none;
	margin:0 auto;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#333333 url("../images/seperator.gif") bottom right no-repeat;
		color:#fff;
		display:block;
		font-weight:bold;
		text-transform: uppercase;
		line-height:50px;
		margin:0px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 url("../images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('../images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('../images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

/* -----------------------------
Fim Menu do Site
----------------------------- */		



/*----------------------------------------------------
Box de notcias da página inicial 
--------------------------------------------------- */
#chamada-home{
	width: 880px;
	height: 320px;
	float: left;
	margin: 0 0 20px 0;
	background: #46c198;
	background-image:url(../images/bg_chamada_home.jpg);
}

#chamada-home .foto{
	width:570px;
	height: 290px;
	float: right;
	margin: 12px 10px 0 0;
}

#chamada-home .texto{
	width: 260px;
	height: 290px;
	margin: 10px 0 0 10px;
	float: left;
	display: inline;
}

#chamada-home .texto h1{
	width: 260px;
	height: auto;
	margin: 0 0 10px 0;
	font-size: 26px;
	color: #fff;
	line-height: 130%;
}

#chamada-home p a{
   font-size:16px;
	color: #fff;
	line-height: 140%;	
}

#chamada-home p a img{
	border: none;
}

#chamada-home p a:hover{
	background-color: #4A544A;
	padding: 1px 2px;
}

/* ----------------------------
Borda interna nas imagens
------------------------------*/
#chamada-home span {float:left;}
#chamada-home span a {overflow:hidden;float:left;}
#chamada-home span a img{overflow:hidden;float:left;}
#chamada-home span  a:hover{border:5px solid #fff;}
#chamada-home span  a:hover img{margin:-5px;}
/* ----------------------------
Fim Borda interna nas imagens
------------------------------*/

/* --------------------------------
Notícias e boxes na página inicial
---------------------------------- */
#noticias {
   width:280px;
	height: 175px;
	margin:0;
	padding: 45px 10px;
	float: left;
	background-color: #e4e4e4;
	background-image :url(../images/titulo_noticias.jpg);
	background-repeat: no-repeat;
   display: inline;
}


#noticias .chamada-noticia{
	width:290px;
	height: auto;
	float:left;	
}


#noticias .chamada-noticia p a{
	color: #333;
	display: inline;
	margin: 15px 0 35px 0;
}	

#noticias .chamada-noticia p a b{
color: #666;
font-size: 12px;	
font-weight: bold;
margin: -15px 0 0 0;
}

#noticias .chamada-noticia p a:hover{
	color: #fff;
	background: #059679;
	text-decoration: none;
}	

#noticias .chamada-noticia p a span{
	color: #059679;
	font-weight: bold;
	font-size: 16px;
}

#noticias .chamada-noticia p a:hover span{
	color: #fff;
	background: #059679;
	text-decoration: none;
}

#noticias .ultimasnoticias ul { 
   width: 410px;
	height: 120px;
	margin: 50px 0 0 0;
	float: right;
	clear: both;
	display:inline
}

#noticias .ultimasnoticias li a{ 
    width: 410px;
	 height: auto;
	 padding: 5px 0 5px 0;
	 display: inline; 
	 float:right;
	 color: #fff;
    }

#noticias .ultimasnoticias li a:hover{
	color:#333;
	background:transparent;
}

.noticias-arquivo a{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.noticias-arquivo b{
float: left;
margin-right: 7px;
font-size: 18px;
color: #183030;}

.noticias-arquivo a:hover{
	color: #264446;
}

/* Calendário e Áudio */
#agenda{
   width:300px;
	height: 265px;
	margin:0 0 0 15px;
	padding: 0;
	float: left;
	background-color: #f1f1f1;
   display: inline;
}

#agenda p{
	margin: 0;
}
#agenda p a{
	color: #059679;
}

#agenda p a:hover{
	background: #059679;
	color: #fff;
}

#agenda p span{
	font-weight: bold;
	font-size: 18px;
}

#audio{
   width:280px;
	height: 120px;
	margin:0;
	padding: 0px 0 0 0;
	float: left;	
   display: inline;
}


/* Transparência */
#transparencia{
   width: 250px;
	height: 175px;
	margin:0 0 0 15px;
	padding: 0px;
	float: left;
   display: inline;
}

#transparencia p{
	margin: 0
}

/* ----------------------------
Borda interna nas imagens
------------------------------*/
#transparencia span {float:left;}
#transparencia span a {overflow:hidden;float:left;}
#transparencia span a img{overflow:hidden;float:left; border: none;}
#transparencia span  a:hover{border:3px solid #666;}
#transparencia span  a:hover img{margin:-3px;}

#audio span {float:left;}
#audio span a {overflow:hidden;float:left;}
#audio span a img{overflow:hidden;float:left; border: none;}
#audio span  a:hover{border:3px solid #666;}
#audio span  a:hover img{margin:-3px;}
/* ----------------------------
Fim Borda interna nas imagens
------------------------------*/
/* Fala Cidadão */
.falacidadao{
	width: 250px;
	height: 75px;
	margin: 10px 0 0 0;
	float: left;
	display: inline;
	background-image: url(../images/chamada_cidadao.jpg);
}

.falacidadao p{
	width: 175px;
	position: relative;
	top: 28px;
	left: 70px;
	color: #000;
	line-height: 110%;
}

.falacidadao p a{
	float: right;
	border: none;
}

.falacidadao p a:hover{
	background: #059679;
	color: #fff;
}
/*----------------------------------------------------
Fim das Boxes de Notícias e boxes da Página Inicial 
---------------------------------------------------- */

/*04 Boxes Inferiores da Pgina Inicial */

#boxinferiores{
	width:870px;
	height:80px;
	float: left;
	display:inline;
	padding: 25px 0 20px 10px;
	background: #fff;
}

#comissoes b{
	font-size: 20px;
	color: #000;
}

#comissoes a{
	width:180px;
	height:70px;
	margin: 0 30px 0 0;
	padding: 0 10px 0 0;
	float: left;
	display:inline;
	border-right: 1px solid #666;
	list-style: none;
	color: #333;
}

#comissoes a:hover{
  width:180px;
  background:transparent;
  color: #059676;
	padding: 0 10px 0 0;
}


#mesa-diretora b{
	font-size: 20px;
	color: #000;
}

#mesa-diretora a{
	width:180px;
	height:70px;
	margin: 0 30px 0 0;
	padding: 0 10px 0 0;
	float: left;
	display:inline;
	border-right: 1px solid #666;
	list-style: none;
	color: #333;
}

#mesa-diretora a:hover{
  width:180px;
  background:transparent;
  color: #059676;
	padding: 0 10px 0 0;
}

#contas-publicas b{
	font-size: 20px;
	color: #000;
}

#contas-publicas a{
	width:180px;
	height:70px;
	margin: 0 30px 0 0;
	padding: 0 10px 0 0;
	float: left;
	display:inline;
	border-right: 1px solid #666;
	list-style: none;
	color: #333;
}

#contas-publicas a:hover{
  width:180px;
  background:transparent;
  color: #059676;
	padding: 0 10px 0 0;
}

#legislacao b{
	font-size: 20px;
	color: #000;
}

#legislacao a{
	float: left;
	display:inline;
	list-style: none;
	color: #333;
}

#legislacao a:hover{
    background: #059676;
    color: #fff;
  
}

/* Fim 04 Boxes Inferiores da Pgina Inicial */

/*Legislao e Espao do Cidadao */
#dicas{
   width:900px;
	height:120px;
	background: #fff;
	float: left;
	display:inline;
}

#cidadao {
   width:420px;
	height: 90px;
	margin:0 0 0 15px;
	padding: 10px 0 0 0;
	float: left;
	border-top: 4px solid #059676;
	display: inline;
}

#cidadao b{
	font-size: 20px;
	color: #059676;
}

#reuniao {
   width:140px;
	height: 90px;
	margin:0 13px 0 0 ;
	float: right;
	display: inline;
}

#utilidade-publica {
   width:285px;
	height: 90px;
	margin:0 15px 0 0 ;
	padding: 10px 0 0 0;
	float: right;
	border-top: 4px solid #059676;
	display: inline;
}

#utilidade-publica b{
	font-size: 20px;
	color: #059676;
}

#utilidade-publica img{
border: none;
}

/*  -------------------------------
Contedo Interno do Site
---------------------------------- */
#interno {
   width:880px;
	height: auto;
	margin:0;
	padding: 0;
	float: left;
	display: inline;
	background: #fff;
	text-align: justify;
}

#interno .centralizar-titulo{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
   margin: 10px 0 10px 0;
}

#interno img{
	border: none;
}

#interno p{
	margin: 15px 0 15px 0;
}

#interno span{
	width:400px;
	height: 307px;
	float: right;
	margin: 0 0 0 15px;
	display: inline;
}

#interno a:hover {
	border: none;
   padding: 0;
}
#interno h1 {
	width:880px;
	height:auto;
	color: #333;
	font-size: 18px;
	padding: 0 0 15px 0; 
	margin: 0 0 15px 0;
	border-bottom: 3px solid #333;
}

#interno .data{
   margin: -10px 0 0 0;
	font-size: 10px;
	font-weight: bold;
}
#interno .titulo {
	width:870px;
	height:25px;
	color: #059676;
	font-size: 16px;
	font-weight: bold;
	padding: 5px; 
	margin: 10px 0 5px 0;
}


#interno .comissoes {
	width:870px;
	height:auto;
	color: #059676;
	font-size: 16px;
	font-weight: bold;
	float:left;
	margin: 15px 0 7px 0;
}

#interno .cidadao-direita{
	width:300px;
	height:auto;
	float:right;
	text-align: left;
	font-size: 18px;
	line-height: 135%;
	background-image: url(../images/bg_cidadao.jpg);
	background-repeat: no-repeat;
	padding: 200px 0 0 0;
}

#interno .contato-esquerda{
	width:500px;
	height:auto;
	float:left;
}


#interno .contato-direita{
	width:300px;
	height:auto;
	float:right;
	text-align: left;
	font-size: 18px;
	line-height: 135%;
	background-image: url(../images/bg_contato.jpg);
	background-repeat: no-repeat;
	padding: 200px 0 0 0;
}


#interno .tabela-atas{
	padding: 0 0 0 7px;
}

#interno table p{
	color: #333333;
	line-height: 115%;
	padding: 0 20px 0 0;
	margin: 0 0 10px 0;
	text-align: left;
}

#interno table p a{
font-weight: bold;}

#interno table a{
color: #059679
font-weight:bold;
}

#interno table a:hover{
background:#059679;
color: #fff;
}
/*  -------------------------------
Vereadores
---------------------------------- */
#vereador{
width: 170px;
min-height: 450px;
margin: 0 50px 15px 0;
padding: 0;
display:inline;
float: left;
text-align: left;
}

#vereador span{
width: 160px;
height: 240px;
margin: 0 0 7px  0;
float: left;
}

#vereador b{
font-size:16px;
}


/*  -------------------------------
Formulrio de Contatos
---------------------------------- */
#contato {
	margin: 10px 0 0 0;
	font-weight:bold;
	color: #059676;
}

#contato .campoc{
	width: 350px;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 5px
	color: #666;
}

#contato .campom{
	width: 350px;
	height: 200px;
	margin: 0 0 10px 0;
	padding: 5px
	color: #666;
}


#contato .botao_enviar{
	   width: 150px;
		height: 25px;
		margin: 5px 0 0 210px;
		background:transparent;
		border: none;
		text-align: center;
		color: #059676;
		font-weight: bold;
		font-size: 16px;
		cursor: pointer;
	}

/*---------------------------------------
Configurao Pgina de Requerimentos
--------------------------------------- */
#requerimento{
   width: 100%;
	height:auto;
	margin: 0 0 20px 0;
	border-bottom: 1px #059676 dashed;
	float: left;
	
}


/* --------------------------
Formatação Tabela
-------------------------- */
table {
    background:#f1f1f1;
    border:4px solid #eee;
    border-collapse:collapse;
    text-align: left;
}

table, caption {
    margin:auto;
    width:800px;
}


caption {
    color:#003D5F;
    font:700 18px Tahoma, Geneva, sans-serif;
    padding:6px 4px 8px 0px;
    text-transform:uppercase;
}

    caption, thead th, tfoot th {
        text-align:left;
		
    }

    thead th, tfoot th {
        background:#00BBE9;
        font-weight:700;
        padding-top:3px;
    }

    tbody th, tbody td {
        text-align:left;
        vertical-align:top;
    }

        tbody tr:hover {
            background: #e1e1e1;
        }

    tfoot th {
        font:9px Tahoma, "Arial", Verdana, sans-serif;
        text-align:right;
    }

        td, th {
            padding:5px;
        }

        .par {
            background-color:#e5e5e5;
        }

            tbody tr.par:hover {
                background:#F9F9F9;
            }


/*CORES*/
table, thead th, tfoot th, tbody tr:hover, td, th {
	border-color:#fff;
	text-align: left;
}

thead th, tfoot th, tbody tr:hover, tbody tr.par:hover {
    color:#333;	
}



/*  -------------------------------
Rodapé
---------------------------------- */
#rodape { 
width: 100%x;
height: 180px;
background-color:#999;
margin:0;
clear:both;
border-top: 4px solid #333;

}

#rodape .centro {
width:900px;
height: 150px;
margin: 0 auto;
}

#rodape .centro span  { 
width: 400px;
height: auto;
margin: 25px 0 0 0;
padding: 0;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height:135%;
font-weight: normal;
float:left;
color: #000;
}

#rodape .centro span img{
	float: left;
}

#rodape h1 span {
width: 100px;
height: auto;
float: right;
text-align:right;	
padding: 0;
margin: 19px 10px 0 0;
}

#rodape #newsletter{
	width:420px;
	height:135px;
	float: right;
	text-align: left;
	color: #333;
	margin: 15px 0 0 0;
	display: inline;
}

#rodape #newsletter .destaque{
	font-size: 22px;
	margin: 0 0 7px 0;
}


#rodape #newsletter form{
	margin: 10px 0 0 0;
	font-weight:bold;
}

#rodape #newsletter .botao_enviar{
	   width: 120px;
		height: 25px;
		margin: 0 0 0 255px;
		background:transparent;
		border: none;
		text-align: center;
		color: #333;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
		cursor: pointer;
	}

#rodape #newsletter .campo{
	width: 140px;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 5px
	color: #666;
	font-weight: bold;
	border: 2px solid #333;
}
/*  -------------------------------
Fim do CSS 
---------------------------------- */			
