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

#perfil{
	overflow: hidden;
}
	#perfil .voltar,
	#perfil .voltar:hover{
		display: block;
		height: 31px;
		margin-top: 220px;
		padding-right: 20px !important;
		color: #5d5e59;
		text-align: right;
		background: url(../img/voltar_icon.png) no-repeat right bottom !important;
	}
	#perfil .voltar:hover{
		color: #013857 !important;
	}
	
	#perfil #imagem{
		height: 133px;
		overflow: hidden;
		margin-bottom: 30px;
	}
	
	#perfil #menu{
		float: right;
		width: 155px;
	}
		#perfil #menu h2{
			text-transform: uppercase;
			font-family: 'Swis721CnBTBold';
			font-size: 1.2em;
			color: #013857;
		}
		#perfil #menu a{
			display: block;
			line-height: 21px;
			margin-bottom: 1px;
			padding: 0 5px;
			font-family: 'Swis721CnBTBold';
			color: #5d5e59;
			font-size: 0.8em;
			text-decoration: none;
			text-transform: uppercase;
		}
		#perfil #menu a:hover,
		#perfil #menu a:focus,
		#perfil #menu a.active{
			color: white;
			background: #013857;
		}
	
	#perfil #conteudo{
		float: left;
		max-width: 750px;
		line-height: 1.5em;
	}
		#perfil #conteudo h1{
			margin: 0;
			padding: 0 0 15px 0;
			text-transform: uppercase;
			font-family: 'Swis721CnBTBold';
			font-size: 2em;
			color: #013857;
		}
		#perfil #conteudo p{
			margin: 0 0 20px 0;
			padding: 0;
			line-height: 1.5em;
		}
		#perfil #conteudo hr{
			width: 100%;
			height: 1px;
			margin: 0 0 20px 0;
			border: 0;
			background: #C0C0C0;
		}




