@charset "UTF-8";
/* CSS Document */
#contentor {
	position: relative;
	height: 600px;
	width: 300px;
	background-color: #ACEC00;
	float: left;
}
#contentor_menu {
	height: 300px;
	width: 300px;
	position: absolute;
	top: 300px;
	left: 0px;
}
#contentor_menu2 {
	height: 300px;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#contentor_txt {
	height: 300px;
	width: 300px;
	position: absolute;
	top: 300px;
	left: 0px;
}
#menu {
	height: auto;
	position: absolute;
	left: 18px;
	top: 95px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.current {
	color: #FFFFFF;
}
#cabecalho {
	height: auto;
	width: 282px;
	left: 0px;
	top: 0px;
	position: absolute;
	padding-left: 18px;
	padding-top: 18px;
}
body {
	background-color: #ACEC00;
}
#textos {
	height: 530px;
	position: absolute;
	width: 240px;
	overflow-x: no;
	overflow-y: auto;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-left: 0px;
	padding-left: 26px;
	margin-top: 20px;
	z-index: 200;
}
ul {
	margin: 0px;
	padding: 0px;
}
#logotipos {
	height: 30px;
	width: 100px;
	position: absolute;
	left: 18px;
	top: 270px;
}
