@charset "utf-8";
/* CSS Document */
:root{
}

*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}

body { 
    color: #000;
    font-family: Verdana, Tahoma, Arial, sans-serif; 
    background: rgba(219, 219, 219, 0.1);
    grid-area: plantilla;
    }

header{
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    background: rgba(187, 104, 2, 0.08);
}

    .cab{
        display:flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: groove 3px rgb(187, 104, 2);
        grid-area: cab;
    }

    #cintillo{
        width: 100%;
        margin-top: 1em;
        font-size: 1.2rem;
        margin:auto;
        color: lime;
        background-color: black;
    }

    .cintillo{
        grid-area: cintillo;
    }

    #img_cab{
        width: 100%;
        height: 100%;
        margin:auto;
        background-color: #000000;
    }

    .img_cab{
        grid-area: img_cab;
    }

    #mn_prin{
        width: 100%;
        margin: auto;
        background: rgba(187, 104, 2, 0.12);
    }

    .mn_prin{
        font-size: 1.1em;
        color: black;
        list-style: none;
        display: inline-flex;
        flex-direction: row;   
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        grid-area: mn_prin;
    }
    
    header nav a{
        padding: 5px 5px;
        display: inline-flex;
        text-decoration: none;
        flex-direction: row;
        color: black;
        text-shadow: 2px 1px 0px rgba(255, 179, 0, 0.51);
        border-right: solid 2px rgb(0, 0, 0);   
    }

    header nav a:hover,
    header nav a:active {
        font-size: 1.1em;
        font-weight: bold;
        color:white;
        text-shadow: 2px 2px 0px rgba(255, 179, 0, 0.51);
        padding-bottom: 5px ;
        background-color: black;
        border-bottom: white 2px solid;
    }

    header nav a:visited{
        font-size: 1.1em;
        font-weight: bold;
        color:goldenrod;
        text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
        padding-bottom: 5px ;
        background-color: black;
        border-bottom: white 2px solid;
    }

#post_head{
    width:100%;
    height: auto;
    margin-bottom: 0.8em;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
} 

    .post_head{
        grid-area: post_head;
    }

    #contrata{
        width:100%;
        margin-bottom: 0.8em;
        padding-bottom: 0.5em;
        text-align: center;
        border-top: groove 8px rgba(0, 0, 0, .80);
        border-bottom: groove 3px rgba(0, 0, 0, .80);
    }

    #navegacion{
        font-size: 1.3em;
        font-style: italic;
        text-align: left;
        padding-left: 1rem;
        padding-top: 5px;
        padding-bottom: 5px;
        background-image: linear-gradient(rgba(235, 225, 225, 0.2) 8%, 
                                        rgba(255, 179, 0, 0.4)100%), 
                                        url(../img/bg_nav2.jpg);
        background-size: cover;
    }
    
#pre_central{
    width: 98%;
    margin: auto;
    height: auto;
    text-align: left;
    padding-bottom: 0.5em;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8) 8%, 
                                    rgba(255, 179, 0, 0.6)100%), 
                                      url(../img/bg_nav3.jpg);
    background-size: cover;
    border-top: dotted 1px rgba(0, 0, 0, .80);
    border-bottom: inset 5px rgba(0, 0, 0, .80);
}
    
    .pre_central{
        grid-area: pre_central;
    }

#principal{
   
}
    .principal{
        width: 100%;
        height: auto;
        font-size: 1em;
        margin-top: 5px;
        margin-bottom: 1em;
        background-color:rgba(255, 255, 240, 0.60);
        grid-area: principal;
    }
    
    #playlist{
        width: 95%;
        height: auto;
        margin-left: 5px;
        margin-right: 1px;
        color:rgb(0, 0, 0);
    }

    .playlist{
        grid-area: playlist;
    }

    .listado{
        width: 100%;
        font-size: 1.2rem;
        color: black;
        background-color: rgba(250,250,220,0.8);
    }
         
    .cab_listado{
        font-size: 1.2em;
        text-align: center;
        font-weight: 600;
        padding: 5px 5px;
        border-bottom: white 5px groove;
    }
   
    .odd {
        background-color: rgba(150,250,220, 0.4);
        border-bottom: #000 1px dotted;
    }

