/* ----------- corpo ------------- */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
background-color: #FFFFFF;
margin: 0px;
}
#main{
		width: 770px;
	text-align: left;
	overflow:visible;
	top: 10px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../img/fund1.jpg);
	background-position: center 237px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C3C3C3;
	border-left-color: #C3C3C3;
}
#header{
	height: 234px;
}

/* ----------- menu ------------- */
#menu{
	width: 120px;
	float: left;
	text-align: center;
	font-size: x-small;
	margin-top: 20px;
}
#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom-color: #FFFFFF;
}
#menu li{
width: 100%;
}
#menu li a{
	display: block;
	padding: 2px;
	width: 100%;
	cursor: pointer;
	color: #994B59;
	background-image: url(../img/bol.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 3px;
	text-decoration: none;
	background-color: #FFFFFF;
}
#menu li a:hover{
	cursor: pointer;
	text-decoration: none;
	color: #994B59;
	background-image: url(../img/bol1.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
/* ----------- submenu ------------- */
.submenu {
	background-color: #FFFFFF;
	border: 1px solid #994B59;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	font-size: x-small;
	font-weight: bold;
	color: #994B59;
}
a.menuItem {
color: #994B59;
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: #994B59;
color: #FFFFFF;
cursor: pointer;
}

/* ----------- estrutura ------------- */
#contents{
	margin-left: 120px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #325272;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../img/fund_content.jpg);
	margin-right: 130px;
	font-style: italic;
	margin-top: 0px;
	padding: 15px 0 0 0;
	font-weight: bold;
}
#contents h1{

	color: #BFC4C8;
	font-size: large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 1px;
}
#contents h2{
font-size: 18px;
font-style: italic;
color: #CC0000;
}

#noticias{
	font-size: small;
	color: #666699;
	background-image: url(../img/fun2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin: 70px 0 0 0;
	padding-top: 19px;
	background-color: #F0F0F0;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
	text-decoration: none;
	width: 116px;
}
#noticias ul {
	list-style-type: none;
	margin-top: 0;
	padding: 0;
	text-align: center;
}
#noticias li {
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	padding: 3px;
}
#noticias .noticiaTitulo{
	font-weight: bold;
	font-size: small;
	color: #666699;
	text-align: center;
	text-decoration: none;
}
#noticias a.noticiaTexto{
	font-style: italic;
	color: #666699;
	text-decoration: none;
	font-size: x-small;
	text-align: justify;
}

#fotos{
	margin-bottom: 10px;
	padding-bottom: 30px;
	text-align: center;
}
#fotos .titulo{
	color: #9A4A59;
	font-size: x-small;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/fund_noticia.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#fotos .texto{
font-size: 10px;
padding: 5px;
}

#footer{
	background-color: #9A4A59;
	background-image: url(../img/roda.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: xx-small;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
}
.cyber {
	font-size: xx-small;
	color: #FFFFFF;
	font-style: italic;
}

