/* 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: #E4C761; filter: alpha(opacity=85); font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; color:#42210B; padding:20px 20px 20px 20px}