@charset "utf-8";
/* CSS Document */

body { background:url(template/fundo.jpg) repeat-x;
	   background-color:#f3f3f2;
	   margin: 0px 0px 0px 0px;
	   text-align:center;
	  }

#tudo {width: 1004px;
	   height:auto;
	   margin-left:auto;
	   margin-right:auto;
	   margin-top: -15px;
	   }
	   
#animacao{width:964px;
		  height: 233px;
  		  margin-left:auto;
		  margin-right:auto;
		  margin-top: 15px;
		  background:#FFFFFF;}
		  
#menu {width:1004px;
	   height:47px;
	   margin-top: 0px;}
		
		#menu ul {list-style: none;
       			   margin:0;
				   padding:0;
					 }
				
		#menu ul li {width:142px;
				 	 height:46px;
					 margin: 0px 0px 0px 0px;
					 float:left;
					 margin-left: 48px;
					 font-family:Arial, Helvetica, sans-serif;
					 font-size:12px;
					 color:#000000;
					 text-decoration:none;
					 font-weight:bold;
					 display: block;
					 line-height:46px;
					 border-left: 1px #666666 solid;
					 border-right: 1px #666666 solid;
					 }

		#menu ul li a {display: block;
					   width:142px;
					   vertical-align: middle;
					   color:#FFFFFF;
					   text-decoration:none;
					   text-align:center;
					   background:#006699;			   
					   }
				 
		#menu ul li a:hover { display: block;
 				    		  width:142px;
							  vertical-align: middle;
							  color:#FFFFFF;
							  text-decoration:none;
							  background:#0099FF;	
							  }						  
	
#conteudo{width:964px;
		  height: auto;
  		  margin-left:auto;
		  margin-right:auto;
		  margin-top: 17px;
		  background:#FFFFFF;
		  float:left;
    	  margin-top:0px;
		  margin-left: 20px;
		  }	  
		  
#banner {width:964px;
		 height:212px;
		 background:url(template/banner.jpg);
		 float:left;
		 margin-top: 0px;
		 }
		 
#menu_lateral{width:214px;
			  height:auto;
			  float:left;
			  margin-top:20px;
			  }
			  
			  #menu_lateral_titulo { width:214px;
			  						 height:35px;
									 background:url(template/titulo_menu_lateral.jpg);
									 }
									 
			  #menu_lateral ul {list-style: url(template/list.jpg);
       			   				margin:0;
			    			    padding:0;
								text-align:left;
	    			 			}
				
			 #menu_lateral ul li {
			 		 width:174px;
				 	 height:30px;
					 line-height:30px;
					 margin: 0px 0px 0px 30px;
					 font-family:Arial, Helvetica, sans-serif;
					 font-size:12px;
					 color:#000000;
					 text-decoration:none;
					 }

			 #menu_lateral ul li a {
					   color:#000000;
					   text-decoration:none;
					   text-align:center;
					   }
				 
			 #menu_lateral ul li a:hover { 
							  color:#FF9900;
							  text-decoration:none;
							  }
							  
#conteudo_centro{width:518px;
			     height:auto;
				 float:left;
				 margin-left:25px;
				 margin-top:21px;
				 }
				 
#lado_direito{width:191px;
			  height: auto;
			  float:right;
  			  margin-top:20px;
			  }
			  
#rodape{width:100%;
		background:url(template/fundo_rodape.jpg);
		height:129px;
		clear:both;
		float:left;
		text-align:center;
		}
#rodape_interno{width:964px;
				height:104px;
				margin-left:auto;
	   			margin-right:auto;
				margin-top:0px;
				}
#transparencia{
	width:100%;
	height: 1200px;
	background:#FFFFFF;
	position:absolute;
	filter:alpha(opacity=80);
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index:100;
	top: -100px;
}
#pop_up {
	width:100%;
	height:auto;
	z-index: 200;
	position:absolute;
	text-align:center;
	left: 0px;
	top: 100px;
	}			  
/*------------------------------------------------------------------------
'
'             Textos e links
'
'
'-------------------------------------------------------------------------*/	

.rodape { font-family:Arial, Helvetica, sans-serif;
		  font-size: 12px;
		  color:#000000;
		  text-decoration:none;
		 }
		 
.rodope a:link {text-decoration:none;}
.rodape a:hover {text-decoration:underline;
				 color:#FF6600;}
				 
.rodape_slogan {font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				font-weight:bold;
				color:#FFFFFF;
				}
.rodape_2 { font-family:Arial, Helvetica, sans-serif;
		  font-size: 12px;
		  color:#FFFFFF;
		  text-decoration:none;
		 }
		 
.rodope_2 a:link {text-decoration:none;}
.rodape_2 a:hover {text-decoration:underline;
				 color:#CCCCCC;}
				 
h1 {font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0px;
	margin-bottom:5px;
	color:#0066CC;
	}
h2 {font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	}

.texto {font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		}
.texto a{text-decoration: underline;color:#000000;}
.texto a:hover {color:#FFCC00;}

.imput {border:1px #CCCCCC solid;width:300px;height:25px;line-height:25px;}

