@font-face {
    font-family: "NotoSans-Regular";
    src: url("/font/NotoSans-Regular.ttf");
}

@font-face {
    font-family: "NotoSerif-Regular";
    src: url("/font/NotoSerif-Regular.ttf");
}

html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

body{
    margin: 0;
    padding: 0;
    text-align: center;
}

#bodycontenido{
    margin: 0 auto;
    width: 60%;
    padding: 0;
}

.itemaudioguia{
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    text-decoration: none;
}

.itemaudioguia img{
    width: 80%;
    margin: 10px 0;
}

.itemaudioguia a{
    text-decoration: none;
}

.itemaudioguia h1{
    color: black;
    text-decoration: none;
}

@media screen and (max-height: 1024px) {
    
}

@media screen and (max-width: 800px){
    #bodycontenido{
        width: 80%;
    }
}

@media screen and (max-width: 600px){
    #bodycontenido{
        width: 90%;
    }

    .itemaudioguia{
        position: relative;
        float: left;
        width: 90%;
        margin: 20px 5%;
        text-align: center;
        text-decoration: none;
    }
}

@media screen and (max-width: 480px){
    
}
