body {
	padding:0;
	margin:0;
	font:76% Arial, Helvetica, sans-serif;
	color:#000;
	background:url(../img/fondo.jpg) no-repeat center top #262626;
}

/* GENERAL */

a img {border:none;}
a:link, a:visited {color:#e60000}
a:hover {color:#900}

.clear{clear:both;}
.space30{height:30px;clear:both;}
form{padding:0;margin:0;}

.red{color:#FF0000;}
.green{color:#66CC00;}

/* WEB */

#main {
	width:832px;
	margin: 16px auto 0 auto;
	background:url(../img/fondo-main2.jpg) repeat-y center top #000;
}
#main2 {
	background:url(../img/fondo-main.jpg) no-repeat center top;
	padding:26px 0 0 18px;
}

p {
	margin:0;
	padding:0;
}

.title {
	margin:0 0 5px 0;
	font-family:"Times New Roman", Times, serif; font-size:1.8em; color:#FFF; letter-spacing:0.1em;
}

.modulo {
	width:360px;
	margin: 0 0 24px 0;
}

.modulo .evento {
	padding:10px 0 10px 8px;
	margin: 0;
	border-top:1px dashed #000;
}
.modulo .evento.bottom {
	border-bottom:1px dashed #000;
}

.modulo .evento h2 {
	font-size:1.6em;
	margin: 0 0 2px 0;
	padding:0;
}

#footer {
	width:832px;
	height: 40px;
	margin: 0 auto 0 auto;
	background:url(../img/fondo-footer.jpg) no-repeat center top;
}

#footer p {
	padding:44px 0 20px 0;
	text-align:center;
	font-size:0.9em;
	color:#CCC;
}



