/*
IDs --------------------------------------- */
#head{
	margin:0 0 0 14px;
	height:430px;
	position:relative;
}
#head *{
	position:absolute;
}
#head #logo{
	top:50px;
}
#head #slogan{
	position:absolute;
	bottom:0;
	right:0;
}
#left, #right{
	width:480px;
	margin-top:20px;
}
#left{
	float:left;
	margin-right:10px;
}
#right{
	float:right;
}
#left + br{
	clear:both;
}
#notebook{
	position:relative;
}
#notebook h2{
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
}
#months{
    background-color:#212121;
	width:480px !important;
}
#months li{
	float:left;
}
#months li a{
	display:block;
	color:#fff;
	font-weight:700;
	padding:7px 8px;
	width:24px;
    background-color:#212121;
	text-decoration:none;
}
#months li a:hover,
#months li a:active,
#months li a.selected{
    background-color:#fff;
	color:#000;
}
#notebookProcess{
	position:absolute;
	top:32px;
	left:0;
	display:block;
	width:89.2%;
	background-color:#656564;
	background-image:url(/imgs/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	padding:8px 7px 8px 45px;
	display:none;
}
#events{
	clear:left;
}
#events li{
	padding:8px;
	cursor:pointer;
    background-color:#212121;
}
#events li.alt{
    background-color:#363535;
}
#events li.empty{
    text-align:center;
	cursor:text;
}
#events li:hover{
	background-color:#656564;
}
#events li.empty:hover{
    background-color:#212121;
}
#events li p{
	margin:5px 0 0;
	padding:0;
}
#events li .desc{
	display:none;
}
#events h3{
	font-size:14px;
	font-weight:700;
	position:relative;
}
#events h3 span{
	position:absolute;
	right:0;
	color:#cacbca;
}
#events h4{
	font-weight:700;
	font-size:12px;
	color:#cacbca;
}
#events h4 span{
	font-weight:normal;
}
#contacts{
	margin-top:40px;
}
#contacts ul{
	list-style-type:square;
	margin:10px 0 20px 30px;
}
#contacts li{
	margin:10px 0;
}
#presentation{
	text-align:center;
}
#presentation div{
	background-color:#000;
	padding:10px;
	width:500px;
	text-align:right;
	margin:0 auto;
}
#presentation a{
	color:#fff;
	font-weight:700;
	margin-bottom:5px;
	display:block;
}
#presentation p{
	color:#fff;
	font-weight:700;
	margin:0;
	margin-top:5px;
	padding:0;
	text-align:center;
}
#info{
	width:600px;
	margin-top:40px;
	margin-left:40px;
	float:left;
}
#club{
	position:relative;
}
#club a{
	width:382px;
	height:98px;
	background-image:url(/imgs/botao-participe.png);
	background-repeat:no-repeat;
	background-position:center top;
	position:absolute;
	bottom:-50px;
	left:50%;
	margin-left:-191px;
	color:transparent;
}
#club a:hover,
#club a:active{
	background-position:center bottom;
}
#goodNews{
	position:relative;
	min-height:150px;
}
#goodNews > a img{
	float:right;
}
#goodNews > img{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}

/*
Classes --------------------------------------- */
.advise{
	padding:10px;
	border:3px solid #fff;
	background-color:#000;
	text-align:center;
	font-weight:700;

}
.advise span{
	color:red;
}
