body
{
 background-color:#ffffff;
 font-family:Century Gothic,Verdana,Tahoma, Arial;
 margin:10px;
}

div.center {
    text-align: center;

}
div.center div, div.center p, div.center form {
    text-align: left; margin-left: auto; margin-right: auto;
}

#tudo {
width: 1024px;
}
#topo {
height: 155px;
}


hr {
	margin: 0px 0px 4px 0px;
	border-top: 1px dotted #3A535D;
	color: #243E4C;
	background-color: #243E4C;
	height: 1px;
    }


#menu {
float: right;
width: 816px;
min-height:32px;
height:auto !important;
height:32px;
border:0px solid #000;
}

#conteudo-menu
{
padding: 6px 0px 14px 0px;
font-size:12pt;
background-color:Transparent;
width: 816px;
min-height:32px;
height:auto !important;
height:32px;

}

#restrita
	{
	background-image:url("../imgs/restrita.png");
        background-repeat:no-repeat;
	float:left;
	width:205px;
        height:205px;

	}
#enquete
	{

	background-image:url("../imgs/enquete.png");
        background-repeat:no-repeat;
	float:left;
	width:205px;
        height:205px;
	}
#servicos
	{
	background-image:url("../imgs/servicos.png");
        background-repeat:no-repeat;
	float:left;
	width:205px;
        height:205px;
	}

#banner
	{
        display:none;
	float:left;
	width:200px;
        height:200px;

	}

/*
  Menus drop-down horizontal-vertical (hv) e vertical-vertical (vv) até 4 níveis
  by Micox - elmicox.blogspot.com - Ver. 2.0 - 20/02/08 - Creative Commons License
*/      
.menu-hv, .menu-vv { position: relative; margin: 0; padding: 0; display: block; zoom: 1;}
 .menu-hv * ,   .menu-vv * { margin: 0; padding: 0; list-style: none}
 .menu-hv li ,   .menu-vv li { position: relative; line-height: 34px; vertical-align: top }
 .menu-hv a ,   .menu-vv a { display: block; zoom: 1; line-height: 34px }
 .menu-hv li ul, .menu-vv li ul { position: absolute; visibility: hidden  }
 .menu-hv li:hover ul,  .menu-vv li:hover ul,
 .menu-hv li.hover ul,  .menu-vv li.hover ul { visibility: visible }
 .menu-hv li:hover ul ul,  .menu-vv li:hover ul ul,
 .menu-hv li.hover ul ul,  .menu-vv li.hover ul ul { visibility: hidden }
 .menu-hv li li:hover ul,  .menu-vv li li:hover ul,
 .menu-hv li li.hover ul,  .menu-vv li li.hover ul { visibility: visible }
 .menu-hv li li:hover ul ul,  .menu-vv li li:hover ul ul,
 .menu-hv li li.hover ul ul,  .menu-vv li li.hover ul ul { visibility: hidden }
 .menu-hv li li li:hover ul,  .menu-vv li li li:hover ul,
 .menu-hv li li li.hover ul,  .menu-vv li li li.hover ul { visibility: visible }
 /* características horizontal-vertical */
 .menu-hv:after, .menu-hv.after { content: "."; line-height: 0px; clear: both; display: block; visibility: hidden}
 .menu-hv li { float: left; }  
 .menu-hv li ul li { float: none; }
 .menu-hv li ul li ul { position: absolute; left: 100%; top: 0; }
 /* características vertical-vertical */
 .menu-vv { float: left; } 
 .menu-vv li ul { left: 100%; top: 0; }
 /* ****************************************
   ALTERE ABAIXO. defina a largura, cor, formatações, etc, dos itens do seu menu abaixo
   ou apague as linhas se for definir em outro lugar
 */
 .menu-hv li {height:35px;width: 136px;background-image: url('../../layout/imgs/btn.png');background-repeat: no-repeat }
 .menu-vv li {width: 136px;background-image: url('../../layout/imgs/btn.png');image-repeat: no-repeat }
 .menu-hv li a:hover {width: 136px;height:34px;background-image: url('../../layout/imgs/btn-hover.png');background-repeat: no-repeat }
 .menu-vv li a:hover {background-image: url('../../layout/imgs/bt.png');image-repeat: no-repeat }

 
/* Micox Pseudo-class-css2 to IE (MXPC). Activate .hover and .first-child in IE 6
   http://elmicox.blogspot.com/2008/03/ativando-hover-e-first-child-no-ie-6-um.html */
* html * { color: expression( (function(who){ if(!who.MXPC){
 who.MXPC = '1';
 if(who.nodeName != 'A'){
  who.onmouseenter=function(){ who.className += ' hover'};
  who.onmouseleave=function(){ who.className = who.className.replace(' hover','')}; }
 (who==who.parentNode.firstChild) ? who.className += ' first-child' : '';
} } )(this) , 'auto') }
