body {
  background: url('../../../images/index/index.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.nombre_app {
	/*
	position: absolute;
	top: 15%;
	right: 10%;
	text-align: right;
	*/
	min-width: 300px;
	text-align: right;
	margin-top: 30px;
}
.nombre_app h1  {
	padding-right: 30px;
	border-right: 12px solid red;
	font-weight: bold;
	font-size: 430%;

}



.logo_vasa {
	
	
}

.logo_vasa img {
	max-width: 200px;
	
}

.boton_comenzar {
	/*
	position: absolute;
	bottom: 7%;
	right: 10%;
	text-align: right;
	*/
	

}

.boton_comenzar a {
	font-size: 300%;
	color: #FFFFFF;
	font-weight: 300;
}

.boton_comenzar img {
	
}


/* Small devices */
@media (max-width: 760px) { 

	body {
	  background-position: center bottom
	}

	.nombre_app h1  {
		font-size: 45px;
		margin-top: 10px;

	}

	.boton_comenzar a {
		font-size: 250%;
		font-weight: 400;
		text-shadow: 2px 2px #6d6d6d;
	}

	.boton_comenzar img {
		width: 35px;
	}

	.logo_vasa img {
		width: 150px;
	}

	




}