@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}

* {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}
html {
	font-size:100.00%;
}
body,html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	line-height:1.3;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	background-attachment: scroll;
	background-image: url(../images/fundo_site.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	color: #7b7b7b;
}
#geral {
	height: 100%;
	width: 100%;
}
#geral .blocos {
	height: 300px;
	background-color: #FFF;
	background-image: url(../images/funo_barrabaixo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: solid 1px #F4F4F4;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -150px;
}
#geral .blocos ul {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#geral .blocos ul li a img {
	margin-top: 10px;
}
#geral .blocos ul li a {
	border: solid 0px #FFF;
	display: block;
	float: left;
	height: 174px;
	background-image: url(../images/sombra.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#geral .blocos ul li {
	list-style-type: none;
	display: inline;
}
#geral .area {
	width: 620px;
	margin: 0px auto;
}
