/* CSS Document */

#eventos_album {
	width: 390px;
	height: 127px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align:left;
	clear: both;
}

#eventos_album_foto {
	width: 170px;
	height: 127px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align:left;
	float: left;
	background-color: #CCCCCC;
}

#eventos_album_conteudo {
	width: 210px;
	height: 100px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	text-align:left;
	float: left;
}

.eventos_album_data {	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:left;
	
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size:10px;
	color: #6D6E71;
}

.eventos_album_titulo {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#666666;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

.eventos_album_titulo a {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#666666;
	margin: 0px;
	padding: 0px;
	text-align:left;
	text-decoration: none;
}

.eventos_album_titulo a:hover {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#666666;
	margin: 0px;
	padding: 0px;
	text-align:left;
	text-decoration: underline;
}

.eventos_album_descricao {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	color:#666666;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

#eventos_titulo {
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align:left;
	
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #106FB6;	
}

#eventos_fotos {
	width: 390px;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align:left;
	clear: both;
}

#eventos_foto {
	width: 170px;
	height: 127px;
	margin: 0px 25px 20px 0px;
	padding: 0px;
	text-align:left;
	float: left;
}

/* LINK PARA VER A LISTA DE TODOS OS EVENTOS */ 

#eventos_veja_todos {
			width: 393px;
			height: auto;
			margin: 0px 0px 10px 0px;
			padding: 0px 7px 0px 0px;
			text-align: left;	
			clear: both;
			
			font-family:"Trebuchet MS";
			font-size:10px;
			color: #0066B2;
			font-weight: bold;
			text-decoration: none;
		}
		
		#eventos_veja_todos a {			
			font-family:"Trebuchet MS";
			font-size:10px;
			color: #0066B2;
			font-weight: bold;
			text-decoration: underline;
		}
		
		#eventos_veja_todos a:hover {			
			font-family:"Trebuchet MS";
			font-size:10px;
			color: #0066B2;
			font-weight: bold;
			text-decoration: none;
		}


