.modalDialog{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 99999;
	position: fixed;
	pointer-events: none;
	background: rgb(0,0,0,0.8);
	transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	-webkit-transition: opacity 400ms ease-in;
}
.modalDialog:target{
	opacity: 1;
	pointer-events: auto;
}
.modalDialog .content-video{
	max-width: 90%;
	/* margin: 2% auto; */
	margin: 2%;
	left: 15%;
	position: relative;
	border-radius: 10px;
	padding: 5px 5px 5px 5px; /* | up | left | down | right |*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background: rgb(255, 255, 255);
	transition: opacity 400ms ease-in;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	-ms-transition: opacity 400ms ease-in;
	-o-transition: opacity 400ms ease-in;
}
#h2mp4000{
	color: rgb(0, 0, 0);
	text-align: center;
}
.CToS{
	width: 100%;
}
#advertencia{
	font-size: 10px;
	text-align: center;
	color: rgb(0, 0, 0);
	background: rgb(251, 255, 0);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.closer{
	top: -10px;
	width: 27px;
	right: -12px;
	font-weight: bold;
	line-height: 25px;
	position: absolute;
	text-align: center;
	color: rgb(0, 0, 0);
	background: rgb(255, 0, 0);
	text-decoration: none;
	box-shadow: 1px 1px 3px #000;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.closer:hover{
	color: black;
	background-color: rgb(255, 79, 79);
}