<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "ulf-8";

*{ 
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

ul li a{
    text-decoration: none;
    display: inline;
    text-align: center;
}

body{
    background-color: #BBC8DE;
    margin: 2em;
}

header, footer{
    background-color: #52688F;
    color: #151B25;
    padding: 1em;
    display: block;
    height: 100%;
    font-size: 10px;
    text-align: right;
    width: 12vm;
}

header{
    position: sticky;
    top: 0;
    z-index: index 8000;
    justify-content: space-between;
    align-items: right;
    margin: 0;
    width: 100%;
}

header{
    display: flex;
    justify-content: space-between;
}

.logo{
    align-items: center;
}

.MENU a{
    color: #151B25;
    display: inline; 
    text-align: right;
    font-size: 13px;
    margin: 1em 0em 1em 2em;
}

ul li a{
    text-decoration: none;
    display: inline;
    border-radius: .2em;
    text-align: center;
}

a{
    color: #151B25;
    text-decoration: none;
    display: inline;
}

h1{
    margin-block: 1em;
    background-color: #52688F;
    color: #151B25;
}


h2{
    margin-top: 1em;
    color: #151B25;
}

h3{
    margin-top: 1em;
    color: #151B25
}

img{
    overflow-clip-margin: content-box;
        overflow: clip;
        border-radius: 10px;
        max-width: 100%
}

ul{
    list-style-type: none;
}

footer{
    text-align: center;
    margin-top: 1em;margin-top: 1em;
}

#instagramuser{
   text-align: left;
    margin-top: 1em;
    color: #151B25
}

#instagram{
    margin-top: 1em;
}

.HIPERVINCULOS img{
    margin-top: 1em;
}

.NUMERO1{
    display: block;
    margin-block: 1em;
    padding: 1em;
    border-radius: 10px;
    background-color: #52688F;
}

.NUMERO2{
    display: block;
    margin-block: 1em;
    padding: 1em;
    border-radius: 10px;
    background-color: #52688F;
}

.NUMERO3{
    display: block;
    margin-block: 1em;
    padding: 1em;
    border-radius: 10px;
    background-color: #52688F;
}
#tituloDA {
    background-color: #52688F;
}</pre></body></html>