body{
    background: #112846;
}

 
h1 a {
    color: #4DD0E1; 
    font-family: 'Kaushan Script', cursive;
    font-size: 1.5em;
}

 
.access {
    margin-top: 40px;
    margin-bottom: 10px; 
}

 
a:focus, a:hover {
    text-decoration: none; 
    color: #5ECDDB;
}

a.box{
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.43);
    padding: 16px 16px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition: color .6s, background .6s;
    -moz-transition: color .6s, background .6s;
    -o-transition: color .6s, background .6s;
    transition: color .6s, background .6s;

}

a.box:hover{
    background: #FFF;
    color: #000;
}
 
.icon-white{
    color: #FFF;
}
 
.m-top-20{
    margin-top: 15px;
}

a.list-group-item, button.list-group-item{
    color: rgba(255, 255, 255, 0.43);
    border-bottom: none;
}

.list-group-item{
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.43);
    color: #8994A2;
}

.list-group{
    margin-left: 8px;
    height: 201px;
    overflow-x: scroll;
    overflow-x: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.43);
    border-bottom: 1px solid rgba(255, 255, 255, 0.43);
}

.list-group-item:last-child{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
}
 
.list-group-item:first-child{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}


a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
    color: #000;
    text-decoration: none;
    background-color: #F6F6F6;
}

#listMenu{
    opacity: 0;
    visibility: hidden;
    display: none;
    max-height: 160px;
    overflow-y: scroll; 
    width: 25%;
    margin: 0 auto;
}
 
#listMenu.view {
    margin: 15px auto;
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 100;
    -webkit-transition: visibility 0s,opacity .35s,linear;
    -moz-transition: visibility 0s,opacity .35s,linear;
    -o-transition: visibility 0s,opacity .35s,linear;
    transition: visibility 0s,opacity .35s,linear; 
}

.item{
    text-align: center;
}

 






/*Para el scroll*/
::-webkit-scrollbar {
    width: 12px; 
}

 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,0.5);
    border-radius: 2px; 
}

 
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(250,250,250,1); 
}


/*Aca*/