.fundo {
	background-image: url(../img/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	background-attachment: scroll;

}
.fundo2 {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../img/fundo2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo5 {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../img/fundo4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo6 {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../img/fundo5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo7 {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../img/fundo6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo3 {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../img/fundo3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo4 {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../img/fundo7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
        text-decoration: none;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BB1614;
}
.texto:hover {
	color: #BB1614;
	text-decoration: underline;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #BB1614;
        text-decoration: none;

}

.link:hover {
	text-decoration: underline;
}