
body{
    background-color: black;
    color: white;
    padding: 0;
    margin: 0;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
                1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    font-family: 'Times New Roman', Times, serif;
    overflow-x: hidden;
}

h2 > img{
    vertical-align: middle;
}

.ao_char_sprite{
    width: 30px;
}

.site-content{
    position: absolute;
    top: 0;
    width: 100%;
}

/* main{
    background-color: rgba(0,0,0,0.7);
} */

/* h1{
    color: blue;
}

h2{
    color: red;
} */

.blue{
    color: rgb(0, 128, 255);
}

.red{
    color: rgb(255, 0, 0);
}

.white{
    color: white;
}

a{
    color: blue;
}

a:visited{
    color: red;
}

main{
    /* background-image: url("/public/"); */
    margin-top: 10px;
    margin-right: 5%;
    margin-left: 320px;
    padding: 20px;
}

.cadenas{
    top: -155px;
    position: absolute;
    width: 300px;
    height: 200px;
    right: -70px;
    background-size: 150px;
    background-repeat: no-repeat;
    background-image: url("/public/images/argentum/otro/cadenas_tds.png");
}

aside{
    top: 155px;
    position: fixed;
    margin-right: 20px;
    left: 20px;
    background-image: url("/public/images/argentum/cartel_textura.png");
    width: 308px;
    height: 223px;
    z-index: 1000;
}

.sidebar_table{
    margin-top: -5px;
}

.sidebar_title{
    text-align: center;
}

.sidebar_title > img{
    width: 64px;
    height: auto;
}


.sidebar_table > tbody > tr > td > a{
    text-decoration: none;
}

.sidebar_table > tr > td > a:visited{
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
    image-rendering: pixelated;
}

.bg-wall{
    background-repeat: repeat-x;
}

.bg{
    z-index: 0;
    width: 100%;
}

.bg > *{
    height: 100%;
}

.reverse{
    transform: rotate(180deg)
}

ul{
    list-style: '» ';
}

li::marker{
    color: blue;
}

li{
    color: white;
}