/* ESTILOS DE USO GENERAL */
/* Mensaje de cookies */
#info-cookies{
    position: fixed;
    padding: 10px 15px;
    background: rgba(10,47,90,0.8);
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.no-rgba #info-cookies{
    background: #141414;
}

#info-cookies .info{
    text-shadow: 0 0 2px #afafaf;
}

#info-cookies .info h2{
    font-size: 17px;
    line-height: 17px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
}

#info-cookies .info p{
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

@media (max-width: 350px){
    #info-cookies .info p{
        margin-top: -25px;
    }
}

#info-cookies .close{
    filter: alpha(opacity=100);
    opacity: 1;
    line-height: 19px;
}

#info-cookies .close a{
    color: #FFF;
    text-shadow: 0 0 2px #636363;
    font-size: 30px;
}

#info-cookies .close a:hover{
    color: #afafaf;
    text-shadow: 0 0 2px #FFF;
    text-decoration: none;
}

/* Información local */
#local-info p{
    width: auto;
    margin: 20px auto 0 auto;
    display: table;
    padding: 10px;
    line-height: 14px;
}

#local-info p#pagetimeload{
    margin-bottom: 20px;
}

/* Mensajes de alerta con Modal de Boostrap */
.modal-header{
    border-bottom-color: rgba(0,0,0,.5);
}

.modal-footer{
    border-top-color: rgba(0,0,0,.5);
}

.modal .bg-primary{color:#004085;background-color:#cce5ff !important;border-color:#b8daff}
.modal .bg-secondary{color:#383d41;background-color:#e2e3e5 !important;border-color:#d6d8db}
.modal .bg-success{color:#155724;background-color:#d4edda !important;border-color:#c3e6cb}
.modal .bg-info{color:#0c5460;background-color:#d1ecf1 !important;border-color:#bee5eb}
.modal .bg-warning{color:#856404;background-color:#fff3cd !important;border-color:#ffeeba}
.modal .bg-danger{color:#721c24;background-color:#f8d7da !important;border-color:#f5c6cb}
.modal .bg-light{color:#818182;background-color:#fefefe !important;border-color:#fdfdfe}
.modal .bg-dark{color:#1b1e21;background-color:#d6d8d9 !important;border-color:#c6c8ca}


/* Capa debug */
.debug{
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    margin-bottom: 20px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    clear: both;
}

/* Firma prismacm */
.prismacm a{
    text-decoration: none;
    font-weight: bold;
    font-family: 'Arial';
    color: #FFF;
}

.prismacm a span, .prismacm a:hover{
    color: #009ee0;
    text-decoration: none;
}

/* Evitar marcado focus de boostrap en botones y enlaces */
a:focus{
    outline:none;
    outline-offset:0
}

.btn.active:focus,
.btn:active:focus,
.btn:focus,
.btn:focus{
    outline:none;
    outline-offset:0
}

/* Colorbox */
#cboxPrevious:focus,
#cboxNext:focus{
    outline: none;
}

.cboxPhoto{
    cursor: grab !important;
}
