@charset "utf-8";
/* CSS Document */

body{   background-image:url(../img/bg.jpg);
        background-position:center top;
		background-attachment:fixed;
		
        margin:0 auto;  
  }
.texto{ font-family:Arial;
		font-size:14px;
		color:#FFF;
		text-decoration:none;
}
.titulonoticias {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 36px;
	    font-weight: bolder;
	    color: #FFF;
}
.textonoticias {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 16px;
	    color: #FFF;
}


a{      font-family:Arial;
		font-size:14px;
		color:#FFF;
		text-decoration:none;

}
a:hover{ font-family:Arial;
		 font-size:14px;
		 color:#099;
		 text-decoration:none;

}

.fontemenu a:hover{font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#099;
	text-decoration: none;
	
}
.rodape{ font-family:Arial;
		 font-size:18px;
		 color:#fff;
		 text-decoration:none;
}
.botao{ position:relative; z-index:9999; left:-20px;top:3px; }

.fundo_input{ background-image:url(../img/campo.png); 
 			  background-repeat:no-repeat; 
			  background-position:right top;
 			  position:relative;
			  border-top-width: 1px;
			  border-right-width: 1px;
			  border-bottom-width: 1px;
			  border-left-width: 1px;
			  border-top-style: none;
			  border-right-style: solid;
			  border-bottom-style: solid;
			  border-left-style: none;
			  border-top-color: #F7F7F7;
			  border-right-color: #000033;
			  border-bottom-color: #000033;
			  border-left-color: #F7F7F7;
			  height:30px;
			  width:295px;
			  background-color: transparent;
			  color:#999;
			
 }
.borda{ border-radius:8px;
       -webkit-box-shadow:  5px 5px 20px 0.3px #000;
        box-shadow:  5px 5px 20px 0.3px #000;}
		
::-webkit-scrollbar-button:vertical {height:0px;display:block; background: #333;  }
::-webkit-scrollbar {width: 13px; height:auto; background:#666; }
::-webkit-scrollbar-thumb { background: #789F8F; border-radius:3px 3px 3px 3px; }
::-webkit-scrollbar-thumb:hover { background:#B1BB7A;border: 1px solid  #000; border-radius:3px 3px 3px 3px;}
::-webkit-scrollbar-corner { background: #000; }
.fontemenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.fundo_input_painel{
 			  background-repeat:no-repeat; 
			  background-position:right top;
 			  position:relative;
			  border-top-width: 1px;
			  border-right-width:0px;
			  border-bottom-width: 1px;
			  border-left-width: 1px;
			  border-top-style: none;
			  border-right-style: solid;
			  border-bottom-style: solid;
			  border-left-style: none;
			  border-top-color: #F7F7F7;
			  border-right-color: #000033;
			   border-left-color: #000033;
			  border-bottom-color: #000033;
			  border-left-color: #F7F7F7;
			  height:20px;
			  width:200px;
			  background-color: transparent;
			  color:#333;
			
 }
 .fundo_input_file{
 			  background-repeat:no-repeat; 
			  background-position:right top;
 			  position:relative;
			  border-top-width: 1px;
			  border-right-width:0px;
			  border-bottom-width: 1px;
			  border-left-width: 1px;
			  border-top-style: none;
			  border-right-style: solid;
			  border-bottom-style: solid;
			  border-left-style: none;
			  border-top-color: #F7F7F7;
			  border-right-color: #000033;
			   border-left-color: #000033;
			  border-bottom-color: #000033;
			  border-left-color: #F7F7F7;
			  height:20px;
			  width:200px;
			  background-color: transparent;
			  color:#333;
			
 }
 
 .fundo_area_painel{
 			  background-repeat:no-repeat; 
			  background-position:right top;
 			  position:relative;
			  border-top-width: 1px;
			  border-right-width: 1px;
			  border-bottom-width: 1px;
			  border-left-width: 1px;
			  border-top-style: none;
			  border-right-style: solid;
			  border-bottom-style: solid;
			  border-left-style: none;
			  border-top-color: #F7F7F7;
			  border-right-color: #000033;
			  border-bottom-color: #000033;
			  border-left-color: #F7F7F7;
			  height:80px;
			  width:200px;
			  background-color: transparent;
			  color:#333;
 }

.peb{-webkit-transition: -webkit-filter 1s; }
.peb{-webkit-filter: grayscale(20%) opacity(20%);
	opacity: 20%;
   -moz-opacity: 20%;
   filter:alpha(opacity=20%); }
.peb:hover{-webkit-filter: grayscale(100%) opacity(100%); 
   filter: alpha(opacity=100%);
   -moz-opacity: 100%;
   filter:alpha(opacity=100%); }