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

.italico{
	font-style:italic;
	font-weight:bold;
}
.situacao input{
	border:0;	
}
.situacao{
	float:left;	
}
#formularioDescricao{
	float:left;
	padding:40px 0 20px 0;
}
#formularioContato{
	float:left;
}
fieldset {
	border:1px solid #00355F;
	padding: 1em;
	margin: 1em 0;
	}
legend {
	font-weight:bold;
	color:#FFF;
	}
input,select, textarea{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:#FFF solid 5px;
	color:#333;
	
}
label{
	color:#FFF;
}
fieldset#dp1, fieldset#interesse, fieldset#formacao {
	width: 44%;
	float: left;
	}
fieldset#dp2, fieldset#com {
	width:44%;
	float: right;
	}
fieldset#fe {
	clear:both;
	}
.btnEnviar{
	cursor: pointer;
	width:96px;
	height:47px;
	background-image:url(../Imagens/Botoes/enviar.gif);
	background-repeat: no-repeat;
	border:0;
}
.btnLimpar{
	cursor: pointer;
	width:96px;
	height:47px;
	background-image:url(../Imagens/Botoes/limpar.gif);
	background-repeat: no-repeat;
	border:0;	
}
/*Serviços*/
#esquerda{
	width:310px;
	float:left;
}
#direita{
	width:310px;
	float:right;
}
.servicosTitulos{
	font-size:16px;
	font-weight:bold;
	padding:25px 0 10px 0;
}
a.servicosTitulos:link {
	color:#FFF;
	text-decoration:none;
}
a.servicosTitulos:active {
	color:#FFF;
	text-decoration:none;
}
a.servicosTitulos:hover {
	color:#E8E8E8;
	text-decoration:none;
}
a.servicosTitulos:visited {
	color:#FFF;
	text-decoration:none;
}
.servicosDescricao{
	font-size:12px;
	padding:0 0 0 15px;
}
/* A agência */
ul{
	padding-left:30px;
}
#agenciaTopo{
	width:630px;
	padding-top:25px;
	float:left;
}
#agenciaDireita{
	width:350px;
	float:right;
	padding-right:50px;
}
#agenciaDireita p{
	margin:5px 0;	
}
#marcaAbradi{
	padding-top:15px;
	padding-bottom:15px
}
#agenciaEsquerda{
	width:180px;
	float:left;
	padding-right:25px;
}
#sejaBemVindo{
	width:500px;
	float:left;	
}
#facaUpload{
	width:140px;
	float:right;
}
#facaUpload p {
	margin:5px 0;	
}