@charset "utf-8";


/************************************************************
	1 - ESTILOS GLOBAIS
************************************************************/


html,body {
	height: 100%;
	font-size: 100%;/* IE hack */
}
	
body {
	margin:0;
	padding: 0;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	line-height: 1;
}

p {
	margin: 0 0 1em 0;
}

p.semmargem {
	margin: 0;
}

img {

border: 0;

}


/************************************************************
	2 - ESTRUTURA
************************************************************/

.margem {
margin-left: 8px;
margin-right: 8px;
}

#cabecalho_barra {
	background:#3B3B3B none repeat scroll 0 0;
border-bottom:1px solid #4B4B4B;
height:40px;
width:100%;
overflow: auto;
}

#cabecalho {
	width: 100%;
	height: 150px;
	background: #3b3b3b;
	border-bottom: 1px solid #4B4B4B;
}


#menu_barra {
	width: 100%;
	height: 40px;
	background: #ddd;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	overflow: auto;
}


#rodape {
	width: 100%;
	background: #ddd;
	border-top: 1px solid #ccc;
}


.coluna_pequena_cab {
	width: 270px;
	float: left;
}



.coluna_grande_cab {
		width: 580px;
	float: left;
}


.coluna_pequena {
	width: 270px;
	float: left;
	margin-bottom: 60px;
}

.coluna_grande {
		width: 580px;
}

.coluna_grande_indie {
		width: 580px;
	float: left;
	margin-bottom: 60px;
}

.coluna_grande_container {

		width: 599px;
	margin-right: 20px;
	border-right: 1px solid #ddd;
		float: left;
		margin-bottom: 60px;
}

.coluna_pequena_rodape_container {

		width: 289px;
	margin-right: 20px;
	border-right: 1px solid #bbb;
		float: left;
		margin-bottom: 60px;
}

.coluna_pequena_rodape {
	width: 270px;
}


.conteudo {
	margin: 0 auto;
	width: 890px;
	padding: 0;
}

.conteudo_margem {
	padding-top: 60px;
}


.coluna_coluna {
		width: 270px;
		margin-bottom: 14px;
}


.coluna_coluna_pequena {
	width: 82px;
	float: left;
	margin-bottom: 4px;
}

.coluna_coluna_grande {
		width: 176px;
		float: left;
		margin-bottom: 4px;
}

.coluna_coluna_margem {
	margin-right: 12px;
}

.coluna_margem {
	margin-right: 40px;
}



.spacer { 
	clear: both; 
	height: 0px; 
	overflow: hidden;
	float: none;
}



.moldura img {
border: solid 1px #eeeeee;
padding: 7px;
margin-bottom: 10px;
		
}


/************************************************************
	4 - TEXTO
************************************************************/



h1 {
	color: #555;
	font-size: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.0em;
	letter-spacing: -0.07em;
	margin: 0 0 7px 0;
}

.linha {
	border-top: 4px double #ddd;
}

.linha_rodape {
	border-top: 4px double #bbb;
}

.linha_simples {
	border-top: 1px solid #ddd;
	margin: 40px 0 40px 0;
}


h2 {
	color: #555;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 24PX;
		margin: 30px 0 7px 0;
}




h2 a:link, h2 a:visited{
	color: #0088aa;
text-decoration: underline;
}

h2 a:hover, h2 a:active{
color: #555;
text-decoration: underline;
}




h5 {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
}

.margem_baixo{


	margin-bottom: 30px;

}


.margem_cima_barra{


	margin-top: 12px;

}


h3 {
	color: #555;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 15PX;
	margin: 39px 0 20px 0;
}


h4 {
	color: #555;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 15PX;
	margin: 39px 0 20px 0;
}


.margem_texto {
	margin-bottom: 60px;
}



.texto_grande_azul {
	color: #0088aa;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 9px;
}

.texto_grande_vermelho {
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 9px;
}


.texto_grande {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
}



.texto_cab {
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 5px;
}



.texto_cab a:link, .texto_cab a:visited {
		color: #0088aa;
		text-decoration: underline;
		background: none;
		font-weight: bold;
}


.texto_cab a:hover, .texto_cab a:active {
		color: #FFF;
		text-decoration: underline;
		background: none;
}


.texto_menu {
	color: #777;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.0em;
	margin: 0;
}

/*MENU*/

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

ul.menu li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	border-right: 1px solid #4b4b4b;
}

ul.menu li.primeiro {
	border-left: 1px solid #4b4b4b;
}

ul.menu li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 90px 20px 45px 20px;
}

ul.menu li a:hover, ul.menu li.selected {
	background: #333;
}
	


ul.menu li a:hover .texto_menu {
	color: #ffffff;
}

ul.menu li.selected .texto_menu {
	color: #0088aa;
}
/* - - - - - */

.texto_grande a:link, .texto_grande a:visited {
		color: #0088aa;
		text-decoration: underline;
		background: none;
}


.texto_grande a:hover, .texto_grande a:active {
		color: #555;
		text-decoration: underline;
		background: none;
}



.texto_pequeno {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 5px;
}

.texto_pequeno_azul {
	color: #0088aa;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 5px;
}

.texto_pequeno_vermelho {
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 5px;
}


.texto_pequeno a:link, .texto_pequeno a:visited {
		color: #0088aa;
		text-decoration: underline;
		background: none;
		font-weight: bold;
}


