/*Divs*/

#apDiv1 {
	position:absolute;
	left:0px;
	top:-80px;
	width:100%;
	height:680px;
	z-index:1;
}

.apDiv2 {
	position: fixed;
	left:760px;
	top:0px;
	width:312px;
	height:620px;
	z-index:2;
}

.apDiv3 {
	position: relative;
	left:760px;
	top:0px;
	width:312px;
	height:620px;
	z-index:3;
}

.apDiv4 {
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}

.apDiv5 {
	position: absolute;
	left:0px;
	top:120px;
	width:500px;
	height:480px;
	z-index:1;
}

/*Fontes específicas*/

.fonteDetalhes {
    font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

.fonteDestaques {
    font-family:Verdana;
	font-size:11px;
	color:#0e1e7d;
}

.fonteBusca {
    font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}

.fonteRodape {
    font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.fonteFale {
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color: #CCCCCC;
}

.fonteQuemSomos {
	font-family:Verdana;
	font-size:11px;
	font-weight: normal;
	color: #CCCCCC;
	text-indent: 7px;
}

.fonteCadastreFlat {
    font-family:Verdana;
	font-size:11px;
	font-weight: normal;
	color: #333333;
}

.fonteResultBusca{
    font-family:Verdana;
	font-size:11px;
	font-weight: normal;
	color: #333333;
}

.fonteDestaqueBusca {
    font-family:Verdana;
	font-size:13px;
	font-weight: bold;
	color: #FF0000;
}

.fonteDetalhes {
    font-family:Verdana;
	font-size:12px;
	font-weight: normal;
	color: #FFFFFF;
}

/*Fontes Gerais*/

.verdanaMenu {
	font-family: Verdana;
	font-size: 14px;
	text-indent: 5px;
	color:#0e1e7d;	
}

.barrinhaAzul {
	height: 1px;
}

.verdana12 {
	font-family: Verdana;
	font-size: 11px;
	color:#333333;
	font-weight:bold;
}

.verdana14 {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFF00;
	font-weight:bold;
}

.destaques {
	font-family:Verdana;
	font-size:12px;
	font-weight: normal;
	color: #CCCCCC;
}

.txtform {
	font-family: Verdana;
	font-size: 10px;
	color:#CCCCCC;
	font-weight: normal;
}
/*Fundos*/

.fundoSite {
    background-color:#303030;
	background-image:url(imagens/fundo_pagina.jpg);
	background-position: top;
	background-repeat:repeat-x;
}

.FundoCor {
	background-color:#666666;
}

.FundoMenu {
    background-image:url(imagens/fundo_menu.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

.FundoMenu2 {
    background-image: url(imagens/fundo_menu2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.fundoTituloDestaques {
    background-image:url(imagens/fundo_titulo_destaques.jpg);
	background-position:center;
	background-repeat: repeat-x;
}

.fundoRodapeDestaques {
    background-image: url(imagens/fundo_destaques_rodape.jpg);
	background-position:center;
	background-repeat: repeat-x;
}

.fundoDestaques {
    background-image:url(imagens/fundo_destaques.jpg);
	background-position: left;
	background-repeat:no-repeat;
}

.fundoBusca {
    background-image:url(imagens/fundo_busca.jpg);
	background-position: center;
	background-position: left;
	background-repeat:no-repeat;
}

.fundoOfertas{
    background-image: url(imagens/fundo_ofertas.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

/*Links*/

A.type1:link    {color:#0e1e7d; text-decoration:none;}
A.type1:visited {color:#0e1e7d; text-decoration:none;}
A.type1:active  {color:#0e1e7d; text-decoration:none;}
A.type1:hover   {color:#273796; }

A.type2:link    {color:#000000; text-decoration:none;}
A.type2:visited {color:#000000; text-decoration:none;}
A.type2:active  {color:#000000; text-decoration:none;}
A.type2:hover   {color:#6e6f69; text-decoration:none;}

A.type3:link    {text-decoration:none;}
A.type3:visited {text-decoration:none;}
A.type3:active  {}
A.type3:hover   {}

A.type4:link    {color:#ffffff; text-decoration:none;}
A.type4:visited {color:#ffffff; text-decoration:none;}
A.type4:active  {color:#ffffff; text-decoration:none;}
A.type4:hover   {color:#ffffff;}

A.type5:link    {color: #FF0000; text-decoration:none;}
A.type5:visited {color: #FF0000; text-decoration:none;}
A.type5:active  {color: #FF0000; text-decoration:none;}
A.type5:hover   {
	color: #FFFFFF;
}
/*forms*/

input{
	background-color: #fff;
	font-family: Verdana;
	font-size: 12px;
	color: #6A7350;
	border: 1px solid #D1D0BA;
}

textarea{
	background-color: #fff;
	font-family: Verdana;
	font-size: 14px;
	color: #6A7350;
	border: 1px solid #D1D0BA;
}

hr{
	color: #143A61;
	width: 310px;
	height: 1px;
}

.botao {
	background-color: #a80000;
	font-family: Verdana;
	font-size: 13px;
	color: #fff;
	border: 1px solid #D1D0BA;
}

