@charset "utf-8";
/* tags */
body {
	background-color:#000000;
	color:#eeeeee;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:url(../images/background.gif);
	background-repeat:repeat;
}
a:link, a:visited, a:active {
	color:#00ccff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
}

ul {
	margin:0;
	padding:0;
	list-style-position:inside;
	list-style-type:square;
	color:#00ccff;
}

/* layers */
#wrapper {
	width:930px;
	margin:0 auto;
}

#header {
}

#main {
	float:left;
	width:564px;
}

#right-column {
	float:right;
	width:317px;
}

/* others */
.clear {
	clear:both;
	height:10px;
}

#main .module {
	margin:50px 10px;
}
#right-column .module {
	margin:0 10px;
}
.moduleHeader {
	height:30px;
	background-image:url(../images/background_moduleheader.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#CCCCCC;
	font-style:italic;
	font-size:20px;
	line-height:150%;
}
.moduleContent {
	background-color:#363941;
	padding:1.5em;
}

.aviso {
	color:#eeeeee;
	font-size:30px;
	text-align:center;
	letter-spacing:0.2em;
}