body{
	background-image: url(/img_layout/bg.png);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0;
}
img{
	border: 0;
}
a {
	font-size: 13px;
	color: #FF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}
.branco_10_bold {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.titulo_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #4B72B3;
	text-decoration: none;
}
.data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFCC01;
	text-decoration: none;
}
#microumlinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#microumlinks a:hover {
	color: #FFCC00;
}




/*********************************************************************
* Top 10 
/*********************************************************************/
#top10{
	position: relative;
	padding: 0;
	background: #fff;
	width: 232px;
	border:1px solid #CCCCCC;
	border-top: 0;
	font-weight: bold;
}
/* Texto */
#top10 span{
	display: block;
	color: #CC1818;
	height: 50px;
	font-size: 11px;
	z-index: 10;
	color: #363636;
	padding: 5px 5px 0 5px;
}
#top10 a{
	color: #3782BB;
}
#top10 div{
	clear: both;
	display: block;
	width: 232px;
	position: relative;
}
#top10 span img{
	float: left;
}
#top10 span u{
	float: left;
	width: 175px;
	margin: 0;
	text-decoration: none;
	padding-left: 5px;
}
/* Quando passa o mouse */
#top10 .on{
	height: 200px;
}
#top10 .on span img{
	margin-top: 5px;
}
#top10 .on div{
	height: 146px;
	z-index: 1;
}
#top10 .on span{
	background: #333333;
	color: #fff;
	padding-top: 5px;
}
#top10 .on a{
	color: #fff;
}
#top10 div div embed{
	position: absolute;
	top: 107px;
	left: 11px;
	z-index: 15;
}


/*********************************************************************
* Destaques
/*********************************************************************/
#boxrand {
	position: relative;
	height: 240px;
	margin-bottom: 10px;
}
#boxrand span{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border: 0;
}
#boxrand div{
	position: absolute;
	top: 75px;
	left: 322px;
	z-index: 2;
}
#boxrand div a img{
	border: 0;
	border-bottom: 3px solid #ccc;
}
#boxrand span span{
	top: 180px;
	left: 0;
	height: 60px;
	background: url('/img_layout/overlay.png');
	z-index: 2;
	width: 100%;
}
#boxrand h4, #boxrand h3{
	margin: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	width: 230px;
}
#boxrand h4{
	font-size: 13px;
	color: #D10000;
}
#boxrand h3{
	font-weight: bold;
	font-size: 17px;
}

/*********************************************************************
* Box
/*********************************************************************/
.box{
	padding: 10px;
}
.box h4{
	margin: 10px 0 0 0;
	float: right;
	width: 150px;
}
.box img{
	float: left;
}
.box p{
	clear: both;
	padding-top: 10px;
}
.box2{
	height: 100px;
	overflow: auto;
}