body{
	margin: 0;
	padding: 0;
}
.puntos_bg {
	background: url(images/x.png);
	padding: 5px;
}
.barra-superior{
	/* height: 78px; menos x.png de bajo de unudad edu...*/
	margin: 0 auto;
	width: :95%;
	max-width: 960px;
	padding: 0;
}
#logo {
	width: 320px;
	height: 320px;
	margin: 5px auto;
	background: url(images/logo.png) no-repeat rgba(255, 255, 255, .5) 50%;
	border-radius: 50%;
	border: 5px solid rgba(0, 115, 176, .5);
	text-indent: -99999px;




}
#video {

	
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	z-index: -10;
	visibility: visible;
}
/* Close Button */
.closebt {
	width: 5px;
	height: 5px;
 padding: 0;
  margin: 70%;
 
  position: relative;
	
}
.closebt img, .closebt i {
	cursor:pointer;

}
