/* -------------------- Slide -------------------- */
#slide{
	width:496px;
	height:200px;
	float:left;
	border:10px solid #8a8a8a;
	margin-left:10px;
}

/* -------------------- Próximos Eventos -------------------- */
#proximosEventos{
	width:420px;
	margin-left:10px;
	height:220px;
	float:right;	
}

#proximosEventos #eventos{
	width:420px;
	height:190px;
	background-color:#2B2A2A;
	float:left;
}

#proximosEventos #eventos table{
	margin-left:5px;	
}

#proximosEventos #eventos tr td{
	padding:5px 0px 5px 5px;	
}

#proximosEventos h2{
	padding:5px 0px 5px 10px;
	float:left;
	font-weight:normal;
	font-size:18px;
	width:100%;
	background:#454545;
}

#proximosEventos table tr td:hover{
	text-decoration:underline;
	background:#383838;
}	

#proximosEventos table a span{
	float:right;
	font-size:14px;
}

#proximosEventos #eventos .maisEventos{
	text-decoration:none;
	float:left;
	margin-left:15px;
	position:relative;
	top:15px;
}

#proximosEventos #eventos .maisEventos:hover{
	text-decoration:underline;
}

/* -------------------- Álbuns -------------------- */
#albuns{
	float:left;
	width:100%;
	margin-bottom:15px;
	margin-top:25px;
}

#albuns .caixaAlbum{
	float:left;
	margin-left:2px;
    margin-right:3px;
	margin-top:10px;
    width: 205px;
}

#albuns h2{
	background:url(imagens/bgTitulo.jpg) repeat-x;
	height:27px;
	width:100%;
	font-weight:normal;
	font-size:18px;
	padding-left:15px;
	padding-top:2px;	
}

#albuns .maisAlbuns{
	float:left;
	padding-top:30px;
	padding-left:30px;
	padding-bottom:15px;
}

#albuns .maisAlbuns:hover{
	text-decoration:underline;	
}

.caixaImagem{
	float:left;
	width:150px;
	height:150px;
	margin:10px 30px 0px 30px;
	text-align: center;
	background: rgb(202,202,202); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(202,202,202,1) 0%, rgba(136,136,136,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,202,202,1)), color-stop(99%,rgba(136,136,136,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(202,202,202,1) 0%,rgba(136,136,136,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(202,202,202,1) 0%,rgba(136,136,136,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(202,202,202,1) 0%,rgba(136,136,136,1) 99%); /* IE10+ */
	background: linear-gradient(top, rgba(202,202,202,1) 0%,rgba(136,136,136,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#888888',GradientType=0 ); /* IE6-9 */
}

#albuns .caixaAlbum h4{
	margin:5px 0px 0px 30px;
	font-weight:normal;
	float:left;
}

.caixaImagem .imagem{
	height:150px;
	background-repeat:no-repeat;
	background-position:center;
}

.caixaImagem .imagem a{
	display:block;
	text-decoration:none;
	margin-bottom:5px;
	width:150px;
	height:150px;
}

.caixaImagem .imagem a img{
	display:none;
}