
body {
	color: #000;
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	background-color: #fff;
	width: 828px;
	margin: 2em auto;
	padding: 0;
}

div#title {
	margin: 0 10px 0 10px;
	position: relative;
		background: url(notice.gif) left center no-repeat #E1FFFF;
	border: 1px solid #abe9ea;
}

div#title em {
	position: absolute;
	right: 1em;
	top: 0.5em;
	font-style: normal;
}

h1 {
	margin: 0;
	font-size: 140%;
	font-weight: bold;
	font-family:'Arial',sans-serif;
	text-transform: uppercase;
	color:#000;

}

#Header h1 a, #Header h1 a:visited, #Header h1 a:link {color:#FF00FF}
#Header h1 a:hover {color:#000;}

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

a:hover {
	color: #FF00FF;
}

div.clear {
	clear: both;
}

p {
	margin: 1em 10px;
	padding: 0 1em;
}



div.post {
	float: left;
	width: 256px;
	height: 215px;
	margin: 13px 10px;
	margin-left: 10px; 
	position: relative;
	display: inline; /* JESUS FUCKING IE */
}
	
	div.post img {
	border:4px solid #FF0099;
	}

	div.modulo_bis img {
	border:4px solid yellow;
	}
	
	div.modulo img {
	border:4px solid #0099FF;
	}
	
	div.post p {
		position: absolute;
		bottom: 35px;
		margin: 0;
		padding: 0;
		font-size: 140%;
		font-weight: normal;
		color: #000;
	}
	
	div.postInfo {
		padding: 0.2em;
		text-align:center;
		font-weight:bold;
		text-transform:uppercase;
	}


div#pages {
	margin-top:15px;
	padding:4px;
	background:  #E1FFFF;
	border: 1px solid #abe9ea;
	}

	div.pageInfo {
		float: left;
		display: inline;
		font-weight:bold;
	}
	

	
	div.pageLinks {
		float: right;
		font-weight:bold;
	}
	
	
#whitebox {
	top: 0;
	left: 0;
	display: none;
	position: absolute;
	margin: -12px 0 0 -12px;
	background: #fff url(loading.gif) no-repeat scroll center center;
	border:10px solid #000;
}
	#whitebox img {
		border: 1px solid #eee;
		cursor: pointer;
	}

.author {float:right;color:#666666;}
.forum {float:right;margin-top:-22px;}

/* Header.. */

#Header {
	background: #fefefe;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	}
#Header * {
	margin:0px;
	padding:0px;
	}
#Header h1 {
	text-align:center;
	color:#ff00ff;
	font-size:3em;
	text-transform:uppercase;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;

	}
#Header h1 strong {
	color:#ccc;
	}
#Header ul {
	text-align:center;
	font-weight:bold;
	}
#Header ul li {
	display:inline;
	margin:0px 1px;
	}
#Header ul li.TabOn {
	background-color:#fff;
	color: #ff00ff;
	border-bottom: 1px solid #fff;

	}
#Header ul li a {
	padding:5px;
	font-size:11px;
	text-decoration:none;
	background-color:#FFE0FF;
	color:#000;
	border: 1px solid #ccc;

	}
#Header ul li a:hover {
	background-color:#ff0099;
	color: #fff;
	}
#Header ul li.TabOn a {
	background-color:#fff;
	color:#ff00ff;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
#Header ul li.TabOn a:hover {
	background-color:#ff00ff;
	color:#fff;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ff00ff;
	}
#Header ul li a em {
	font-style:normal;
	text-decoration:underline;
	}

#Header ul li.Eyes {
	background-color:#E1FFFF;
	color: #ff00ff;
	}
	
#Header ul li.Eyes a {
	background-color:#E1FFFF;
	color:#000;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#Header ul li.Eyes a:hover {
	background-color:#ff0099;
	color:#fff;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#Header ul li.dons {
	background-color:yellow!;
	color: #ff00ff;
	}

#Header ul li.dons a {
	background-color:yellow;
	color:#000;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

#Header ul li.dons  a:hover, #Header ul li.dons  a:hover  {
	color:#000;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	}
	

