body {
	overflow: hidden;
}
/*.bg {
	background-image: url(/assets/img/3964906.jpg);
	height:100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}*/
/*#img-mantenimiento {
    position: relative;
    -webkit-animation-name: img_mantenimiento; 
    -webkit-animation-duration: 5s; 
    animation-name: img_mantenimiento;
    animation-duration: 5s;
    animation-iteration-count:infinite;
    margin: 0 auto;
    text-align: center;
}

@-webkit-keyframes img_mantenimiento {
    0%   {left:0px; top:0px;}
    75%  {left:100px; top:0px;}
    100% {left:0px; top:0px;}
}

@keyframes img_mantenimiento {
    0%   {left:0px; top:0px;}
    75%  {left:100px; top:0px;}
    100% {left:0px; top:0px;}
}*/