.texto_pequeno a:hover, .texto_pequeno a:active {
		color: #555;
		text-decoration: underline;
		background: none;
}

.span_margem {
	margin-left: 10px;
}

.texto_rodape {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 5px;
}

.texto_rodape_data {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 5px;
}


.texto_rodape a:link, .texto_rodape a:visited {
		color: #0088aa;
		text-decoration: underline;
		background: none;
		font-weight: bold;
}


.texto_rodape a:hover, .texto_rodape a:active {
		color: #555;
		text-decoration: underline;
		background: none;
}


/*LISTA EVENTOS*/

ul.eventos {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.eventos li {
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
}

ul.eventos li.last {
	margin: 0;
	padding: 0;
	border: none;
}

ul.eventos li.first {
	border-top: solid 1px #ddd;
	padding-top: 20px;
}


/*LISTA NOTÍCIAS*/

ul.noticias {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.noticias li {
	margin: 0;
	padding: 0;
	border-top: solid 1px #ddd;
}

ul.noticias li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	height: 74px;
	padding-top: 0.5em;
}

ul.noticias li a:hover {
	background: #fafafa;
}
	


ul.noticias li a:hover .texto_grande_data, ul.noticias li a:hover .texto_grande_forte{
	color: #0088aa;
}

/* - - - - - */



/*LISTA PEQUENA*/

ul.lista_pequena {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.lista_pequena li {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
}

ul.lista_pequena li.last {
	border: none;
}

ul.lista_pequena li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	height: 24px;
	padding-top: 0.7em;
}

ul.lista_pequena li a:hover, ul.lista_pequena li.selected {
	background: #fafafa;
}
	

ul.lista_pequena li .texto_pequeno {
	color: #0088aa;
	text-decoration: underline;
	font-weight: bold;
}

ul.lista_pequena li a:hover .texto_pequeno, ul.lista_pequena li.selected .texto_pequeno {
	color: #555;
	text-decoration: underline;
	font-weight: bold;
}



/*LISTA RODAPÉ*/

ul.lista_rodape {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.lista_rodape li {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #bbb;
	overflow: hidden;
}

ul.lista_rodape li.last {
	border: none;
}

ul.lista_rodape li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	height: 24px;
	padding-top: 0.7em;
}

ul.lista_rodape li a:hover {
	background: #ccc;
}
	


ul.lista_rodape li .texto_rodape {
	color: #0088aa;
	text-decoration: underline;
	font-weight: bold;
}

ul.lista_rodape li a:hover .texto_rodape {
	color: #555;
	text-decoration: underline;
	font-weight: bold;
}



/* - - - - - */



/*LISTA COMENTARIOS*/

ul.comentarios {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.comentarios li {
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
}

ul.comentarios li.last {
	margin: 0;
	padding: 0;
	border: none;
}

ul.comentarios li.first {
	border-top: solid 1px #ddd;
	padding-top: 20px;
}


input, select, textarea {
		
	
	background: none;
	border: none;

}

.inputs {
width: 564px;
	padding:0;
	margin-left: 8px;
	margin-top: 8px;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;

}

.inputs_pequeno {
width: 254px;
	padding:0;
	margin-left: 8px;
	margin-top: 6px;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;

}

.input_box {
width: 578px;
height: 30px;
	padding:0;
	border: solid 1px #eee;
	margin-bottom: 20px;

}

.input_box_pequeno {
width: 268px;
height: 22px;
	padding:0;
	border: solid 1px #eee;
	margin-bottom: 20px;

}


.textareas {
width: 564px;
height: 84px;
	padding:0;
	margin-left: 8px;
	margin-top: 8px;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;

}

.textarea_box {
width: 578px;
height: 100px;
	padding:0;
	border: solid 1px #eee;
	margin-bottom: 20px;

}

.botao {
color: #999;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.0em;
width: 580px;
height: 60px;
	padding:0;
	background: #eee;
	border: 1px solid #ddd;
	margin-bottom: 20px;

}


.botao_pequeno {
color: #999;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.0em;
width: 270px;
height: 44px;
	padding:0;
	background: #eee;
	border: 1px solid #ddd;
	margin-bottom: 20px;

}


.capital {
text-transform: uppercase;

}

.vertical {
vertical-align: bottom;
}

.alinhar_direita {
	text-align: right;
}





.class_col_texto {

		width: 170px;
	margin-right: 12px;
		float: left;
}

.class_col_star {

		width: 200px;
		float: left;
}





/*             styles for the star rater                */
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 20px;
		position: relative;
		background: url(../imagens/star_rating.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:20px;
		height: 20px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(../imagens/star_rating.gif) left bottom;
		z-index: 1;
		left: 0px;
		border:none;
	}
	
	
	.star-rating li a.selectedstar{
		background: url(../imagens/star_rating.gif) left bottom;
		z-index: 1;
		left: 0px;
		border:none;
	}
	

	
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:20px;
	}
	.star-rating a.two-stars{
		left:20px;
	}
	.star-rating a.two-stars:hover{
		width: 40px;
	}
	
	
	.star-rating a.three-stars{
		left: 40px;
	}
	
	.star-rating a.three-stars:hover{
		width: 60px;
	}
	
	
	.star-rating a.four-stars{
		left: 60px;
	}	
	.star-rating a.four-stars:hover{
		width: 80px;
	}
	
	.star-rating a.five-stars{
		left: 80px;
	}
	.star-rating a.five-stars:hover{
		width: 100px;
	}
