﻿/** PADRÃO **/
html, body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	color:#cc0000;
	text-decoration:none;
}
img {
	border:none;
}
p {
	text-indent:20px;
	margin:0px;
	padding:4px;
}
h1 {
	margin:0px 0px 10px 0px;
	border-bottom:solid 4px #000000;
	font-size:22px;
}
h2 {
	margin:0px;
	font-size:12px;
	text-align:right;
}
hr {
	color:#cccccc;
	background-color:#cccccc;
	border:0px;
	height:1px;
}
strong {
	color:#cc0000;
}
label {
	display:block;
	float:left;
	padding:0px 10px 0px 0px;
	width:22%;
	text-align:right;
}
input, textarea {
	border:solid 1px #cccccc;
	border-top:0px;
	width:75%;
}
textarea {
	height:80px;
}
/** ESTRUTURA **/
#tudo {
	position:relative;
	margin:0px auto;
	min-height:100%;
}
* html #tudo {
	height:100%;
}
#principal {
	margin:5px 10px 10px 10px;
}
#clear {
	clear:both;
	height:30px;
}
/** TOPO **/
#topo {
	height:95px;
	background-image:url(../imagens/topo.jpg);
}
#topo .logo {
	float:left;
	margin:12px 0px 0px 15px;
}
#topo .frase {
	margin:67px 10px 0px 0px;
	float:right;
}
/** MENU **/
#menu {
	height:35px;
	background:url(../imagens/menu.jpg) repeat-x;
	padding:7px 0px 0px 10px;
}
#menu table {
	float:left;
}
#menu .esquerda {
	background-image:url(../imagens/menu_esquerda.jpg);
	height:28px;
	width:4px;
}
#menu .meio {
	background-image:url(../imagens/menu_meio.jpg);
	height:28px;
}
#menu .meio a {
	color:#000000;
	margin:0px 15px 0px 15px;
}
#menu .direita {
	background-image:url(../imagens/menu_direita.jpg);
	height:28px;
	width:4px;
}
#menu .feed {
	float:right;
	margin:-4px 5px 0px 0px;
}
/** ÚTIL **/
.borda {
	margin:10px 0px 10px 0px;
	padding:10px;
	border:1px solid #cccccc;
}
.mini {
	margin:0px 100px 0px 100px;
}
.grande {
	margin:0px 200px 0px 200px;
}
.fina {
	margin:5px 0px 5px 0px;
}
.busca {
	width:250px;
}
.botao {
	margin:10px 0px 10px 0px;
}
.botao a {
	background-color:#000000;
	color:#ffffff;
	padding:3px 15px 3px 15px;
	margin:2px;
}
.recuo_direita {
	margin-right:10px;
}
.recuo_esquerda {
	margin-left:10px;
}
.clear {
	clear:both;
}
/** RODAPÉ **/
#rodape {
	width:100%;
	height:30px;
	position:absolute;
	bottom:0px;
	background-image:url(../imagens/rodape.jpg);
	color:#ffffff;
}
#rodape .direitos {
	float:left;
	margin:10px 0px 0px 10px;
}
