@charset "utf-8";
body {
	background-color:#000000;
	color:#eeeeee;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:url(media/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;
}

#pagina {
	width:930px;
	margin:0 auto;
}

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

#derecha {
	float:right;
	width:317px;
}

.clear {
	clear:both;
	height:10px;
}

#principal .modulo {
	margin:50px 10px;
}
#derecha .modulo {
	margin:0 10px;
}
.moduloHeader {
	height:30px;
	background-image:url(media/background_moduleheader.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#CCCCCC;
	font-style:italic;
	font-size:20px;
	line-height:150%;
}
.moduloContent {
	background-color:#363941;
	padding:1.5em;
}

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