


@import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');
 .textotit { 
	font-family: 'Montserrat';
	font-size: 15px;
	color: #999999;
	}
 .texto2 { 
	font-family: 'Montserrat';
	font-size: 13px;
	color: #999999;
	}

.textogris { 
	font-family: 'Montserrat';
	font-size: 11px;
	color: #999999;
	}
.bg{
	background:url(../images/bg.jpg) fixed;
	background-repeat:no-repeat;
	background-size:100%;
 
	}