@charset "utf-8";
/* CSS Document */
#site {
	width: 100%;
	background-image: url(../img/background_site.jpg);
	background-repeat: repeat-x;
	background-color: #00444D;
	margin:0 auto;			
}

#topo {
	width: 884px;
	margin: 0px 0px 48px 0px;
	margin:0 auto;
}
#topo_logo {
	width: 430px;
	height: 87px;
	margin: 65px 34px 0px 0px;
	float: left;
	background-image:url(../img/logo_comoinvestir.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.topo_titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #656565;
}
#topo_video {
	width: 400px;
	height: 259;
	margin: 55px 0px 0px 0px;
	background-image: url(../img/background_animacao.jpg);
	background-repeat: no-repeat;
	padding: 11px 9px 10px 11px;
	float: left;
}

#conteudo {
	width: 884px;
	margin: 0px 0px 0px 0px;
	margin:0 auto;
}
#conteudo_passo01 {
	float: left;
	text-align: left;
	height: 51px;
	margin: 0px 0px 0px 0px;
	width: 714px;
}
#conteudo_passo02 {
	float: left;
	text-align: left;
	height: 51px;
	margin: 0px 0px 0px 0px;
	width: 520px;
}
#conteudo_navegacao {
	float: right;
	text-align: right;
	height: 51px;
	margin: 0px 0px 0px 0px;
}
#conteudo_detalhes {
	width: 884px;
	margin: 15px;
	float: left;
}
.detalhes {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.especial {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #FCC302;
}
.especial2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 2px dotted #FFFFFF;
}
.especial3 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 30px;
	font-weight: bold;
	color: #FCC302;
}
.especial4 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.titulo_especial {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #DBDDDD;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A9C8CC;
	font-weight: normal;
}

#rodape {
	width: 100%;
	background-image: url(../img/background_rodape.jpg);
	background-repeat: repeat-x;
	background-color: #015F6B;
	height: 345px;	
	margin:0 auto;
}
#rodape_largura {
	width: 884px;
}
#rodape_titformulario {
	margin: 57px 0px 0px 0px;
	width: 346px;
	height: 246px;
	background-image: url(../img/cab_entreemcontato.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	text-align: left;	
}
.rodape_formulario {
	margin: 68px 0px 0px 0px;
	width: 346px;
	height: 220px;
	background-image: url(../img/background_form2.jpg);
	background-repeat: no-repeat;
	float: left;
	text-align: left;
}
#rodape_div {
	margin: 57px 0px 0px 0px;
	background-image: url(../img/div_rodape.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 8px;
	float: left;
	height: 246px;
}
#rodape_titcopyright {
	margin: 57px 0px 0px 0px;
	width: 530px;
	height: 68px;
	background-image: url(../img/cab_atendimento.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	text-align: left;
}
#rodape_copyright {
	margin: 79px 0px 0px 36px;
	width: 494px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CACACA;
	float: left;
	text-align: left;
}
#rodape_creditos {
	margin: 15px 0px 0px 36px;
	width: 494px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A878D;
	float: left;
	text-align: left;
}

.formularios {
	BORDER: 1px solid #EBECF0; 
	FONT-FAMILY: "Trebuchet MS", Arial, Verdana; 
	FONT-SIZE: 13px; 
	font-weight: bold;
	COLOR: #8C8C8C;
	BACKGROUND-COLOR: #EAECF0;
}
.form_nome {
	margin: 12px 0px 10px 14px;
}
.form_tel {
	margin: 12px 36px 10px 17px;
}
.form_email {
	margin: 10px 36px 19px 17px;
}
.form_mensagem {
	margin: 3px 36px 13px 15px;
}
.form_botao {
	float: left;
	margin: 0px 36px 15px 192px;
}

a.link_textos:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A9C8CC;
	text-decoration: none;
	font-weight: bold;
}
a.link_textos:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A9C8CC;
	text-decoration: underline;
	font-weight: bold;
}
a.link_textos:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A9C8CC;
	text-decoration: none;
	font-weight: bold;
}
a.link_textos:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A9C8CC;
	text-decoration: none;
	font-weight: bold;
}
a.link_creditos:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A878D;
	text-decoration: none;
}
a.link_creditos:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A878D;
	text-decoration: underline;
}
a.link_creditos:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A878D;
	text-decoration: none;
}
a.link_creditos:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A878D;
	text-decoration: none;
}
a.link_normal:link {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #5EA41E;
	text-decoration: none;
	border-bottom: 2px dashed #AED28C;
}
a.link_normal:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px dashed #FFFFFF;
}
a.link_normal:visited {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #5EA41E;
	text-decoration: none;
	border-bottom: 2px dashed #AED28C;
}
a.link_normal:active {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #5EA41E;
	text-decoration: none;
	border-bottom: 2px dashed #AED28C;
}