.index{
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: fixed;
	background-image: url('../img/index.jpg');
	background-repeat: no-repeat;
	background-position: absolute;
	background-size: 100% 100%;
}
.footer{
	bottom: 0;
	right: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height:auto;
	background-color: #000000;
}
.logo{
	height:  120px;
	width: 120px;
	position: fixed;
	top: 0;
	right: 0;
	margin-right: 50px;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-position: absolute;
	background-size: 100% 100%;
	-webkit-box-shadow: 0px 13px 18px -6px #000000; 
	box-shadow: 0px 13px 18px -6px #000000;
}
.contacto {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	background-color: rgba(245, 214, 73, 0.3);
	color: #000;
	padding: 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 50px -12px #000000; 
	box-shadow: 0px 0px 50px -12px #000000;
}