#col_der{

}

    .col_der{
        width: 100%;
        height: auto;
        color: #000000;
        grid-area: col_der;
    }

    .col_der figcaption{
        font-weight: 600;
        text-align: center;
    }

	#escuchar {
		width: 100%;
		height: auto;
		margin-top: 10px;
		overflow: scroll;
		overflow-x: hidden;
	}

        #playlist, #player {
        width: 100%; /* Ancho de todo el contenedor */
        padding: 10px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
        #player {
        /* Imagen de fondo del primer contenedor */
        background: whithe; 
        padding: 5px 5px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
        audio {
        width:100%; /* Ancho del reproductor */
        margin:auto;
        display: inline-block;
    }
 	#player:after {
	/* Imagen animada */
	content: url(//lh3.googleusercontent.com/-KoD5KVOAsGQ/U1B_dWFttoI/AAAAAAAAFFc/uJ3SjLPlDHQ/s75/equalizador.gif);
	padding-left: 10px;
 }
 	#playlist {
	margin: 0 auto 5px auto;
	display: block;
	background: floralwhite; /* Fondo del segundo contenedor */
	border-top: 10px solid #000;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	text-align: left;
	font-size: 14px; /* Estilos de fuente */
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
	font-weight: normal;
 }
 	#playlist li, #playlist ul li {
	background-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
 }
 	#playlist li a {
	color: #000; /* Color de las canciones */
	background: #fff; /* Fondo de las canciones */
	padding: 7px 5px;
	display: block;
	padding-left: 10px;
	text-decoration: none;
 }
 	#playlist li a:hover{
	background: rgba(255, 187, 0, 0.623); /* Color de fondo al pasar el cursor */
	text-decoration: none;
 }
 	#playlist .active a {
	color:black; /* Color de la canción activa */
	font-style: italic;
	font-weight: 600;
	text-decoration: none;
	background-color: rgba(238, 230, 149, 0.4);
 }
 	#playlist .active a:before {
	/* content: "\25B6"; */
	color: #CCC;
	font-style: normal;
	padding-right: 8px;
	}

	#playlist .active a:hover {
	 color: #fff; /* Color de la canción activa al pasar el cursor */
	}

#post_prin{
    width: 100%;
    height: 100%;
    font-size: 1.1em;
    margin: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
    .post_prin{
        padding-top: 10px;
        padding-bottom: 5px;
        display: grid;
        grid-area: post_prin;
    }

    #ppcol_izq{
        width: 100%;
        height: auto;
        margin-bottom: 5.5em;
    }

    #ppcol_der{
        width: 100%;
        height: auto;
        color: #000000;
        padding-left: 20px;
    }

 
    #pre_ft{
        width: 100%;
        height: 100%;
        margin: auto;
        border-top: 1px solid black;
        border-bottom: 1px dotted black;
        background-image: linear-gradient(rgba(255, 250, 200, 0.2) 8%, 
                                        rgba(050, 050, 100, 0.3)100%), 
                                        url(../img/bgdesarrollo_web.jpg);
        background-position: center center;
        background-size: cover;
    }
    
        .pre_ft{
            grid-area: pre_ft;
        }
    
        .pft-rowtit{
            width: 98%;
            height: 2em;
            font-size: 1.2em;
            color: rgba(250, 190, 50, 100);
            background-color: black;
            padding: 5px 10px;
            grid-area: pft-rowtit;
        }
    
        .pf-col1{
            width: 100%;
            grid-area: pf-col1;
        }
    
        .pf-col2{
            width: 100%;
            grid-area: pf-col2;
        }
    
        .pf-col3{
            width: 100%;
            grid-area: pf-col3;
        }
    
        .pf-col4{
            width: 100%;
            grid-area: pf-col4;
        }
    
        .pf-fin{        
            text-align: justify;
            padding-left: 15px;
            padding-right: 35px;
            grid-area: pf-fin;
        }
    
        .id_pl{
            width: 70%;
            height: 2.5em;
            text-align: center;
            margin: auto;
            margin-bottom: 1.5em;
            padding-top: .3em;
            text-shadow: 0px 2px 0px yellow,
                         0px 2px 3px rgba(184,100,8,0.15),
                         0px 2px 2px rgba(255,0,0,0.1),
                         0px 2px 5px rgba(255,255,255,0.9);
            border: goldenrod 4px inset;
            border-radius: .5em .5em;
        }
    
        .id_pl:hover{
            color: white;
            font-size: 1.2em;
            text-decoration: none;
            padding: 5px 5px;
            background-color: #000000;
        }
        
        .btn{
            color: black;
            font-size: 1.2em;
            font-weight: 400;
            text-decoration: none;
            padding: 5px 5px;
            margin-bottom: 1em;
           
        }
    
        .btn:hover{
            color: white;
            font-size: 1.2em;
            font-weight: 400;
            text-decoration: none;
            padding: 5px 5px;
            margin-bottom: 1em;  
        }

    .pre_ft nav a{
        text-decoration: none;
        margin-right: 5px;
    }

