/* CSS Document */
<!--
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#E4e4e4
}
#adsenses{
	width:234px;
	height:60px;
	float:left;
	margin-top:20px;
}
#adsenses2{
	width:200px;
	height:90px;
	float:right;
	margin:5px 0;
}
a{
	color:#2495C4;
	font-weight:bold;
}
input, textarea{
	border: groove 1px #cccccc;
	font-size:x-small;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;

}
#tudo{
	width: 760px;
	margin:0 auto;	
	padding: 0px;
	text-align:left;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
}
#banner{
	height:150px;
	background:url(images/banner.jpg) no-repeat top center;
}
#box{
	width:530px;
	height:466px;
	background:url(images/site_04.jpg) no-repeat top center;
}
#horas{
	text-align:right;
	font-style:italic;
	font-size:10px;
	margin-top:15px;
	margin-left:30px;
	width:460px;
	display:block;
	color:#FF0000;
}
#conteudo{
	overflow:auto;
	scrollbar-face-color: #eeeeee;
	scrollbar-shadow-color: #eeeeee;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-3dlight-color: #eeeeee;
	scrollbar-darkshadow-color: #eeeeee;
	scrollbar-track-color: #e4e4e4;
	scrollbar-arrow-color: #000000;
}
#conteudo{
	width:460px;
	height:360px;
	margin-left:30px;
	margin-top:20px;
	padding:5px;
	line-height: 18px;
	
}
#conteudo p{
	text-align:justify;
	text-indent:5px;
	
}
#menu{
	width:220px;
	height:306px;
	background:url(images/site_03.jpg) no-repeat top center;
}
#titulo{
	position:absolute;
	width:80px;
	height:80px;
	margin:0 auto;	
	margin-top:150px;
	margin-left:200px;
	padding: 0px;
	text-align:left;
	z-index:30
}
.txtred{
	color:#FF0000;
}

.port a{
	margin:0 auto;
	padding:0;
	text-align:left;
	padding:3px;
	font-size:small;
	text-decoration:none;
	display:block;
}
.port a:hover{
	background:#eeeeee;
	color:#000000;
}

.port ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.port ul li{
	height:20px;
	margin-bottom:1px;
	padding-left:1px;
	line-height:20px;

}