html {
	background-color: #7F7F7F;
}

#page {
	position: relative;

	z-index: 1;
	width: 768px;
	height: 1024px;

	border: none;
	background-color: #000;

	margin-left: auto;
	margin-right: auto;

	overflow: hidden;
}

.fondo {
	background: url('../images/patronato-c2.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

video {
	position: absolute;
	z-index: 99;
	left:     0;
	top:      0;
}

.boton {
	position: absolute;
	display: none;

	z-index: 99;

	width:  60px;
	height: 60px;
	bottom: 10px;
}

#boton-video     {
	width:  80px;
	height: 80px;

	bottom: 635px;
	left:   652px;
}

#boton-web       { left: 197px; }
#boton-twitter   { left: 298px; }
#boton-facebook  { left: 404px; }
#boton-instagram { left: 510px; }