@font-face {
    font-family: 'LatoBlack';
    src: url('fonts/lato-black-webfont.eot');
    src: url('fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-black-webfont.woff') format('woff'),
         url('fonts/lato-black-webfont.ttf') format('truetype'),
         url('fonts/lato-black-webfont.svg#LatoBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato-bold-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

*, html{
    margin: 0 0;
    padding: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
}

html{
    height: 100%;
}

a {
	text-decoration: none;
	color:#000;
}
body{
    margin: 0 0;
    padding: 0 0;
    /*background-image:url(/imagens/teste_background.jpg);
    background-repeat:no-repeat;
    background-position:center;*/
    background-color:#FFF;
    height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/*font-weight: bold;*/
}

#layTopo{
    width:100%;
	height: 48px;
	background-image:url(../imagens/risco_topo.png);
	color:#FFFFFF;
    display: table;
}

/*#layRodape{
    width:100%;
	height: 73px;
	background-color: #F4F4E8;
	color:#FFFFFF;
	margin-top:10px;
    display: table;
}*/

#layMapaSite{
    width:100%;
	height: 215px;
	margin-top: 10px;
	background-image:url(../imagens/risco_mapa_site.png);
    background-repeat:repeat-x;
	color:#FFFFFF;
    display: table;
}

#layMapaSite ul{
	list-style: none; 
	margin-left:10px; 
	font-size:11px; 
	font-weight:normal;
}
#layMapaSite ul li{
	list-style: none; 
	margin-left:10px; 
	font-size:11px; 
	font-weight:normal;
}

#layEndereco{
    width:100%;
	height: 111px;
	background-image:url(../imagens/risco_endereco.png);
    background-repeat:repeat-x;
	color:#FFFFFF;
    display: table;
}

#layCorLink a:visited {
	text-decoration: none;
	color: #098d2d;
}

/*cinza*/
.txtNoticia {
	font-weight: normal;
	color:#6c6c66;
	font-size:11px;
}
/*verde*/
.txtTituloVerde {
	color: #157f1b; 
	font-size:12px;
}
/*verde*/
.txtVerdeGrande {
	color: #157f1b; 
	font-size:14px;
	font-weight: bold;
}
/*verde claro*/
.txtVerdeGrandeClaro {
	color: #9bc280; 
	font-size:14px;
	font-weight: bold;
}
/*verde escuro*/
.txtNoticiaDestaque {
	color: #055f19;
	font-weight: bold;
	font-size:14px;
}
/*verde escuro*/
.txtCabecalhoIndicadores {
	font-family:'LatoBold'; 
	color: #004f1e;
	font-weight:normal;
	font-size:10px;
}
/*verde escuro*/
.txtCorpoIndicadores {
	font-family:'LatoBlack';
	color: #004f1e; 
	font-weight:normal;
	font-size:10px;
}
/*verde escuro*/
.txtTitulo {
	font-size: 15px;
	font-weight: bold;
	color: #055F19;
	height:42px;
	overflow: hidden; 
	overflow-x:hidden; 
	overflow-y:hidden;
}
/*verde escuro*/
.txtVejaMais {
	font-size: 9px;
	font-weight: bold;
	color: #055F19;
	margin-top: 3px;	
}

.verdeEscuroNegrito {
	font-size: 11px;
	color: #055F19;
	font-weight: bold;
}

.verdeEscuro {
	font-size: 11px;
	color: #055F19;
}

.verdeGrande {
	font-size: 38px;
	line-height:38px;
	color: #7b9b8d;
	font-weight: bold;
}

.txtTituloPaineis {
	font-weight: bold;
	color:#000;
	font-size:12px;
	margin-top: 5px;
}

.pretoNormal {
	font-size: 11px;
	color: #000;
}

.pretoNegrito {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.pretoPequeno {
	font-size:10.5px;
}

.pretoMenor {
	font-size:8.5px;
}

.pretoGrande {
	font-size:20px;
}

.pretoMaiorNegrito {
	font-size:16px;
	font-weight:bold;
}

.txtTexto {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	height:28px;
	margin-top: 5px;	
	overflow: hidden; 
	overflow-x:hidden; 
	overflow-y:hidden;
}
/*quase preto*/
.txtNoticiasPaineis {
	font-weight: normal;
	color:#313112;
	font-size:12px;
	width: 313px;
	border-top: 1px solid #CFDBC2;
	padding: 3px;
}

/*quase preto*/
.spnNoticiasPaineis {
	font-weight: normal;
	color:#313112;
	font-size:12px;
	
}

/*azul escuro*/
.txtPrevisao {
	font-size: 12px;
	font-weight: bold;
	color: #0d3262;
}
/*laranja*/
.laranjaGrande {
	color: #e34c2d;
	font-size:22px;
}

.vermelhoEscuro {
	color: #840a19;
	font-size:15px;
}

.vermelhoEscuroMaior {
	color: #840a19;
	font-size:18px;
	font-weight:bold;
}

.vermelhoNegrito {
	color: #c5000b;
	font-weight:bold;
}

.brancoMaiorNegrito {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.brancoNormal {
	font-size: 12px;
	color: #fff;
}

.brancoMenor {
	font-size: 11px;
	color: #fff;
}

#txtClipping {
	height: 20px;
	width: 221px;
	font-family: 'LatoBlack';
	font-size: 11px;
	font-weight:normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#btnInscrever, #btnCancelar {
	font-family: 'LatoBlack';
	font-size: 9px;
	font-weight:normal;
	color: #FFF;
}

.botao {  
    font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    background-color: #CCCCCC;    
}

.botao_verde {  
    font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
    background-color: #41833e;   
}

.caixa {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	list-style-position: inside;	
}

.caixa_cinza {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	border: 1px solid #999999;
	list-style-position: inside;	
}

.slides_container {
    width:632px;
    display:none;
}

.slides_container div {
    width:632px;
    height:175px;
    display:block;
}

.suggestionsBox {
	position:absolute;
	background-color:#EBDF96; 
	border: 1px solid #000;
	display: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 100; 
}
	
.suggestionList {
	margin-left: 15px;
	padding: 3px;
}
	
.suggestionList li {
	cursor: pointer;
}
	
.suggestionList li:hover, li:active {
	background-color: #F4F4E8;
}