@charset "utf-8";
/* CSS Document */
body {
background: #FFFFCC url(../../giff/fundo_site.jpg) top left repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.img_001{
	background-image: url('../../giff/fundo001.jpg');
	background-position: left;
	background-repeat: no-repeat;
}
.img_banner{
	background-image: url('../../giff/fundo_banner.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
.img_menu{
	background-image: url('../../giff/fundo_menu.jpg');
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
}
.img_rodape{
	background-image: url('../../giff/fundo_rodape.jpg');
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
}
.img_enquete{
	background-image: url('../../giff/fundo_enquete.jpg');
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
}
.img_recados{
	background-image: url('../../giff/fundo_recados.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
.img_cartao_frente{
	background-image: url('../giff/cartao_frente.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
.img_cartao_verso{
	background-image: url('../giff/cartao_verso.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

.texto_padrao{
	font-family: verdana;
	font-size: 11px;
	font-weight: lighter;
}
.texto_padrao_menor{
	font-family: verdana;
	font-size: 9px;
	font-weight: lighter;
}
.texto_verde_negrito{
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
	color:#006600;
}
.texto_verde_menor{
	font-family: verdana;
	font-size: 9px;
	font-weight: lighter;
	color:#006600;
}
.texto_padrao_branco{
	font-family: verdana;
	font-size: 11px;
	font-weight: lighter;
	color:#FFFFFF;
}
.texto_padrao_branco_menor{
	font-family: verdana;
	font-size: 9px;
	font-weight: lighter;
	color:#FFFFFF;
}
.texto_padrao_negrito {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.campo_texto {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color:#0099FF;
}
.botao_form {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
	background-color:#3333FF;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color:#FFCC00;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}	
.form_system {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	border: 1px solid #006600;
}
.not_data {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #F97C00;
}
.not_tit {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: justify;
}
.not_texto {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.top_noticia{
	background-image: url(../../giff/top_not.jpg);
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
}
.rod_not {
	background-image: url(../../giff/rod_not.jpg);
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
}
.meio_not {
	background-image: url(../../giff/meio_not.jpg);
	background-position: center;
	background-position: center center;
	background-repeat: repeat-y;
}
.not_titrel {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-align: justify;
}
.not_titmenor {
	font-family: verdana;
	font-size: 9px;
	font-weight: lighter;
}
.top_gal{
	background-image: url(../../giff/top_galeria.jpg);
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
}
.rod_gal {
	background-image: url(../../giff/rod_gal.jpg);
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
}
.meio_gal {
	background-image: url(../../giff/meio_gal.jpg);
	background-position: center;
	background-position: center center;
	background-repeat: repeat-y;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{
	background-image: url(../../giff/overlay.png);
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../../giff/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../giff/overlay.png", sizingMethod="scale");
	}