@charset "utf-8";
/* CSS Document */

/*----------basicas-----------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b10101;
	margin: 0px;
	background-image: url(img/basicas/fundao.jpg);
}
a {
	color: #b10101;
}
a:hover {
	text-decoration: none;
}



/*----------------divs------------*/
#fundao {
	margin: auto;
	height: auto;
	width: 769px;
	background-image: url(img/basicas/fundo_laterais.jpg);
	background-repeat: repeat-y;
	padding-right: 17px;
	padding-left: 17px;
}
#fundao:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
#topo {
	height: 89px;
	width: 769px;
}
#conteudo_esquerda {
	float: left;
	height: auto;
	width: 226px;
	background-color: #dd3200;
}
#conteudo_direita {
	float: right;
	height: auto;
	width: 513px;
	background-color: #ffc000;
	padding: 15px;
	text-align: justify;
}
#rodape {
	background-image: url(img/basicas/fundo_rodape.jpg);
	background-repeat: no-repeat;
	width: 803px;
	margin: auto;
	height: 20px;
	color: #FFFFFF;
	padding-top: 100px;
}

/*------------estilos----------------*/
.preto {
	color: #000000;
}
.amarelo {
	color: #ffc000;
}
.titulo {
	font-size: 12px;
	font-weight: bold;
}
.titulo_grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
}

.formulario {
	margin-top: 2px;
	border: 1px solid #6b6b6b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bt_formulario {
	background-color: #ffc000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 4px;
	height: 16px;
	width: 65px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.foto {
	border: 1px solid #b10101;
	padding: 1px;
	margin-right: 8px;
	margin-bottom: 6px;
}
.foto_grande {
	border: 1px solid #b10101;
	padding: 1px;
	margin-bottom: 10px;
}
.pequena {
	font-size: 9px;
}
