body{
	background: #b3b3b3;
/*    background-image: url("../images/fondo.png");*/
/*    background-repeat: round;*/
    
	color:#fff;
}
#imgtop{
/*    height: 500px;*/
}
#imgtop .parallax{
    transition: 0.5s;
    transition-timing-function: ease-out;
    position: absolute;
    left: 78%;
  top: 40%;
  width: 200px;
  height: 80px;
}
#planes2{
    opacity: 0;
}
#pc{
    overflow: hidden;
}
#planes3{
    transform: translateX(100%);
}
@media (max-width: 768px) {
/*	.row-center{
	margin-top: 0px;
	margin-bottom: 0px;
}
	.navbar-brand{
		display:none;
	}*/
}
@media (min-width: 768px){
    body{
/*        background-size: cover;*/
    }

}
.formulario {
    background-image: url(../images/imagen11.png)
}
