@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
}

body {
background-color:#999999;
}

#geral {
position:absolute;
width: 756px;
left: 50%;
margin-left: -378px;
height: 602px;
top: 50%;
margin-top: -301px;
background-image:url(layout/fundo_home.jpg);
background-repeat:no-repeat;
z-index:99999999999999;
}



/*   DIV TOPO */
#topo {
position:relative;
width: 756px;
height: 135px;
}

#logo {
position:relative;
float:left;
width:372px;
height:120px;
top: 18px;
left: 90px;
}

#botoes {
position:relative;
float:right;
width:150px;
height:70px;
top: 35px;
right: 30px;
line-height:30px;
z-index:11;

}

.linkbotoes {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#FF6600;
}
.linkbotoes a:link {
color:#FF6600;
text-decoration:none;
}
.linkbotoes a:visited {
color:#FF6600;
text-decoration:none;
}
.linkbotoes a:hover {
color:#D25400;
letter-spacing:5px;
text-decoration:none;
}


/*   DIV MEIO */

#texto {
position:relative;
top: 5px;
width:381px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
overflow:hidden;
}


#conteudo {
position:relative;
left: 70px;
top: 8px;
width:670px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}



/*   DIV BASE */

.base {
position:relative;
width: 680px;
height: 35px;
top: 7px;
padding: 18px 7px 0px 67px;
background-image:url(layout/fundo_basehome.jpg);
background-repeat:no-repeat;
clear:both;
}

.base a:link {
color:#FF6600;
text-decoration:underline;
}
.base a:visited {
color:#FF6600;
text-decoration:underline;
}
.base a:hover {
color:#D25400;
text-decoration:underline;
}


.tabbase{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FF6600;
}

