@charset "utf-8";

/*Para restear los margenes*/
*{
	margin: 0px;
}

#conte_video
{
	position: fixed;
}

/* video y animación*/

.a_EMERGENTE{
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.9);
	position:fixed;
	top:0%;
	z-index: 9999;
}

.a_AJUSTE{
	width:90%;
	height:90%;
	margin:auto;
	margin-top:5%;
}

.a_ANIMACION{
	width:100%;
	height:100%;
}



#videoC{
    width: 90%;
    height: 90%;
}

/*Contenedor de video*/
.video-container{
	position: fixed;
    width: 90%;
    height: 90%;
	top: 38px;
	display:  none;
}

/*Para la liga del video*/
.bvideo{
    cursor: pointer;
}