#splash {
	width:703px;
	height:346px;
	margin:0 auto;
}

#panelReel {
	position: absolute;
	top: 0;
	left: 0;
}

#panelReel > * {
	position:relative;
	display:block;
	width: 790px;
	height:560px;
	}

#activity {
	width: 790px;
	height:560px;
	background:url(../img/fondo.png);

	
	/*Estas propiedades pueden modificarse si llegase a ser necesario*/	
	margin:auto;
	overflow:hidden;
	border: dashed 3px;	
}




#videoSection{

   background:black;
    
}

video{
    display:block;
    
    width:750px;
    height:532px;
    margin: 0 auto;
    padding-top:5px;
    padding-left:18px;
    
}








