@charset "iso-8859-1";
/* CSS Document */

div#empresa
{
	width: 830px;
	margin: 0px auto;
}

div#empresa h1
{
	margin-top: 70px;
	margin-bottom: 50px;
	line-height: 60px;
	font-weight: normal;
	color: #434343;
}

div#empresa h1 span:nth-of-type(1){
	font-family: 'AlexBrushRegular';
	font-size: 80px;
}

div#empresa h1 span:nth-of-type(2){
	font-family: 'AdamGorryInlineRegular';
	font-size: 70px;
}

div#empresa p
{
	line-height: 40px;
	font-size: 16px;
	font-family: 'CenturyGothicRegular';
	padding-bottom: 30px;
	color: #000;
	text-align: justify;
}

div#empresa p:nth-of-type(3)
{
	background: none;
}

div#empresa p img
{
	margin-right: 35px;
}

div#empresa p img:nth-child(3)
{
	margin-right: 0;
}

/* menu principal: add cor vermelha ao fundo da opção EMPRESA */
div#cabecalho_geral ul.main_menu li:nth-child(2)
{
	background: #A71B28;
}
/* /menu principal: add cor vermelha ao fundo da opção EMPRESA */