/* ----------- corpo ------------- */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
	margin: 0px;
	background-image: url(../estrutura/fun.jpg);
	background-position: center;
}
#main{
	width: 770px;
	text-align: left;
	overflow:visible;
	background-color: white;
	background-image: url(../estrutura/main.jpg);
	background-repeat: repeat;
}
#header{
height: 294px;
}

/* ----------- menu ------------- */
#menu{
width: 120px;
float: left;
text-align: left;
font-size: x-small;
font-weight: bold;
}
#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li{
	width: 100%;
}
#menu li a{
	display: block;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	color: #333333;
	background-color: #CCCCCC;
	background-image: url(../estrutura/but1.jpg);
	background-repeat: no-repeat;
	height: 25px;
	text-align: left;
	left: 3px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 45px;
}
#menu li a:hover{
	display: block;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	color: #666;
	background-color: #CCCCCC;
	background-image: url(../estrutura/butao.jpg);
	background-repeat: no-repeat;
}
/* ----------- submenu ------------- */
.submenu {
background-color: #666666;
border: 1px solid #666666;
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
font-size: x-small;
padding: 2px;
font-weight: bold;
}
a.menuItem {
color: #333333;
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: 200px;
	text-align: left;
	overflow: visible;
	color: #CCCCCC;
	background-image: url(../estrutura/tarja.jpg);
	background-repeat: no-repeat;
}
#contents h1{
color: #FFFFFF;
font-size: 20px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: small-caps;
}
#contents h2{
font-size: 18px;
font-style: italic;
color: #CCCCCC;
}

#noticias{
	font-size: small;
	float: right;
	width: 150px;
	color: #999;
	background-image: url(../estrutura/notic.jpg);
	background-repeat: no-repeat;
	background-position: center 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 40px;
	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: small;
	color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
#noticias a.noticiaTexto{
font-style: italic;
color: #999;
text-decoration: none;
font-size: x-small;
}

#fotos{
margin-top: 10px;
width: 80%;
}
#fotos .titulo{
color: white;
font-size: small;
background-color: #666666;
}
#fotos .texto{
font-size: 10px;
padding: 5px;
}

#footer{
	clear: both;
	background-color: #000000;
	font-style: normal;
	color: #000000;
	text-align: right;
	font-size: x-small;
	background-image: url(../estrutura/rodap.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.cyber {
font-size: 7pt;
color: #000000;
}

