* {margin:0; padding:0;}
body {font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background: #FFF url(imagens/bg.jpg);
}

/******* BANNER DHTML *******/

#pop{
display:none;
position:absolute;
left:50%;
top:50%;
margin-left:-225px;
margin-top:-175px;
width:450px;
height:350px;
border:none;
z-index:1000;
}


#site {position: relative;
	margin:15px auto;
	width:980px;
	min-height:600px;
	border-left:#333 1px solid;
	border-right:#333 1px solid;
	background:url(imagens/bg_all.jpg) top no-repeat;
		-moz-box-shadow: 2px -3px 5px #cecece, -3px 0px 5px #cdcdcd;
			-khtml-shadow: 2px -3px 5px #cecece, -3px 0px 5px #cdcdcd;
			-webkit-box-shadow: 2px -3px 5px #cecece, -3px 0px 5px #cdcdcd;
}

.acm  {background-image:url(imagens/acm.png);
	width:417px; height:380px;
	position: absolute;
	bottom:0;
}

.topo {width:100%; float:left; height:95px;}
.topo img {float:left;}
.topo h2 {float: right; width:350px; font-size:11px; color:#5a4923; text-align:center; margin:10px 20px 0 0;}
.topo a {color:#56400e; text-decoration:none;}
.topo a:hover {text-decoration:underline;}

.box {background-image:url(imagens/box.png); 	
	width:518px; height:294px;
	margin:0 0 0 40px;
	float:left;
	padding:30px;
	text-align:left;
}

.box h1 {font-size:18px; float:left; width:515px; color:#56400e; border-bottom:#CCC 1px solid; padding-bottom:4px;}
.box p {width:100%; float:left; line-height:1.5; margin-top:15px;}
.box ul {margin:20px 0 0 0 ; padding:0; width:510px; float:left;}
.box li {list-style:none; display:inline;  }

.box a {color:#56400e; text-decoration:none;}
.box a:hover {text-decoration:underline;}


.slogan {background:url(imagens/slogan.png);
		width:331px; height:31px;
		float:left;
		margin:50px 0 -30px 20px;
}

.menu {width:100%; float:left;
	background-image:url(imagens/bg_menu.jpg);
	height:38px;
	margin:30px 0 0 0;
}
.menu ul {margin:0; padding:12px 70px 0 0; float:right;}
.menu li {list-style:none; padding-right:25px; display: inline;}
.menu a {color:#000; text-decoration:none;}
.menu a:hover {color:#2f617e;}



table {margin:30px auto; width:400px;}
.inputs {border:#b19a79 1px solid; height:21px; font-size:14px; color:#666;}
textarea {border:#b19a79 1px solid; height:90px;  font-size:14px; color:#666;}


