/*STATICS*/
body{
	background:#000 url(http://img41.imageshack.us/img41/3093/ben10background.jpg) no-repeat top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}

*{
	margin:0;
	padding:0;
	
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

ul{
	list-style:none;
	text-align:left;
}

ol{
	list-style:none;
	text-align:left;
}

ol li a{
	line-height:17px;
}

h1, h2, h3{
	display:inline;
}

h2{
	font-size:15px;
}

a img{
	border:0;
	text-decoration:none;
}

.leftBar h1{
	font-weight:normal;
	font-size:11px;
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}

.separator{
	border-top:#ccc dashed 1px;
	margin:15px 0;
}

.error{
	color:#CC0000; 
	font-weight:bold;
	background:#FBF0DD;
	border:#F1CA80 1px dashed;
	padding:3px;
}

.input{
	width:164px;
	height:20px;
	border:#ccc 1px solid;
	background:#f7f7f7;
	vertical-align:top;
	padding:3px 0 0 0;
}

.textarea{
	width:300px;
	border:#ccc 1px solid;
	background:#fff;
	vertical-align:top;
	padding:3px 0 0 0;
}

/*TOP BAR*/
.topBar{
	padding:3px;
	background:#ECF0F1;
	border-bottom:#CCCCCC 1px solid;
}

.topBar .leftBar{
	float:left; 
	font-size:10px;
	text-align:left;
}

.topBar .rightBar{
	float:right; 
	text-align:right;
}
/**/

#global{
	padding:5px;
	background:#FFFFFF;
	width:970px;
	margin:0 auto;
}

#header{
	margin:0 0 5px 0;
}

#paginador{
	font-weight:bold;
	margin:10px 0 0 0;
}

/*TITULOS*/
.titulo1{
	display:block;
	border:#31A634 1px solid;
	background:url(images/title.jpg) repeat-x;
	color:#000;
	font-size:14px;
	font-weight:bold;
	height:22px;
	padding:3px 0 0 5px;
	margin:0 0 4px 0;
}

.titulo1 a{
	color:#FFFFFF;
}
/**/

/*LEFT*/
.left{
	float:left;
	width:170px;
	padding:0 5px 0 0;
	
}

.left ul li a{
	display:block;
	border:#fff 1px solid;
	height:21px;
	padding:7px 0 0 20px;
	background:#f7f7f7 url(images/bullet1.gif) no-repeat left;
	color:#5D8E15;
	font-weight:bold;
}

.left ul li a:hover{
	border:#eee 1px solid;
	background:#fff url(images/bullet1.gif) no-repeat left;
	text-decoration:none;
	color:#31A634;
}
/**/

/*MIDDLE*/
.middle{
	float:left;
	width:545px;
	padding:0 5px;
	border-right:#CCCCCC 1px dashed;
	border-left:#CCC 1px dashed;
}

.middle h2 a{
	color:#B3C638;
	font-size:17px;
}

.middle li{
	padding:5px;
	border-bottom:1px dashed #CCCCCC;
	margin:0;
	vertical-align:top;
}

.middle li:hover{
	background:#f7f7f7;
}
/**/

/*RIGHT*/
.right{
	float:left;
	width:233px;
	padding:0 0 0 5px;
}

	/*CLOUDS*/
	.clouds .size1 a{
		font-size: 20px;
		font-weight:bold;
	}
	
	.clouds .size2 a{
		font-size: 19px;
		font-weight:normal;
	}
	
	.clouds .size3 a{
		font-size: 18px;
		font-weight:normal;
	}
	
	.clouds .size4 a{
		font-size: 17px;
		font-weight:normal;
	}
	
	.clouds .size5 a{
		font-size: 16px;
		font-weight:normal;
	}
	
	.clouds .size6 a{
		font-size: 15px;
		font-weight:normal;
	}
	
	.clouds.size7 a{
		font-size: 14px;
		font-weight:normal;
	}
	
	.clouds .size6 a{
		font-size: 13px;
		font-weight:normal;
	}
	
	.clouds .size7 a{
		font-size: 12px;
		font-weight:normal;
	}
	
	.clouds .size8 a{
		font-size: 11px;
		font-weight:normal;
	}
	
	.clouds a{
		color: #000;
		text-decoration:none;
	}
	
	.clouds a:hover{
		text-decoration:underline;
	}
	
	.clouds{
		text-align: center;
	}
	/**/

/**/

/*FILES PAGE*/
#tempAd, #countdown, .fileTitle, #footer, .error, .right, .titulo1{
	text-align:center;
}

#files{
	background:#000;
	padding:5px;
	color:#FFFFFF;
}

#files a, h2{
	color:#BDF100;
}

.fileTitle h1{
	font-size:20px;
	color:#FFFFFF;
}

/*COUNTDOWN*/
#countdown{
	font-size:15px; 
	font-weight:bold; 
	color:#BDF100;
}
/**/

ul.related li{
	float:left;
	margin:0 7px 0 0;
}
/**/

/*FOOTER*/
#footer{
	padding:5px 0;
	color:#FFF;
	font-weight:bold;
}
/**/