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

body {
	padding: 0;
	margin: 0;
	background: #493049;
}

a img {
	border: none;
}

	#menu {
		width: 100%;
		height: 45px;
		background: url(images/bg_menu.png);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}
	
		#menu #menu_cont {
			width: 870px;
			margin: 2px auto;
		}
		
			#menu #menu_cont a {
				float: right;
				margin-top: 9px;
				margin-left: 65px;
				
				-webkit-transition: all .5s ease-out;
				-moz-transition: all .5s ease-out;
				-o-transition: all .5s ease-out;
				transition: all .5s ease-out;
			}
			
				#menu #menu_cont a:hover {
					opacity: .7;
				}


	#cont_texto {
		padding-top: 75px;
		padding-bottom: 25px;
		width: 875px;
		margin: 0 auto;
	}
	
		#cont_texto #logo {
			
		}
		
		#cont_texto #citacao {
			float: left;
			margin-top: 57px;
		}
		
		#cont_texto .texto {
			float: right;
			width: 560px;
			margin-top: 30px;
		}
		
			#cont_texto .texto p {
				color: #FFF;
				font-size: 16px;
				line-height: 30px;
				padding-left: 12px;
			}
			
	#cont_ficha {
		background: url(images/sep-rosa-laranja.png) top center #75c164 repeat-x;
		padding: 80px 0;
	}
	
		#cont_ficha #center {
			width: 870px;
			margin: 0 auto;
		}
		
			#cont_ficha .coluna {
				width: 420px;
				margin-right: 30px;
				float: left;
			}
			
				#cont_ficha .ultima_coluna {
					margin-right: 0;
				}
			
				#cont_ficha .titulo_img {
					float: left;
				}
				
				#cont_ficha .texto {
					float: right;
					width: 335px;
				}
				
					#cont_ficha .texto p {
						margin: 0 0 20px 0 ;
						padding: 0;
						color: #493049;
					}
					
						#cont_ficha .texto p strong {
							color: #FFF;
						}

	#logos {
		background: url(images/sep-laranja-vermelho.png) top center #493049 repeat-x;
		padding: 40px 0;
		margin: 0;
	}
	
		#logos #logos_cont {
			width: 810px;
			margin: 0 auto;
			text-align: center;
		}

	#rodape {
		padding: 40px 0;
		background: #FFF;
	}
	
		#rodape #rodape_cont {
			width: 702px;
			margin: 0 auto;
		}
		
		#rodape #social {
			color: #574f46;
			text-align: center;
			width: 400px;
			margin: 0 auto;
		}
		
		#rodape .rodape_sep {
			margin: 50px auto;
		}
		
			#assinatura-lab {
				width: 41px;
				height: 11px;
				overflow: hidden;
				display: block;
				background: url(images/logo_lab.png) no-repeat top center;
				text-indent: -100px;
				
				float: right;
				margin-top: 15px;
				
				-webkit-transition: all .5s ease-out;
				-moz-transition: all .5s ease-out;
				-o-transition: all .5s ease-out;
				transition: all .5s ease-out;
			}
			
				#assinatura-lab:hover {
					background-position: bottom center;
				}
		
		#rodape_copyright p {
			color: #6b716f;
			text-align: center;
			padding-top: 10px;
		}