body{
	background:url(fondo.jpg); 
}

h1{ 
	background: #333333; 
	color: #ffffff;
	font-size:50px;
	width: 40%;
	height: 60px;
	margin: 20px 400px;
	padding: 10px;
}
p{ 
	color: #000000;
	font-size:20px;
}
h2{ 
	color: #ffffff;
	font-size:40px;
}

h3{ 
	color: #ffffff;
	font-size:40px;
}
div3{ 
	color: #ffffff;
	font-size:10px;
    position: absolute;
	bottom: -1200px;
	left: 800px;
    width: 400px;
	height: 300px;
}

ul{
	background: #E5E7E9; 
	color: #F8F9F9;
	width: 30%;
	font-size: 20px;
}
footer{
	background: #333333; 
	color: #E5E7E9;
	font-size:20px;
	width: 20%;
	margin: 20px 550px;
}
.caja{
	position:absolute;
	top: 300px;
	bottom: ;
	right: ;
	left: 800px;
}
.imagenes{
	background: #ccc;
	width: 800px;
}
img{
	height: 100%;
	width: auto;
}

div1{
	position: absolute;
	bottom: 110px;
	left: 800px;
    width: 400px;
	height: 300px;
}
div2{
	position: absolute;
	bottom: -220px;
	left: 800px;
    width: 400px;
	height: 300px;
}
video{
	margin: 0 auto;
	padding-top: 0px;
	width: 700px;
	height: 450px;
}



