* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
body {
background: #d5d5de;
background: linear-gradient(90deg,rgba(213, 213, 222, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(242, 224, 182, 1) 100%);
}
html {
    font-family: sans-serif;
    font-display: auto;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family--ms-text-size-adjust: 100%;
    font-family--webkit-text-size-adjust: 100%
}

a {
    color: inherit;
    text-decoration: none
}

.mell_bloque_100{width: 1000px; height: auto; overflow: hidden; margin: 0 auto}
.mell_logo_radio{width: 100%; height: auto; overflow: hidden; float: left; text-align: center; padding-top: 20px; padding-bottom: 20px}
.mell_reproductor{width: 100%; height: auto; overflow: hidden; float: left; text-align: center; position: relative; padding: 10px}
.mell_caja_repro{background: #11102a; border: #fff 2px dotted; padding: 7px;
width: 60%; height: auto; margin: 0 auto; overflow: hidden; flex-direction: center; position: relative;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}
.mell_publicidad{width: 100%; height: auto; overflow: hidden; float: left; margin-top: 10px}
.mell_publicidad img{width: 100%}
.mell_live{background: #fff; width: 50%; height: 600px; float: left; margin-top: 10px;}
.mell_coment{background: #fff; width: 50%; height: 600px; float: left; margin-top: 10px; overflow: scroll;}
.mell_logos_radios{width: 100%; height: auto; overflow: hidden; float: left; margin-top: 40px}
.mell_logos_radios h1{font-size: 15px; color: #fff; text-align: center; font-weight: 400;}
.mell_logos_radios img{
    width: auto; border: #fff 2px dotted; margin-top: 30px; margin-left: 130px;
     border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px
}
.mell_text_pie{width: 100%; height: auto; overflow: hidden; float: left; margin-top: 40px}
.mell_text_pie p{font-size: 18px; color: #2b66ff; width: 100%; float: left; margin-top: 10px; text-align: center;}
.mell_img_1{width: 100%; height: auto; overflow: hidden; float: left; margin-top: 30px; text-align: center;}
.ico_bola img{
    width: 55px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px
}
.mell_img_2{width: 100%; height: auto; overflow: hidden; float: left; margin-top: 15px; text-align: center; margin-bottom: 50px}

.wapp{position:fixed;width:auto;height:auto;right:10px;bottom:10px} 
.wapp img{width: 200px; height: auto;}

/* movil */

@media screen and (max-width: 1040px) {
    .mell_live, .mell_coment{width: 100%}
    .mell_bloque_100{width: 600px; height: auto; overflow: hidden; margin: 0 auto}
    .mell_logos_radios img{margin-left: 40px}
    .mell_caja_repro {width: 98% }
}

@media screen and (max-width: 630px) {
    .mell_bloque_100{width: 100%; height: auto; overflow: hidden; margin: 0 auto}
}

@media screen and (max-width: 480px) {

.mell_logos_radios img{width: 28%; margin-top: 20px; margin-left: 10px;}
.mell_logo_radio img{width: 80%}

.ico_bola img{width: 40px}
}
