
/* CSS Document */
* { margin:0; padding: 0;}

body {
margin:0px;
padding:0px;
border:0px;
background-image:url(../img/fundo.jpg);
background-repeat:repeat-x;
background-color:#ECEBEA;
}


a {
color:#666666;
}

.tudo {
width:740px;
height:100%;
margin:0 auto;
background-color:#fff;
border-color:#CCCCCC;
border-style:solid;
border-top:0px;
border-bottom:0px;
border-left:1px;
border-right:1px;

}

.cadastro {
height:500px;
width:100px;
background-color: #00FF00 !important;
}

.topo {
height:243px;
width:740px;
background-image:url(../img/topo.jpg);
background-repeat:no-repeat;
}

.logotopo {
height:170px;
width:120px;
background-image:url(../img/logo_topo.jpg);
background-repeat:no-repeat;
position:absolute;
margin-top:37px;
margin-left:75px;
}

#menu {

width:740px;
padding:0px;
margin:0px;
}

#lista {

font: 11px Arial;
font-weight:bold;
text-align: center;
list-style-type: none;
padding:0px;
margin:0px;
}

#lista li {
float:left;
height:33px;
}


#lista li {
background-image:url(../img/menu_bg.png);
background-repeat:repeat-x;

}

#lista li a {
text-decoration: none;
}

a:visited {
color:#666666;
}



#lista li.selected {
background-image:url(../img/menu_over.png)!important;
background-repeat:repeat-x;
}

#lista li.selected a {
color:#B30000;}


#lista li.atual {
background-image:url(../img/menu_down.png);
background-repeat:repeat-x;
}

#lista li.atual a  {
color:#B30000;
}

.menulista {
background-image:url(../img/menu_lista.gif);
background-repeat:no-repeat;
height:33px;
width:123px; }

#contatos .menulista {
width:125px; }




.conteudo {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
width:740px;
background-color:#fff;
}

.texto {
margin-left:155px;
font-size:10px;
width:570px;
background-color:#fff;
text-align:justify;
text-indent:30px;
}


.texto2 {
margin-left:30px;
margin-right:30px;
font-size:10px;
background-color:#fff;
text-align:justify;
text-indent:0px;
}



.texto3 {
margin-left:15px;
margin-top:10px;
font-size:10px;
width:350px;
background-color:#fff;
text-align:justify;
text-indent:30px;
float:left;
}

p {
margin-top:5px;
margin-bottom:5px;

}

.box {
margin-top:20px;
margin-left:0px;
width:210px;
float:right;

background-color:#fff;
}

.box_topo {
background-image:url(../img/box_topo.gif);
background-repeat:no-repeat;
width:100%;
height:25px;

}

.box_fundo {
background-image:url(../img/box_fundo.gif);
background-repeat:repeat-y;
padding:15px;
} 

.box_base {
background-image:url(../img/box_base.gif);
background-repeat:no-repeat;
width:100%;
height:15px;
} 


.pontinhos {
background:url(../img/sublinhado.png) 100% 100%;
background-repeat:repeat-x;
height:29px;
text-indent:0px;

}

 
.base {
height:64px;
width:740px;
background-image:url(../img/base.png);
background-color:white;
background-repeat:no-repeat;
font:Arial, Helvetica, sans-serif;
font-size:8px;
color:white;
text-align:center;

}


-->

