@charset "utf-8";
/*zerojunior.com | junior@zerojunior.com */
/*julian andr&eacute;s  | julian.acl@gmail.com */

@import "estrutura.css";
@import "internas.css";

* {
	border: none;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
}

body {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
}

#home { background:url(../images/geral/bgRepeatHome.gif) repeat-x top center; }

body.interna { background:url(../images/geral/bgRepeat.gif) repeat-x top center; }

a { color: #000; }
a:hover { text-decoration: none; }

#geral {
	margin: auto;
	width: 770px;
}

.clearfloat { clear: both; }

.destaque-azul { color: #005990; }

.linha-pontilhada {
	background: url(../images/linha-pontilhada.gif) top no-repeat;
	height: 20px;
	margin-top: 20px;
}
#miolo #direita .linha-pontilhada {
	background: url(../images/linha-pontilhada-direita.gif) left no-repeat;
	height: 54px;
	clear: both;
}
.linha-pontilhada-full {
	background: url(../images/linha-pontilhada-full.gif) center repeat-x;
	clear: both;
	height: 21px;
	margin: 0 28px 0 4px;
}
#miolo #direita .bt-voltar { display: block; margin: 15px 68px; text-align: right; }

input, textarea {
	border: 1px solid #c4c4c4;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 1px 2px;
}
.checkoption { border: none; }