
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}


.info{
	font-family: calibrí;
	font-size: 150%;
	margin-right: 100px;
	margin-left: 100px;
}

.btn-regresar{
	margin-left: 40px;
	font-family: calibrí;
	font-size: 135%;
	text-decoration: none;
	margin-bottom: 50px;
}

body{
	margin-bottom: 50px;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {

.info{
	font-family: calibrí;
	font-size: 150%;
	margin-right: 50px;
	margin-left: 50px;
}

iframe{
	width: 400px;
	height: 300px;
	margin-bottom: 50px;
}

}


@media only screen and (min-width: 481px) and (max-width: 768px) {

.info{
	font-family: calibrí;
	font-size: 150%;
	margin-right: 40px;
	margin-left: 40px;
}

iframe{
	margin-bottom: 30px;
	
}

}


@media only screen and ( orientation: landscape) and (min-width: 769px) and (max-width: 900px)   {

.info{
	font-family: calibrí;
	font-size: 150%;
	margin-right: 35px;
	margin-left: 35px;
}

iframe{
	margin-bottom: 30px;
	
}

}

@media only screen and ( orientation: landscape) and (min-width: 769px) and (max-width: 900px)   {

iframe{
	margin-bottom: 50px;
	
}


