body{
	background: rgba(225,225,225,1.00);
}
.x50{
	font-size: 50%;
}
.x75{
	font-size: 75%;
}
.x120{
	font-size: 120%;
}
.x130{
	font-size: 130%;
}
.x150{
	font-size: 150%;
}
.x200{
	font-size: 200%;
}
.x250{
	font-size: 250%;
}
.x300{
	font-size: 300%;
}
.bg-none{
	background-color: rgba(0,0,0,0.00);
}
#equipo{
	background: url('/src/img/fondos/zac.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
#porque{
	background: url('/src/img/fondos/3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
#servicios{
	background: url('/src/img/fondos/6.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
#inicio{
	background: url('/src/img/fondos/1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
#nosotros{
	background: url('/src/img/fondos/4.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
#footer{
	padding-top: 100px;
	padding-bottom: 100px
}
.bg-trans{
	background: rgba(0,0,0,0.60);
}
.text-orange{
	color:rgba(255,96,0,1.00);
}
.bg-orange{
	background-color:rgba(255,96,0,1.00);
}