@charset "utf-8";
/* CSS Estilo vf VIDEOS FOTOS PDF */

.btnvf{
	float:left;
	width:200px;
	height:70px;
	cursor:pointer;	
	background-color:#DDD;
	margin-top:4px;	
	box-shadow: 0px 3px 1px #666;	
	border-radius:6px;
	text-align:center;
	font-size:20px;
}
#vfFondo{
	display:none;
	position:absolute;
	z-index:10;
	top:0px;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.85);
}
#vfVentana{
	position: absolute;
	z-index:11;
	width: 40%; 
	height: auto;
	max-height: 90%;
	overflow:hidden;
	cursor:pointer;
	background: url(https://www.unoreciclaje.com/img/preloader.gif) no-repeat;
	background-color:#FFF;
    background-position: center; 
	text-align:center;
	border-radius: 5px;
	padding:3px;
	box-shadow: 0px 3px 20px #777;
}
#vfbtnCerrar{
	float:right;
	z-index:13;
	cursor:pointer;
	width:56px;
	height:56px;
	background-color:#FFF;
	color:#000;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	border-radius:4px;
	border: 1px solid #999;
	
}
#vfSelector{
	position:absolute;
	display:none;
	z-index:12;
	width:90%;
	height:56px;
	padding:2px;
	background-color:#000;	
	overflow-y:auto;
	cursor:pointer;	
	border-radius:4px;
	border: 1px solid #999;
}
.vfMiniFoto{
	margin-right:4px;
	border: 1.5px solid #FFF;
	border-radius: 4px;
}


