/* ----------- corpo ------------- */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #009966;
	margin: 0px;
	background-image: url(../imag/fun.jpg);
}
#main{
	width: 770px;
	text-align: justify;
	overflow:visible;
	background-color: white;
	background-image: url(../imag/main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 168px;
	border: 1px solid #009966;
	font-size: x-small;
	font-weight: bold;
	color: #003300;
}
#header{
	height: 120px;
	float: left;
	margin-bottom: 60px;
}

/* ----------- menu ------------- */
#menu{
	width: 150px;
	float: left;
	text-align: left;
	font-size: x-small;
	font-weight: bold;
	background-color: #EBEBEB;
	margin-top: 98px;
}
#menu ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}
#menu li{
width: 100%;
}
#menu li a{
	display: block;
	padding: 2px;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3CB54B;
	border-top-width: 1px;
	border-right-width: 9px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #ececec;
	border-bottom-color: #FFFFFF;
	border-left-color: #3CB54B;
	background-image: url(../imag/fun-but1.jpg);
}
#menu li a:hover{
	display: block;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	color: #1C5523;
	background-color: #00CC00;
	border-top-width: 1px;
	border-right-width: 9px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #ececec;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
	background-image: url(../imag/fun-but.jpg);
}
/* ----------- submenu ------------- */
.submenu {
	background-color: #009900;
	border: solid 1px #FC0;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	font-size: x-small;
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
}
a.menuItem {
color: #ffffff;
cursor: pointer;
display: block;
padding: 2px;
border-bottom: 1px solid white;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.menuItem:hover {
background-color: #fff;
color: #666;
cursor: pointer;
}

/* ----------- estrutura ------------- */
#contents{
	min-height: 350px;
	margin-left: 180px;
	text-align: justify;
	overflow: visible;
	width: 400px;
}
#contents h1{
	color: #009900;
	font-size: large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: small-caps;
	padding-left: 10px;
	margin-left: 20px;
	margin-top: 20px;
}
#contents h2{
font-size: 18px;
font-style: italic;
color: #CC0000;
}

#noticias{
	font-size: small;
	float: right;
	width: 150px;
	color: #999;
	background-color: #FFFFFF;
	background-image: url(../imag/fun-not.jpg);
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#noticias ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#noticias li {
padding-bottom: 3px;
margin-bottom: 5px;
border-bottom: solid 1px #ccc;
}
#noticias .noticiaTitulo{
font-weight: bold;
font-size: x-small;
color: #FF0000;
}
#noticias a.noticiaTexto{
	font-style: italic;
	color: #006600;
	text-decoration: none;
	font-size: xx-small;
	font-weight: bold;
}

#fotos{
margin-top: 10px;
width: 70%;
}
#fotos .titulo{
color: #003300;
font-size: 10px;
background-color: #00CC00;
}
#fotos .texto{
font-size: 10px;
padding: 5px;
}

#footer{
	clear: both;
	background-color: #FFF301;
	font-style: italic;
	color: #009900;
	text-align: center;
	font-size: xx-small;
	background-image: url(../imag/roda.jpg);
	background-repeat: no-repeat;
	padding-top: 34px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 10px;
}
.cyber {
font-size: 7pt;
color: #FF0000;
}
