body{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.usuario_foto {
    height: 50px;
}

.navbar-brand {
    padding: 9px 15px 9px 15px;
    text-decoration: none;
    font-size: 19px;
}

.navbar-brand>img {
    height: 29px;
    width: auto;
}

.header-titulo{
    font-size: 24px;
    color: #fff;
}

.sub-navbar{
    background: #000;
    margin-top: 0px;
    margin-top: 46px;
    width: 100%;
    z-index: 1029;
}

.seccion_primera{
   padding-top: 97px;
   padding-bottom: 15px;
}

.fondo_psneutral{
    background-image: url("../images/ps_neutral.png");
}

.fondo_shatt{
    background-image: url("../images/shattered.png");
}

.fondo_gplay{
    background-image: url("../images/gplaypattern.png");
}

.fondo_blanco{
    background-color: #fff;
}

hr.verde {
    margin: 10px 0 40px;
    border-top-color: #dce0e0;
    position: relative;
}

.verde{
    color: #007620;
}

hr.verde:before {
    content: " ";
    width: 35px;
    height: 5px;
    background-color: #007620;
    display: block;
    position: absolute;
}

hr.blanco {
    margin: 10px 0 40px;
    border-top-color: #dce0e0;
    position: relative;
}

.blanco{
    color: #fff;
}

hr.blanco:before {
    content: " ";
    width: 35px;
    height: 5px;
    background-color: #fff;
    display: block;
    position: absolute;
}

.list-group-item.active{
    background-image: url("../images/escheresque_ste.png");
    border-color: #333;
}

.main-footer {
    background-color: #28292a;
    min-height: 56px;
    color: white;
    padding: 20px 0 30px;
    text-align: left;
    font-weight: 300;
}

.main-footer .list-info {
    line-height: auto;
    background-color: #393b3c;
    padding: 30px 0px 70px;
    margin-bottom: 30px;
}

.main-footer .list-info h5 {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 18px;
}

.main-footer .list-info ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.main-footer .list-info ul li a:hover {
    text-decoration: underline;
}

.li-social{
    font-size: 25px;
    cursor: pointer;
}

#logo_experimental_footer{
    height: 100px;
}

#footer_privacidad {
    font-size: 13px;
    text-align: justify;
}

/*----------------------------------------------------------------------------*/

#sesion_iniciar{
    background-color: #DF0101;
    color: #fff;
    font-weight: bold;
}

#sesion_salir{
    /*background-color: #0B6138;*/
    background-color: #007620;
    color: #fff;
    font-weight: bold;
}

#ventana_procesando{
    font-size: 14px;
    text-align: center;
    padding: 15px;
    font-weight: bold;
}

@media only screen and (min-width: 320px) {
    .header-titulo{
        float: left;
        font-size: 12px;
        color: #fff;
        padding-top: 16px;
    }
}

@media only screen and (min-width: 640px) {
    .header-titulo{
        float: left;
        font-size: 18px;
        color: #fff;
        padding-top: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .header-titulo{
        float: left;
        font-size: 18px;
        color: #fff;
        padding-top: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .header-titulo{
        float: left;
        font-size: 24px;
        color: #fff;
        padding-top: 8px;
    }
}