/* Reproductor */
        .modal {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 133px;
            overflow: hide;
            background-color: rgb(0,0,0);
            background-color: rgba(0,0,0,0.4);
        }

        .modal-content {
            background-color: rgba(200,200,200,0.85);
            margin: auto;
            padding: 20px;
            border: 1px solid #888;
            width: 300px;
			height:91px
        }

        .close {
			margin-top: -25px;
			margin-right: -10px;
            color: black;
            float: right;
            font-size: 50px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: red;
            text-decoration: none;
            cursor: pointer;
        }

        .track-title {
			color: #b33;
            font-size: 15px;
			font-weight: bold;
            margin-bottom: 10px;
        }