*{
    padding: 0;
    margin:0;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
@font-face{
    font-family: radiomalon;
    src: url("AeroviasBrasilNF.ttf");
}

body{
   
    background-color:#111;
    background-image: url("../img/fondo.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;

}

body,html{
    height: 100%;
    text-align:center;
}
#header{
    text-align: right;
}
#header h2{
    font-family: radiomalon;
    font-size: 4em;
    text-shadow: -1px 0 orange, 0 1px orange, 1px 0 white, 0 -1px white; 
}
#header h2 img {
    top:15px;
    width:auto;
    max-height:60px;
}
#cuerpo{
    
    display:block;
    margin:0 auto;
    width:88%;
    min-height:100%;
   
}
#content{
   color:#ccc;
    margin:5px;
    text-align: left;
    font-size: 1em;
}
#content h2{
    position:relative;
    top:1em;
    font-size: 1.2em;
}
#content p{
    position:relative;
    top:1em;
}

#footer{
    position:absolute;
    bottom: 0%;
    height:10%;
    min-height:100px;
    width:100%;
    min-width:100px;
    z-index: 100;
}
#tocame{
    text-align:center;
    margin:0 auto;
    width:80px;
    height:80px;
    padding:20px 2px;
    border-width: 3px;
    border-style: solid;
    border-color: lightskyblue;
    border-radius:40px;  
    box-sizing:border-box;  
    background-color:#333;
    color:#ccc;
    font-size: 1.5em;
}
#tocame:hover{
    background-color:lightgoldenrodyellow;
    color:#333;
}
.cargando{
    background-image: url("../img/cargando2.gif");
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 5em;
}

 .play{
    margin: auto;
    width: 0;
    height: 0;
    border-top:solid 16px transparent;
    border-bottom:solid 16px transparent;
    border-left:solid 24px lightskyblue;
    
}

.pausa{
    margin:auto;
    width:8px;
    height:32px;
    border-left:  12px solid lightskyblue;
    border-right: 12px solid lightskyblue;
    
}


@media only screen and (max-width:600px){
    #header{
        text-align: right;
    }
    #header h2{
        font-family: radiomalon;
        font-size: 3em;
        text-shadow: -1px 0 orange, 0 1px orange, 1px 0 white, 0 -1px white; 
    }
    #header h2 img {
        top:10px;
        width:auto;
        max-height:30px;
    }

}

