/*
 *  ESTILOS GENERALES
 */

body, html {
    overflow-x: hidden;
    height: 100%;
}

.navbar {
    margin: 10px 0;
    border-bottom: 1px solid #DDDDDD;
}

h1, h2, h3, h4 {
    border-bottom: 1px solid #DDDDDD;
    padding: 5px 0 5px 10px;
    background-color: #FAFAFA;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#footer {
    height: 20px;
    background-color: #f5f5f5;
    padding-top:10px;
    padding-bottom:30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}


/*
 *  OVERLAY PARA LLAMADAS AJAX
 */

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#loading {
    width: 50px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
}

/*
 *  ESTILOS BOOTSTRAP REDEFINIDOS
 */

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff;
    cursor: pointer;
}

.navbar {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

/*
 *  BS-CALLOUT. Estilos de cabeceras con texto
 */

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #DDDDDD;
    border-left-width: 5px;
    border-radius: 6px;
    display: block;
}

.bs-callout h1,
.bs-callout h2,
.bs-callout h3,
.bs-callout h4 {
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    background-color: #FFFFFF;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h1,
.bs-callout-default h2,
.bs-callout-default h3,
.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h1,
.bs-callout-primary h2,
.bs-callout-primary h3,
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h1,
.bs-callout-success h2,
.bs-callout-success h3,
.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4 {
    color: #5bc0de;
}