footer{
    margin-top: 1em;
    padding: 1em 1em;
    color: antiquewhite;
    align-items: center;
    border-top: #000000 groove 8px;
    background-image: linear-gradient(rgba(0,0,0,.20) 8%, 
                                        rgba(0, 0, 0, .80)100%), 
                                        url(../img/bgdesarrollo_web.jpg);
    background-position: center center;
    background-size: cover;
}
        .pie_pag{
            display: grid;
            grid-area: pie_pag;
        }
        .mn_inf{
            background-color:rgba(0, 0, 0, .10);
        }
    
        .mn_inf ul{
            width: 100%;
            font-size: 1.1em;
            list-style-type: none;
            line-height: 2em;
        }
    
        .mn_inf a{
            color:white;
            font-style: italic;
            font-weight: 600;
            text-decoration: none;
        }
        .mn_inf a:hover{
            color:yellow;
            font-size: 1.3em;
            background-color: black;
        }
    
        footer nav a:link{
            text-decoration: none;
            color: darkorange;
            text-decoration: none;
            font-size: 1em;
            margin-right: 20px;
            padding: 10px;
        }
    
footer nav a:over{
    color: darkorange;
    text-decoration: none;
    font-size: 1em;
    margin-right: 20px;
    background: black;
}
.linka{
    color: blanchedalmond;
    font-size: 1.5em;
    text-decoration: none;   
}

.linkb{
    color: black;
    font-size: 1.3em;
    text-decoration: none;   
    text-shadow: goldenrod 3px 3px 3px;
}

.linkc{
    color: lime;
    font-size: 1.3em;
    text-decoration: none;   
    text-shadow: black 3px 3px 3px;
}
.imgcard{
    border: white 2px solid;
    -webkit-box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    border-radius: 4%;
}

.imgpromos{
    margin-bottom: 1em;
    -webkit-box-shadow: 5px 5px 5px 0px #000000, 
            inset 4px 4px 15px 0px #000000, 
            5px 5px 15px 5px  rsgba(0,0,0,0); 
    box-shadow: 5px 5px 5px 0px #000000, 
            inset 4px 4px 15px 0px #000000, 
            5px 5px 15px 5px rgba(0,0,0,0);
}
.titulo{
    font-size: 1.5em ;
    font-weight: 600;
    text-shadow: #ff7c02 2px 2px 2px;
}

.subtitulo{
    font-size: 1.3em;
    color: black;
    text-decoration: none;   
    text-shadow: white 3px 3px 1px;
}

.tit_secc{
    font-size: 1.2em;
    font-weight: 500;
    text-shadow: rgb(245, 245, 254) 2px 2px 1px;
}
