@charset "utf-8";
/* CSS Document */
body{background:#007CC6; font-family: "Times New Roman", "Lucida Sans", Arial;}	
	.geralCentro{width:70%;height:auto;min-width:400px;margin:0 auto;overflow:hidden;background:#007CC6;padding-top:20px;color:#C5C8CA}

	.menuLateral{background:none; width:85px; height:auto;position:fixed;left:1px; top:0px;}
	.btnMenuPrincipal{margin: 20px 0px 20px 0px; width:85px; height:46px;}
	
	h1{width:50%; min-width:250px ;margin:0 auto; color:#FFF; text-align: center; font-size: 22px; font-weight: bold;padding-top:30px;}
	h2{font-size:20px; color:#C5C8CA; font-weight: bold;margin:30px 0px 30px 0px; }
	.geralCentro a{color: #FFF; width:400px; text-decoration:none;font-size:16px;}
	.geralCentro a:hover{color:#19398C;}

	.menuTopo{background:#007CC6; width:95%; height:auto;position:fixed;left:1px; top:0px; margin: 0 auto; padding-bottom:10px;}
	.menuTopo ul{width:720px; margin: 0 auto;height:auto; overflow:hidden;}
	/*	
	.menuTopo ul li{background: url(../img/fundo_btn_topo.png); height: 25px; line-height:25px; float:left; margin-left:25px; margin-top:5px;width:150px; text-align:center;}
	*/
	.menuTopo ul li{background: #1B388C; height: 25px; line-height:25px; float:left; margin-left:25px; margin-top:5px;width:150px; text-align:center;}

		.menuTopo ul li a{text-decoration:none; color:#FFF; font-size:14px; font-weight:bold;}