*{
  margin: 0;
  padding: 0;
}


body {
	    background-color: #1A2E33 ;



	}

.princ {
         width: 880px;
         height: auto;         

         margin: auto;


}


.painel {
          width: 880px;
          height: 400px;
          padding: 0px 0px;
          background-image: url(imagens/painel.jpg);
          background-repeat: no-repeat;
          margin: auto;

          border-style: ridge;
          border-color: #1A2E33;
          border-bottom-width: 0px;
          border-top-width: 3px;
          border-right-width: 3px;
          border-left-width: 3px;

}

/* ############INICIO BARRA MENU  ####################### */

#barmenu {
        width: 880px;
        height: 34px;
        background-image:url(imagens/barramenu.png);

          border-style: ridge;
          border-color: #1A2E33;
          border-bottom-width: 0px;
          border-top-width: 0px;
          border-right-width: 3px;
          border-left-width: 3px;

}




#barmenu ul li {
    margin: 5px;
    padding: 0px 15px;
    text-align: center;
	list-style-type: none;
    float: left;

	}

#barmenu a:link {


	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
    padding: -10px 0px 0px 0px;
	display: inline-table;
	}

 #barmenu a:hover {
    background: #5555AA;
	color: #039;


 }

 #barmenu a:visited {
    color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
    display: inline-table;


 }








/* ############ FIM BARRA MENU  ####################### */

/* ############INICIO  MENU LATERAL ####################### */

#menlat {
    width:  150px;
    height: auto;
    background-color: #66CCFF;
    float: left;
    position: absolute;



}

#menlat ul li {
	margin: 0; padding: 0px;
    border-bottom: 0px solid #CCFFFF;
	text-align: left;
	list-style-type: none;
	}

#menlat a:link {

	color: #667;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	display: block;
	}

 #menlat a:hover {
	background: #E5F0FF;
	color: #039;
	}

 #menlat a:visited {
    color: #667;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	display: block;

 }


/* ############ FIM  MENU LATERAL ####################### */


/* ############ DIV - CENTRO - DIREITO - INICIO ############### */

.divcent{

       width: 880px;
       height: auto;


       padding: 0px;
       margin: 0px;






}

.conteudo {
       width: 880px;
       height: auto;
       margin: 0px;

          border-style: ridge;
          border-color: #1A2E33;
          border-bottom-width: 3px;
          border-top-width: 0px;
          border-right-width: 3px;
          border-left-width: 3px;

}

.contradio {
       width: 880px;
       height: auto;
       padding: 1px 0px;
       margin: 0px;
       background-color: #000000;

}

.cadastro {
       width: 880px;
       height: auto;
       padding: 1px 0px;
       margin: 0px;

}

.cadastro1 {
      background-color:#00CC00;
      width: 200px;
      height: auto;
      font-weight: bold;

}


/* ############ DIV - CENTRO - DIREITO - FIM ############### */

.rodap {
        width: 880px;
        height: 50px;
        background-color:transparent;
        margin: auto;
        font-family: @Arial Unicode MS;
        font-size: 14px;
        color: #B7B7B7;





}