<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Roboto|Lato|Oswald:700);
@import url(https://fonts.googleapis.com/css?family=Didact+Gothic);
@import url(https://fonts.googleapis.com/css?family=Roboto:900);

* {
    margin: 0;
    padding: 0;
}

h3 {
    padding-bottom: 1em;
    padding-top: 1em;
}

.contenido {
    padding-bottom: 1em;
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
}

html {
    width: 100%;
    height: 100%;
}


.contenedor_fondo_app_ {
    height: auto;
    overflow: hidden;
    background: -webkit-linear-gradient(rgba(68, 185, 231, 0.2), rgba(68, 185, 231, 0.9));
}

.noticia_app {
    width: 92%;
    height: auto;
    margin-left: 4;
    margin-top: 5%;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    background: rgba(68, 185, 231, 0.3);
    box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}

.noticia_dos {
    width: 100%;
    height: auto;
    -webkit-border-radius: 15px 15px 0px 0px;
    background-image: url('../img/liga/leldlc2.jpg');
    background-position: center;
    font-family: Roboto, Lato, arial, times;
    font-size: 14px;
}

.noticia_app_contenido {
    width: 100%;
    height: 175px;
    -webkit-border-radius: 15px 15px 0px 0px;
    /*
    background-image: url('../img/liga/leldlc3.jpg');
    */
    background-position: center;
    font-family: Roboto, Lato, arial, times;
    font-size: 14px;
}

.titulo_noticia_app {
    height: 100%;
}

.titulo_noticia_app a {
    text-decoration: none;
    color: #FFFF;

}

.fecha_noticia_app {
    color: #FFFF;
    position: absolute;
    bottom: -65px;
    left: 10px;
    font-size: 10px;
    text-transform: uppercase;
}

.contenedor_app {
    margin: 0 1em;
    color: #000;
    font-family: Roboto, Lato, arial, times;
}

.contenedor_app_ {
    margin: 0% 8% 2% 8%;
    color: #000;
    font-family: Roboto, Lato, arial, times;
}

.fecha_contenido_app {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Roboto, Lato, arial, times;
    margin: 5% 8% 2% 8%;
}

.titulo_contenido_app {
    font-family: Roboto, Lato, arial, times;
    font-size: 18px;
    margin: 5% 8% 5% 8%;
}

.enlaces_contenido_app {
    text-decoration: underline;
    color: #000;
}

.volver_app {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Roboto, Lato, arial, times;
    margin-top: 5%;
    text-decoration: none;
    color: #000;
    border: 1px solid black;
    padding: 2px 10px 2px 10px;
}
</pre></body></html>