@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/bg_body.jpg);
}
#mae {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	height: 700px;
	width: 1024px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_mae.png);
	background-repeat: repeat;
}
#menu {
	height: 200px;
	width: 677px;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	background-image: url(images/bg_menu.png);
	background-repeat: repeat;
}
#main {
	width: 677px;
	position: relative;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/box_main.png);
	background-repeat: no-repeat;
}
#rodape {
	height: 80px;
	width: 677px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#texto {
	height: 360px;
	width: 310px;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 25px;
	overflow: auto;
}
#titulo_index {
	height: 200px;
	width: 310px;
	position: relative;
}
#texto_index {
	height: 160px;
	width: 310px;
	overflow: auto;
	position: relative;
}
#texto_index p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	text-align: left;
	margin-top: 8px;
}
.ledier {
	font-weight: bold;
	color: #069;
}
#texto2 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #069;
	margin-bottom: 10px;
	margin-top: 0px;
}
#texto2 ul li {
	font-size: 11px;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	margin-left: 2px;
}


#ani {
	float: right;
	height: 360px;
	width: 310px;
	position: relative;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#texto2 {
	height: 360px;
	width: 300px;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 25px;
	overflow: auto;
	padding-right: 10px;
	font-size: 11px;
	line-height: 16px;
}
#texto2 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	text-align: left;
	margin-top: 8px;
}
#texto2 p a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}

#texto2 p a:hover {
	font-weight: bold;
	color: #069;
	text-decoration: none;
}
#texto2 ul li a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#texto2 ul li a:hover {
	font-weight: bold;
	color: #069;
	text-decoration: none;
}
