	/* base semi-transparente */
    .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index:1001;
		opacity:.75;
        -moz-opacity: 0.75;
        filter: alpha(opacity=75);
    }
	
    /* estilo para lo q este dentro de la ventana modal */
    .modal {
        position: absolute;
        top: 30%;
        left: 40%;
        width: 20%;
        height: 20%;
        padding: 16px;
        background: #fff;
		color: #333;
        z-index:1002;
        overflow: auto;
        text-align: center;
        padding-top: 70px;
    }
    
a.close {
    background: url("../img/flowplayer-cerrar.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    display: block;
    text-indent: -99999px;
    z-index: 3000;
	}
	
a.close:hover {
    background: url("../img/flowplayer-cerrar-hover.png") no-repeat scroll 0 0 transparent;
	}