@charset "UTF-8";
/* CSS Document */

.direita {
	background-image: url(images/direita.png);
	background-repeat: repeat-y;
	background-position: right;
}
.esquerda {
	background-image: url(images/esquerda.png);
	background-repeat: repeat-y;
	background-position: left;
}
.bg {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
.titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #6C96AA;
}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: justify;
}
.textoGalerias {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
	font-weight: normal;
}
.titleGuestbook {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: justify;
	font-weight: bold;
}

