/* CSS Document */

/* GERAL */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;	
}

#iframe {
    width: 100%;
    height: 246px;
    border: none;
}

#destaqueframe {
    width: 376px;
    height: 550px;
    border: none;
}

/* BACKGROUNDS */


.bg {
	background-image: url(bg1.jpg);
	background-position: top;
	background-repeat:no-repeat;
}


.fonte {
	font-family:"Arial";
	font-size:12px;
	color:#FFFFFF;
}

.fontepadrao {
	font-family:"Arial";
	font-size:12px;
	color:#535353;
}
.fontepadraotit {
	font-family:"Arial";
	font-size:16px;
	color:#535353;
	font-weight:bold;
}




a:link {
	font-family:"Arial";
	font-size: 12px;
	color: #535353;
	text-decoration: none;
}
a:visited {
	font-family:"Arial";
	font-size: 12px;
	color: #535353;
	text-decoration: none;
}
a:hover {
	font-family:"Arial";
	font-size: 12px;
	color: #535353;
	text-decoration: underline;
}
a:active {
	font-family:"Arial";
	font-size: 12px;
	color: #535353;
	text-decoration: underline;
}

.text_field {
	background-color: #FFFFFF;
	border: 1px solid #d0e1ff;	
	height: 20px;
	width: 170px;		
	font-family:"Arial";
	font-size: 12px;
	padding: 1px 0px 0px 5px;
	color: #535353;
}
.text_field_contato {
	background-color: #FFFFFF;
	border: 1px solid #d0e1ff;	
	height: 20px;
	width: 420px;		
	font-family:"Arial";
	font-size: 12px;
	padding: 1px 0px 0px 5px;
	color: #535353;
}
.text_field_mult {
	background-color: #FFFFFF;
	border: 1px solid #d0e1ff;	
	height: 100px;
	width: 420px;		
	font-family:"Arial";
	font-size: 12px;
	padding: 1px 0px 0px 5px;
	color: #535353;
}

.bt_form {
	background-color: #0a538e;
	border: 1px solid #ffffff;	
	height: 20px;
	width: 81px;		
	font-family:"Arial";
	font-size: 12px;
	color: #ffffff;
}

