body{
	background-color: black;
	color: white;
	}
#img { 
	
	float:left;
}
#clear {
	clear: both;
}
video {
     width: 400px;
     border: 2px solid blue;
     display: block;
	 margin: 5%;
}

footer {
	background: url(fondo3.jpg) repeat-x;
	height: 50px;
}
h1 {
	font-size: 3em;
}
h2 {
	font: bold 2em;
}

header , h2 {
	box-shadow: 10px -10px 10px gray;
	border-radius: 1em;
	text-align: center;
	background-color: rgb(40,40,40);
}
script {
	font: 33px;
	text-align: center;
	}