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

background: #ff0000;
background: linear-gradient(90deg,rgba(255, 0, 0, 1) 0%, rgba(194, 19, 40, 1) 50%, rgba(0, 0, 0, 1) 100%);

}

html {
    font-family: Arial;
    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: 970px; 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}
.mell_img_radios{width: 100%; height: auto; overflow: hidden; float: left; text-align: center; margin-top: 20px}
.mell_img_radios h1{font-size: 20px; color: #eee; padding: 10px; margin-top: 20px; border-bottom: #eee 1px dotted;}
.mell_img_radios p{font-size: 14px; color: #eee; margin-top: 30px; margin-bottom: 10px}
.mell_img_radios h1:hover{text-decoration: underline;}
.mell_img_radios img{
    width: 100px; margin-top: 15px; margin-left: 10px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px
}
.mell_publicidad{width: 100%; height: auto; overflow: hidden; float: left; margin-top: 50px;}
.mell_publicidad p{font-size: 12px; color: #eee; padding: 10px; text-align: center;}
.mell_publicidad img{width: 100%}
.mell_coment{background: #fff; width: 100%; 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 h2{font-size: 17px; color: #eee; text-align: center; font-weight: 400;}
.mell_logos_radios h2:hover{text-decoration: underline;}
.mell_logos_radios img{
    width: auto; margin-top: 20px; margin-left: 43px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px
}
.mell_text_pie{width: 100%; height: auto; overflow: hidden; float: left; margin-top: 40px}
.mell_text_pie p{font-size: 14px; color: #eee; 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;}
.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:20px;bottom:20px;}.wapp
img{background: #0cc042; width: 65px; border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px; box-shadow: 0px 0px 11px rgba(0,0,0,.5)}

/* movil */

@media screen and (max-width: 1040px) {
    .mell_bloque_100{width: 600px; height: auto; overflow: hidden; margin: 0 auto}
}

@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_reproductor img{width: 300px}
.mell_img_radios img{width: 20%; margin-left: 2px}
.mell_logos_radios img{width: 28%; margin-top: 20px; margin-left: 10px;}
.mell_logo_radio img{width: 92%}
}
