/*Divs*/

#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}

.apDiv2 {
	position: fixed;
	left:760px;
	top:0px;
	width:312px;
	height:620px;
	z-index:2;
}

.apDiv3 {
	position: absolute;
	left:760px;
	top:0px;
	width:312px;
	height:620px;
	z-index:3;
}

.apDiv4 {
	position: absolute;
	left:120px;
	top:0px;
	width:500px;
	height:620px;
	z-index:4;
}

.apDiv5 {
	position: absolute;
	left:0px;
	top:120px;
	width:500px;
	height:480px;
	z-index:1;
}

/*Fundos*/

.fundoSite {
    background-color:#4e59ab;
}

.fundoBarraSuperior {
    background-image:url(imagens/fundo_barra_superior.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.fundoTituloPag {
    background-image: url(imagens/fundo_titulo_pg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#FFFFFF;
}

.fundoPagUm {
    background-color:#FFFFFF;
}

.fundoCaixas {
    background-color:#e1e2ed;
}

.fundoTitulos {
    background-image: url(imagens/fundo_barra_pag.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.fundoBarraSup {
    background-image: url(imagens/fundo_barra_pag2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.fundoInferiorTitulos {
    background-image: url(imagens/fundo_barra_pag_inferior.jpg);
	background-repeat: no-repeat;
	background-position:top;
}

.fundoBarraRodape {
    background-image:url(imagens/barra_rodape.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#4e59ab;
}

.fundoBarraServicos {
    background-image: url(imagens/fundo_barra_servicos.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#4e59ab;
}

.fundoPupUp { 
    background-image:url(imagens/fundo_popup.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

/*textos gerais*/

.destaqueUm {
    font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
	color: #0e143e;
}

.verdanaUm {
    font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	color:#ffffff;
}

.verdanaDois {
    font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color: #000000;
}

.verdanaTres {
    font-family:Verdana;
	font-size:12px;
	font-weight: normal;
	color: #4e59ab;
}

.verdanaQuatro {
    font-family:Verdana;
	font-size:12px;
	font-weight: bold;
	color: #4e59ab;
}

.verdanaCinco {
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
	color: #4e59ab;
}

/*textos especificos*/

.fonteEnderecoUm {
    font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:#5b5b5b;
}

.fonteTelUm {
    font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.fonteTituloPag {
    font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
	color: #4e59ab;
}

.fonteEmpresa {
    font-family:Verdana;
	font-size:11px;
	font-weight: normal;
	color: #4e59ab;
}

.fonteTitulos {
	font-family:Verdana;
	font-size:14px;
	font-weight: bold;
	color: #2f3983;
}

/*links*/

A.type:link    {color:#000000; text-decoration:none;}
A.type:visited {color:#000000; text-decoration:none;}
A.type:active  {color:#000000; text-decoration:none;}
A.type:hover   {color:#FF0000; text-decoration:none;}

A.type2:link    {color:#5b5b5b; text-decoration:none;}
A.type2:visited {color:#5b5b5b; text-decoration:none;}
A.type2:active  {color:#5b5b5b; text-decoration:none;}
A.type2:hover   {color:#737373; text-decoration:none;}

A.type3:link    {color:#f4020c; text-decoration:none;}
A.type3:visited {color:#f4020c; text-decoration:none;}
A.type3:active  {color:#f4020c; text-decoration:none;}
A.type3:hover   {color:#f43c44; text-decoration:none;}

.menu {
    /*background-color:#000000;
	border-color:#0000FF;*/
	color:#CCFF00;
}

.inputData{
	background-color: #fff;
	font-family: Verdana;
	font-size: 10px;
	color: #6A7350;
	border: 1px solid #D1D0BA;
}

.inputData2{
	background-color: #fff;
	font-family: Verdana;
	font-size: 11px;
	color: #6A7350;
	border: 1px solid #D1D0BA;
}

.inputData3{
	background-color: #fff;
	font-family: Verdana;
	font-size: 11px;
	color: #6A7350;
	border: 1px solid #D1D0BA;
}

.botao{
	background-color: #4E59AB;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #fff;
	border: 1px solid #D1D0BA;
	width: 25px;
	height: 25px;
}

.botao2{
	background-color: #4E59AB;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	border: 1px solid #D1D0BA;
	/*width: 25px;
	height: 25px;*/
}

.textarea{
	font-family: Verdana;
	font-size: 11px;
	color: #6A7350;
}

.hr{
	color: #143A61;
	width: 310px;
	height: 1px;
}
