@import url(player.css);


    
    
body{ 
    background-color: black;
}

* {
margin:0;
padding:0;
box-sizing: border-box;
}


main {
   margin-top: 5px; 
}

main .cuerpo {
display: flex;
justify-content: center;
flex-wrap: wrap;
}

main .cuadro {
margin-right:auto;
margin-left:auto;
width: 320px;
height: 534px;
background-image: url(fondo.jpg);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
border-top-width: 1px;
border-top-style: solid;
border-top-color: #950505;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #950505;
}




main .reproductor {
    text-align: center;
    margin-top: 450px;
}


footer {
    background-color: black
    margin-left: 0;
    width: 100%;
    height: 50px;
    bottom: 0;
    position: fixed;

}

footer .pie {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

footer h2 {
    font-size: 9px;
    color: #fff;
    bottom: 0;
    position: absolute;
    font-family: verdana, sans-serif;
}



@media only screen and (max-width: 650px){

body{ 
    background-color: black;
}

* {
margin:0;
padding:0;
box-sizing: border-box;
}


main {
   margin-top: 5px; 
}

main .cuerpo {
display: flex;
justify-content: center;
flex-wrap: wrap;
}

main .cuadro {
margin-right:auto;
margin-left:auto;
width: 569px;
height: 320px;
background-image: url(fondoh.jpg);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
border-top-width: 1px;
border-top-style: solid;
border-top-color: #950505;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #950505;
}




main .reproductor {
    text-align: center;
    margin-top: 220px;
}


footer {
    background-color: black
    margin-left: 0;
    width: 100%;
    height: 50px;
    bottom: 0;
    position: fixed;

}

footer .pie {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

footer h2 {
    font-size: 9px;
    color: #fff;
    bottom: 0;
    position: absolute;
    font-family: verdana, sans-serif;
}

}

@media only screen and (max-width: 360px){
    
    
body{ 
    background-color: black;
}

* {
margin:0;
padding:0;
box-sizing: border-box;
}


main {
   margin-top: 5px; 
}

main .cuerpo {
display: flex;
justify-content: center;
flex-wrap: wrap;
}

main .cuadro {
margin-right:auto;
margin-left:auto;
width: 320px;
height: 534px;
background-image: url(fondo.jpg);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
border-top-width: 1px;
border-top-style: solid;
border-top-color: #950505;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #950505;
}




main .reproductor {
    text-align: center;
    margin-top: 450px;
}


footer {
    background-color: black
    margin-left: 0;
    width: 100%;
    height: 50px;
    bottom: 0;
    position: fixed;

}

footer .pie {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

footer h2 {
    font-size: 9px;
    color: #fff;
    bottom: 0;
    position: absolute;
    font-family: verdana, sans-serif;
}

}