@charset "UTF-8";

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	background: url(fundo_geral.gif);
}

img {
	border: none;
}

/* Geral */

#tudo {
	width: 807px;
	margin:0 auto;
	background: url(images/fundo_geral.gif) repeat-y;
}

#geral {
	width:779px;
	background: url(faux.gif) repeat-y;
	margin:0 auto;
	padding-bottom:0px;
}

/* Topo 

.topo h1 {
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	width:780px;
	height:374px;
}*/

/* Colunas */

#conteudo {
	float:left;
	width: 563px;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #555555;
	background-color:#FFFFFF;
}

.conteudo h1 {
	margin-top:30px;
	margin-left:48px;
	background-color:#FFFFFF;
}

.conteudo h2 {
	margin-top:10px;
	margin-left:48px;
	margin-right:40px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	text-align:justify;
	background-color:#FFFFFF;
}

.conteudo h3 {
	margin-top:5px;
	margin-left:48px;
	margin-right:40px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:11px;
	font-weight:bold;
	text-align:justify;
	background-color:#FFFFFF;
}

#lateral_interna {
	float:right;
	width:215px;
	background-color:#bfdcee;
} 
	
#cotacoes {
	float:right;
	width:215px;
	height: 300px;
	background-color:#bfdcee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.cotacoes h1 {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:300;
	font-style: italic;
	color: #5a8faf;
	background-color:#bfdcee;
}

/* Colunas Logos */

#empresas {
	width: 300px;
	border: 1px: solid black;
}

/* Rodape */

#rodape {
	clear: both;
	position:relative; 
	width:780px;
	height: 14px; 
	background-color:#0074bc; 
}


/* Links */

a {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
}

/* Fomulários */

form {
	margin-top: 30px;
	margin-left: 30px;
}

fieldset {
	border: none;
}

label {
	display: block;
	width: 230px;
	padding-bottom: 15px;
	float: left;
	font-weight: bold;
}

label input {
	width: 210px;
}
