@charset "iso-8859-1";
/* CSS Document */

body {
	margin: 0px;	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #1E3D5A;
	background-image: url(images/direita.jpg);
	background-repeat: repeat-x;
}

body, form, textarea, input {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

.envie {
	padding-left: 110px;
	color: #FFF;
	font-size: 20px;
}

.envie2 {
	color: #FFF;
	font-size: 11px;
}

.envie2 a{
	color: #FFF;
}

.envie2 a:link{
	color: #FFF;
	text-decoration: none;
}

.envie2 a:visited{
	color: #FFF;
	text-decoration: none;
}

.envie2 a:hover{
	color: #FFF;
	text-decoration: underline;
}

.envie2 a:active{
	color: #FFF;
	text-decoration: none;
}

.cotacao {
	color: #1E3D5A;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}

.cotacao2 {
	font-size: 10px;
}

.cotacao3 {
	font-size: 10px;
	color: #FFF;
	background-color: #1E3D5A;
	margin: 0px;
	border: 0px;
}

.busca form, input, select {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

.busca {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.texto {
	color: #333;
	font-size: 11px;
}

a{
	color: #000;
}

a:link{
	color: #000;
	text-decoration: none;
}

a:visited{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

a:active{
	color: #000;
	text-decoration: none;
}

.menu {
	height: 29px;
	color: #FFF;
	font-size: 10px;
	padding-left: 135px;
	vertical-align: middle;
}

.menu a{
	color: #FFF;
}

.menu a:link{
	color: #FFF;
	text-decoration: none;
}

.menu a:visited{
	color: #FFF;
	text-decoration: none;
}

.menu a:hover{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.menu a:active{
	color: #FFF;
	text-decoration: none;
}

.menu2 {
	width: 237px;
	height: 30px;
	background-color: #E56814;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
}

.menu2 a{
	color: #FFF;
}

.menu2 a:link{
	text-decoration: none;
}

.menu2 a:visited{
	text-decoration: none;
}

.menu2 a:hover{
	text-decoration: none;
}

.menu2 a:active{
	text-decoration: none;
}

#destaque {
	background-color: #DEDEDD;
	color: #666;
	font-weight: bold;
}

#titulo {
	color: #E17417;
	font-weight: bold;
	font-size: 20px;
}

#titulo2 {
	color: #555453;
	font-size: 15px;
	font-weight: bold;
}

#titulo3 {
	color: #E17417;
	font-weight: bold;
	font-size: 14px;
}

#news {
	color: #FFF;
	font-size: 11px;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	width: 476px;
	height: 400px;
	padding: 16px;
	border: 16px solid #E17417;
	background-color: white;
	color: #000;
	z-index:1002;
	overflow: auto;
}

.titulo_form {
	color: #E46310;	
	font-weight: bold;
}

