@charset "utf-8";
/* CSS Document */

.fundo_galerias {
	background-image: url(../imagens/mold_fotos.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#tb_base {
	background-image: url(../imagens/fundo_base.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.tx_galeria {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #039;
}
.tx_galeria a:link {
	color: #039;
	text-decoration: none;
}
.tx_galeria a:visited {
	color: #F00;
	text-decoration: none;
}
.tx_galeria a:hover {
	color: #06F;
	text-decoration: none;
}
.tx_galeria a:active {
	color: #F60;
	text-decoration: none;
}
