
/**********************************************************************************************************************/
/** VENTANAS MODALES CSS **********************************************************************************************/
/**********************************************************************************************************************/

#overlay {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 9998;
  	opacity:.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
}
 
#ventanaModal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0px;
	padding: 0px;
	color: #333333;
	z-index: 9999;
	overflow: hidden;
}

#ventanaModal img.cerrar {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -26px;
}

#ventanaModal img.cerrar:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%); 	
}

#ventanaModal div.contenidoVM {
	overflow: auto;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	/*border: 3px solid #da0000;*/
	background-color: #ffffff;
	/*
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );	
	*/
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
}

/***************************************************************/

/*
     FILE ARCHIVED ON 04:29:25 Oct 12, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:38:27 Jul 21, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.574
  exclusion.robots: 0.066
  exclusion.robots.policy: 0.053
  esindex: 0.009
  cdx.remote: 8.693
  LoadShardBlock: 69.113 (3)
  PetaboxLoader3.datanode: 49.851 (4)
  PetaboxLoader3.resolve: 56.326 (2)
  load_resource: 42.444
*/