html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body 
{
	line-height: 1;
}

ol, ul 
{
	list-style: none;
	margin:0px;
	padding:0px;
}

blockquote, q 
{
	quotes: none;
}

:focus 
{
	outline: 0;
}

ins 
{
	text-decoration: none;
}
del 
{
	text-decoration: line-through;
}

table  a
{
	border-collapse: collapse;
	border-spacing: 0;
	text-decoration:none;
}

div {
	margin:0px;
	padding:0px;
}

/* ------------------ Configurações padrões ------------------ */

body
{
	text-align: center;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#000;
}

h1
{
	font-size: 18px;
	margin: 0px;
	color:#C33838;
}

h1 a,  h3 a
{
	text-decoration: none;
	color:#669900;
}

h1 a:hover, h3 a:hover
{
	text-decoration: none;
	color:#669900;
}

h2 a 
{
	text-decoration: none;
	color:#333;
}

h2 a:hover
{
	text-decoration: none;
	color:#333;
}

h2
{
	font-size: 16px;
	margin-bottom: 12px;	
}

.geral
{	
	width: 990px;
	max-width: 990px;
	margin: 0 auto;
	margin-top: 0px;
	text-align: left;
    background: #000;
}

a
{
	color: #000;
	text-decoration:none;
}

a:hover
{
	text-decoration: none;
}

/* ------------------ Topo ------------------ */
.topo
{
	width:990px;
	height:120px;
	background-color:#000000;
}

.topo .topologo
{
	width:390px;
	float:left;
}

.topo .topoesquerda
{
	width:380px;
	height:120px;
	float:left;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}
.topo .topodireita
{
	width:420px;
	height:120px;
	float:right;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 10px;
}

.topo #topolink a
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.topo #topolink a:hover
{
	color:#FDC800;
}

.topointerno
{
	width:990px;
	height:95px;
	background-color:#000000;
}

.topointerno .topologointerno
{
	width:390px;
	float:left;
}

.topointerno #topolinkinterno a
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.topointerno #topolinkinterno a:hover
{
	color:#FDC800;
}

.logo{ width:390px; height:95px; float:left;}
.chat{width:180px; height:95px; float:left; padding-top:20px; text-align:center;}
.topointerno .topodireitainterno
{
	width:420px;
	height:95px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 10px;
}

.banner
{
	margin-bottom: 15px;
}

#menu {
	float:left;
	width:1024;
}

.menu li {
	height: 30px;
	float:left;
	margin:0px;
	padding:0px;
}

.faixas {
	width:990px;
	height:11px;
	margin:0px;
	padding:0px;
}

/* ------------------ Corpo ------------------ */

.corpoindex {
	width:990px;
	height: 390px;
	background: url(imagens/corpo-fundo.jpg) repeat-y;
	padding:0px;
	padding-top:10px;
}

.corpo {
	width:990px;
	height: 630px;
	background: url(imagens/corpo-fundo.jpg) repeat-y;
	padding:0px;
	padding-top:10px;
}

.corpodespachante {
	width:990px;
	height: 420px;
	background: url(imagens/corpo-fundo.jpg) repeat-y;
	padding:0px;
	padding-top:10px;
}

.corpointerno {
	width:990px;
	height: 630px;
	padding:0px;
	padding-top:10px;
}

.conteudo {
	clear:both;
	width:940px;
	height:50px;
	margin-left: 12px;
	padding-left: 25px;
	padding-right:12px;
}

.conteudo h1 {
	clear:both;
	width:953px;
	height:50px;
	padding-top:16px;
}

.conteudotitulo {
	clear:both;
	width:953px;
	height:50px;
	padding-top:16px;
	background: url(imagens/barra-auto-escola.jpg) no-repeat;
}

.destaquestitulo {
	margin-left: 25px;
	padding-top: 7px;
	width:294px;
	height:50px;
	float:left;
}

.destaques {
	margin-left: 25px;
	padding-top: 16px;
	padding-left: 12px;
	padding-right: 12px;
	width:270px;
	height:285px;
	background: url(imagens/index-destaque.jpg) no-repeat;
	float:left;
}

.destaques a {
	color: #1C458F;
}

.destaques a:hover {
	color: #C33838;
}

.saibamais {
	margin-left: 20px;
	width:294px;
	font-size:14px;
	text-align:right;
	position:relative;
	top:-35px;
	float:left;
}

.saibamais a {
	color: #1C458F;
}

.saibamais a:hover {
	color: #C33838;
}

.servicos a {
	color: #1C458F;
}

.servicos a:hover {
	color: #C33838;
}

.imagens {
	float:right;
	width:400px;
	margin-left: 12px;
	margin-bottom: 12px;
}


/* ------------------ Rodape ------------------ */

.rodape
{
	clear:both;
	width:990px;
	height:50px;
	text-align:center;
	background: url(imagens/rodape-auto-escola.jpg) no-repeat;
}
