/* CSS Document */
body{
	background-color:#FAFAFA;
}

	#mainbox{
	position: relative;
	left:50%; 
	top:20px;
	padding:0px;
	margin-left:-400px; 
	background-image: url(images/fdo_cont.jpg);
	background-repeat: repeat-y;
	width:800px;

}
	.borda{
	display: block;
	width: 800px;
	height:30px;
	margin:0;
	background-image: url(images/fdo_sup.jpg);
	background-repeat:no-repeat;

	}

	div.head {
	display: block;
	width: 800px;/*99.5%;*/
	height: 150px;
	margin: 0;
	padding: 0;/*0.2em 0 0 0.2em;*/
	text-align: center;
	background-color: #c0d5b8;
	background-image: url(images/fdo_cont.jpg);
	background-repeat: repeat-y;
	}

/*container da DIV do Menu Horizontal*/	
	.topMenu {
	/*position:absolute;*/
	color: #069;
	margin: 3px 0 3px 20px;
	padding: 0;
	width: 800px;
	z-index:510;
	background-image: url(images/fdo_nav.jpg);
	background-repeat: no-repeat;
	}
/* MENU HORIZONTAL*/
#menu {
width: 100%;
/*background: #eff9eb;*/
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 7.83em;
float: left;
}

#menu a {
font: bold 11px/16px Trebuchet MS, Verdana, Arial;
display: block;
border-width: 0.1em;
border-style: solid;
margin: 0;
padding: 2px 3px;
color: #0c6b4d;
background: #fafafa; /* configuração cor do menu mouse out*/
border-top: #fff solid 1px;
border-right: #fff solid 1px;
border-bottom: #ccc solid 1px;
border-left: #c0d5b8 solid 5px;
text-decoration: none;
}
#menu h2 {
font: bold 11px/16px Trebuchet MS, Verdana, Arial;
display: block;
border-width: 0.15em;
border-style: solid;
border-color: #fafafa #fafafa #0c6b4d #0c6b4d; /*top right bottom left */
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fafafa;/*#c0d5b8;*/
background-color: #0c684d;
text-transform: none;
}

#menu a:hover {
color: #b01b2e;
background: #fff;
border-left: #0c684d solid 5px; /*configuração menu mouse over*/
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/* FIM MENU HORIZONTAL*/
.texto {
	display: block;
	width: 730px;
	height:auto;
	margin-top:30px;
	margin-bottom:20px;
	padding:0px 10px 0px 40px;
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#0c684d;
}
.texto h2{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.6em;
	color:#0c684d;
	text-align: justify;
	border-bottom: #c0d5b8 dashed 1px;
	width: 260px;

}
.texto h3{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.7em;
	color:#0c684d;
	text-align: left;
	width: 720px;
	margin-left:10px;
	margin-top:30px;
	
}

.texto p{
	font-size:0.8em;
	text-align: justify;
	padding-right: 10px;
}

.texto ul li{
	font-size:0.8em;
	padding-right: 10px;
	margin: 1.6em 0 1.6em 0;
	list-style-type: square;
}


.texto a{
	color:#0c684d;
	text-decoration:none;
}
.texto a:visited{
	color:#0c684d;
	text-decoration:none;
}
.texto a:hover{
	color:#0c684d;
	text-decoration:underline;
}
.texto a:active{
	color:#0c684d;
}
.boxLeft {
	display: block;
	float: left;
	margin-bottom:10px;
	width:340px;
	/*border:#ccc 1px solid;*/
	text-align: center;
	font-size:0.7em;
}
.boxRight {
	display: block;
	float: right;
	margin-bottom:10px;
	width:340px;
	/*border:#ccc 1px solid;*/
	text-align: center;
	font-size:0.7em;
}
.limpa {
clear:both;
}

#filme1 {
	float: right;
	margin: 0 0 10px 10px;
}


#footer {
	width: 800px;
	height: 80px;
	margin: 0 0 0 0;
	clear: both;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.7em;
	text-align: center;
	color: #0c6b4d;
	background-image: url(images/fdo_inf.jpg);
	
}

