@import url(player.css);
body{ 
    background-image: url(2.jpg)
}

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

header .cabeza {

margin-top: 5px;
margin-left: auto;
margin-right: auto;
width: 40%;
height: 50px;
-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: #8AC007;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #8AC007;
}

header img {
    height: 30px;
}

header .txtop h1 {
padding: 6px;
font-size: 30px;
font-family: sans-serif;
text-align: center;
color: #fff;
}

header .txtop h1 img {
    
}

main {
   margin-top: 5px; 
}

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

main .cuadro {
margin-right:auto;
margin-left:auto;
width: 35%;
background-color:rgba(0,0,0,0.7);
-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: #8AC007;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #8AC007;
}

main .imagen {
    text-align: center;
}

main img {
    margin-top: 10px;
    width: 587px;
    border-radius: 10px;
}

main .reproductor {
    text-align: center;
}


footer {
    background: #333;
    margin-left: 0;
    width: 100%;
    height: 50px;
    bottom: 0;
    position: fixed;
    border-top: 3px solid #8AC007;
}

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

footer a {
    padding: 5px;
    width="20px";
    height="20px";
    top: 0;
    
}

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-image: url(b360.jpg)
}
