body {
    font-size: 1.5em;
}

a {
    text-decoration: underline;
    color: #222;
}

a:hover {
    text-decoration: none;
    color: #f45900;
}

h1, h3, h4, h5, h6 {
    margin: 0.2em 0 0.2em 0;
}

h2 {
    margin: 0.8em 0 0.8em 0;
}

h3 {
    font-size: 22px;
}

.top-menu {
    margin: auto;
}

.top-menu .menu-item a {
    font-family: "Teko", sans-serif;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: auto;

}

.mini-navbar {
    padding: 10px 0;
}

.mini-navbar li {
    padding: 0 10px;
}

.navbar-wpz ul a {
    text-align: left;
    text-transform: uppercase;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 400;
    font-family: "Helvetica", sans-serif;
}
.mini-navbar a {
    font-size: 0.8em;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Helvetica", sans-serif;
}

.mini-navbar li span {
    font-size: 0.8em;
    text-transform: uppercase;
    font-family: "Helvetica", sans-serif;
    padding: 8px 0;
    display: block;
    position: relative;
}

.mini-form input[type="email"], .mini-form input[type="text"], .mini-form input[type="url"], .mini-form input[type="password"] {
    padding: 0;
    margin: 0;
}

.mini-form input[type="submit"] {
    border: none;
    padding: 1px 10px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    font-weight: 600;
    border-radius: 0;
    width: auto;
}



.content-main {
    clear: both;
}

.contact-form input[type="email"], .contact-form input[type="text"], .contact-form input[type="url"], .contact-form input[type="password"] {
    width: 300px;
    max-width: 98%;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #000;
    border: 1px solid #ddd;
    padding: 10px 12px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: inset 0 7px 7px -7px #dcdcdc;
    box-shadow: inset 0 7px 7px -7px #dcdcdc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
}

input {
    line-height: normal;
}

.submit {

    border: none;
    padding: 8px 15px !important;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    font-weight: 600;
    width: auto;
    background-color: #231F20;
    color: #fff;
    margin-bottom: 10px;

}

.form-control-date {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    line-height: inherit;
    margin: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    padding: 8px 15px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    font-weight: 600;
    border-radius: 0;
    width: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #231F20;
    color: #fff;
}

.contact-form label {
    margin-bottom: 3px;
    float: none;
    font-weight: 700;
    display: block;
}

label {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
}

.form-file {
    padding: 0;
}

table.lista thead tr th {
    border: 0;
    border-bottom: 1px solid #444;
    text-transform: uppercase;
}

table.lista tr th, table.lista tr td {
    padding: 0.7em;
}

div.panel-info {
    float: left;
    padding: 1.5em;
    border-left: 2px solid #444;
}

div.panel-info-first {
    float: left;
    padding-top: 1.5em;
    padding-right: 2em;
}

ul.list-group {
    margin-left: 0;
}

ul.naked {
    list-style: none;
}

.button {
    background-color: #231F20;
    color: #fff;
    font-weight: 600;
    padding: 8px 15px;
    text-decoration: none;
}

.button:hover {
    background: #f45900;
    color: #fff;
}

p.doble {
    line-height: 2em;
}

p.error, div.error {
    border: 1px solid #444;
    background: #f4590080;
    padding: 0.5em;
}

p.aviso, div.aviso {
    border: 1px solid #999;
    background: #eee;
    padding: 0.5em;
}

.tab-container {
    padding-top: 0.7em;
}

.nav-tabs {
    margin: 0;
    border: 0;
}

.nav-tabs li a {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 15px 15px;
    line-height: 1.1;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #aaa;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs li {
    display: inline-block;
    color: #8d8d8d;
    margin: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.nav-tabs li.active a {
    background: #f4f5f5;
    color: #000;
}

.nav-tabs li.active a:hover {
    background: #f4f5f5;
    color: #000;
}

.tab-pane {
    background: #f4f5f5;
    padding: 15px;
}

.panel {
    border-radius: 0;
}

.well {
    min-height: 20px;
    padding: 8px;
    margin: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.transparente {
    background-color: inherit;
}

img.imagen-ficha {
    float: right;
    margin: 0 0 20px 20px;
}

tr.ejecutada td {
    color: grey;
    text-decoration: line-through;
}

tr.pendiente td {
    color: darkgreen;
}

tr.vencida td {
    color: red;
}

/*resumen inscripciones*/
.resumenInscripciones {
    padding-bottom: 100px;
    margin-top: 25px;
}

.resumenIngresos{
    text-align: center;
    padding-bottom: 20px;
}

.resumenInscripciones h3 {

    text-align: center;
    padding-bottom: 25px;
}

.resumenInscripciones h4 {

    text-align: center;
    padding-bottom: 15px;
}

.resumenInscripciones label {

    text-align: center;
}

/* Mensaje Destinatarios Correo */

#mensajeDestinatarios {
    float: right;
    color: crimson;
    text-align: center;
    padding: 7px;
    padding-right: 10px;
    width:80%;
}

@media only screen and (max-width: 767px) {
    span.texto {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    #mensajeDestinatarios {
        margin-top:5px;
        font-size: 12px;
        width:100%;
    }

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr,
    #no-more-tables tfoot tr {
        position: absolute;
        display: none;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align: left;
    }

    /* Label the data */
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

/* CSS de los iconos de fontawosome personalizados */
.icono {
    font-size: .7em;
    margin-top: 11px;
}

/* MODAL EXTRALARGA */
@media (min-width: 1250px) {
    .modal-lg {
        width: 1150px
    }



}