/*************************************************************
	Development by: FATOR PUBLICIDADE
	Phone: +55 34 32551616
	E-mail: contato@fatorpublicidade.com.br
	
	CSS by: Anderson Ferreira Pinto
*************************************************************/

* {
	margin:0;
	padding:0;
	font-family:Arial, Verdana, sans-serif;
	text-decoration:none;
	border:none;
	background:transparent;
	outline:none;
	list-style:none;
}

body {
	font-size:12px;
}

#fator {
	width:560px;
	height:275px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-137.5px 0 0 -280px;
}

#fator .logo {
	width:294px;
	height:184px;
	float:left;
	background:url(../img/fator.png);
}

#fator .info {
	width:230px;
	height:125px;
	float:left;
	color:#454545;
	font-size:12px;
	line-height:20px;
	margin:40px 0 0 25px;
}

#fator .info a {
	color:#024182;
}

#fator .info a:hover {
	text-decoration:underline;
}

#fator .botao {
	height:61px;
	clear:both;
	padding-top:20px;
	padding-left:25px;
}

#fator .botao a {
	float:left;
	margin-right:16px;
}

#fator .botao .textR {
	width:319px;
	height:39px;
	background:url(../img/red_text.png);
	float:left;
}

#fator .botao .textS {
	width:400px;
	float:left;
	color:#4a4948;
	font-size:11px;
	padding-left:2px;
}
