@import url(player.css);

body{
background-image: url(fondo.png);
display: block;
text-align: center;
}

@font-face {
    font-family: 'special_eliteregular';
    src: url('specialelite-regular-webfont.woff2') format('woff2'),
         url('specialelite-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


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


main {
   margin-top: 5px; 
}

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

main .logo {
margin-right:auto;
margin-left:auto;
width: 650px;
height: 244px;
background-image: url(logo650.png);
}

main .texto{
font-size: 30px;
color: #ffffff;
}



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


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-image: url(fondo.png);
display: block;
text-align: center;
}

@font-face {
    font-family: 'special_eliteregular';
    src: url('specialelite-regular-webfont.woff2') format('woff2'),
         url('specialelite-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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


main {
   margin-top: 5px; 
}

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

main .logo {
margin-right:auto;
margin-left:auto;
width: 350px;
height: 131px;
background-image: url(logo350.png);
}

main .texto{
font-size: 30px;
color: #ffffff;
}


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


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-image: url(fondo.png);
display: block;
text-align: center;
}

@font-face {
    font-family: 'special_eliteregular';
    src: url('specialelite-regular-webfont.woff2') format('woff2'),
         url('specialelite-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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


main {
   margin-top: 5px; 
}

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

main .logo {
margin-right:auto;
margin-left:auto;
width: 350px;
height: 131px;
background-image: url(logo350.png);
}

main .texto{
font-size: 30px;
color: #ffffff;
}



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


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;
}

}
