.video1{
	
	/*margin:auto;*/
 }
.objeto1{
    position: absolute;
	left: 27%;
    top: 319px;
    display: block;
    cursor: pointer;
    border-radius: 20px;
    color: black;
    font-size: 50px;
    padding: 41px;
	
}
.seguir{
    background: #2DA0E4;
    padding: 18px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    bottom: 18px;
    right: 0;
    width: 121px;
    font-size: 32px;
}

.actividad{
    width: 800px;
    height: 499px;
   position: absolute;   left: 0;   right: 0;   margin-left: auto; top:7px;  margin-right: auto;  
    background: white;
    z-index: 999999;
    display: block;
    border: 1px solid;	
	
}


.vjs-break-overlay{
	
	background-color: rgba(0, 0, 0, 0) !important;
}
.header{
	width: 800px;
    margin: auto;
}
.contenedorVideo{
	width: 100%;
	position: relative;

}

.oculto{
	display:none;
}

.vjs-youtube-mobile .vjs-big-play-button {
display: flex !important;
}
.vjs-youtube-mobile.vjs-has-started .vjs-big-play-button {
display: none !important;
}


.vjs-marker{
background-color: #095180 !important;

}

  p {
         background-color: #eee;
         border: thin solid #777;
         padding: 10px;
      }
     
      .event-list {
         float:left;
         border: black;
         margin-left: 5px;
         width: 200px;

      }
      .control{
         clear: both;
      }
