body {
    margin: 0px;
}
.logo {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    text-align: center;
    
}
.contenido {
    width: 100%;
    padding: 20px 0 20px 0;
    color: #fff;
    font-family: tahoma;
    font-size: 30px;
    text-align: center;
    background: #2580bd;
    margin: 10px 0;

}
.creditos {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    width: auto;
    margin: auto;
    text-align: center;
}

.creditos a {
    color: red;
    text-decoration: none;
}
.creditos a:hover {
    color: #1f1f1f;
    text-decoration: underline;
}
span.movil {
    font-size: 18px;
    color: #A4280D;
}
.advice{
    font-size: 13px;
    color: blue;
}
.contact{
    font-size: 14px;
}
