/* CSS Document */

	
	a {
		color: #F00;
	}
	
	/* base semi-transparente */
    .overlay{ 
	 position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 1520px; background-color: #000; 
	 -moz-opacity: 0.50;filter: alpha(opacity=50);
    }
	
    /* estilo para lo q este dentro de la ventana modal */
    .modal {
        display: none;
        position: absolute;
        top: 10%;
        left: 15%;
        width:auto;
        height: 67%;
        padding: 16px;
        /*background:;*/
		color: #333;
        z-index:1002;
        /*overflow: none;*/
    }
	
	.lightbox  { 	background-color: #0040e4; filter: alpha(opacity=85); font-family:Verdana, Geneva, sans-serif; color:#ffffff; font-size:12px; padding:0px}
