#container_principal::before , #container_principal::after {
	display: block;
	content: "";
	height: 10%;
}   
   
#container_modal{
	position: relative;
	margin: 0 15%;
	height: 80%;
	width: 75%;
	opacity:1;
}

#container_principal{
	height: 100%;
	width: 100%;
	top: 0px;
	display: none;
	position: absolute;
	z-index: 1000000;
	background-color: rgba(0, 0, 0, 0.5);	
}

#top_iframe{
	position: relative;
	height: 30px;
	border: 1px solid;
}

#span_close{
	  float: right;
	  font-size: 40px;
	  cursor: hand;
	  color: #fff;
}
#span_close:hover,
	#span_close:focus {
	  color: #000;
	  text-decoration: none;
	  cursor: pointer;
	}

.fa-play-circle{

color: #2DA7EE;
font-size: 2rem;
	
}

.fa-film{

font-size: 2rem;
	
}	

.fa-list{

font-size: 2.2rem;
	
}	

	