table {
    border: 0px solid #f00;
}

.titulo {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.icon {
    height: 30px;
}

.icon_eliminar {
    height: 26px;
}

.icon_small {
    height: 20px;
}

/* encabezadon y encabezado_medion : se utilizan con los divs para construir las filas sustitutas de las tablas. */
.encabezado0 {
    margin-top: 10px;
    border: 0px dashed #000;
}
.encabezado1 {
    margin-left: 40px;
    margin-top: 5px;
    border: 1px dashed #f00;
}
.encabezado2 {
    margin-left: 40px;
    margin-top: 5px;
    border: 0px dashed #ff0;
}
.encabezado_medio0 {
    width: 570px;
    margin-top: 10px;
    border: 0px solid #f0f;
}
.encabezado_medio1 {
    width: 550px;
    margin-left: 40px;
    margin-top: 5px;
    border: 0px solid #0f0;
}
.encabezado_medio2 {
    width: 570px;
    margin-left: 40px;
    margin-top: 5px;
    border: 0px solid #0f0;
}
  

/* celda_datos_n : se utilizan con los SPAN para construir las celdas sustitutas de las tablas. */
.celda_datos0 {
    width: 400px;
    display: inline-block;
    border: 0px dotted #aaa;
}
.celda_datos1 {
    width: 300px;
    display: inline-block;
    border: 0px dashed #aaa;
}
.celda_datos2 {
    width: 200px;
    display: inline-block;
    border: 0px dotted #faa;
}
.celda_datos3 {
    width: 40px;
    display: inline-block;
    border: 0px dotted #f00;
}
.celda_datos4 {
    width: 100px;
    display: inline-block;
    border: 0px dotted #f00;
}
.celda_datos5 {
    width: 100px;
    display: inline-block;
    text-align: right;
    border: 0px dotted #f00;
}
.celda_datos6 {
    width: 60px;
    display: inline-block;
    text-align: right;
    border: 0px dotted #f00;
}
.celda_datos7 {
    width: 40px;
    padding-bottom: 3px;
    display: inline-block;
    border: 0px dotted #f00;
}
.celda_datos8 {
    width: 40px;
    padding-bottom: 3px;
    display: inline-block;
    border: 0px dotted #f00;
}
.celda_datos9 {
    width: 75px;
    display: inline-block;
    text-align: left;
    border: 1px dotted #f00;
}
.celda_datos10 {
    width: 120px;
    display: inline-block;
    border: 0px dotted #f00;
}
.celda_datos_texto {
    width: 600px;
    display: inline-block;
    border: 0px solid #ff0;
}

.celda_rellena {
    font-weight: bold;
    color: #000000;
}

table.informe_diario {
    width: 100%;
    border: 1px solid #000;
}
table.informe_diario th {
    text-align: center;
    background-color: #ddd;
    border: 2px solid #000;
}
table.informe_diario td {
    width: 10%;
    background-color: #fff;
}
table.informe_diario td.nombre_campo {
    width: 20%;
    background-color: #fff;
}
table.informe_diario td.valor {
    text-align: center;
}
table.informe_diario td.valor_suma {
    text-align: center;
    font-weight: bold;
}
td.nombre_posta {
    width: 200px;
}
.valor_campo_error {
    color: #ca0000;
    font-weight: bold;
}
button.button_municipio {
    width: 250px;
    color: #ffffff;
    background-color: #39adb4;
    font-size: 16px;
    border: 1px solid #39adb4;
    border-radius: 5px;
    padding: 7px 5px;
    margin-top: 5px;
    cursor: pointer;
}
button.button_municipio:hover {
    color: #39adb4;
    background-color: #e4ecf1;
}
button.button_municipio:disabled {
    color: #39adb4;
    background-color: #e4ecf1;
}

#card_cursos {
    background-image: url("../images/logo_socorrismo.jpeg");
}
#card_informesplayas {
    background-image: url("../images/sunset.jpg");
}

.center {
    text-align: center;
}

.card {
    width: 45%;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    padding-top: 10px;
    height: 300px;
    background-color: #39adb4;
    /*background-color: #13895F !important;*/

    border: 0px solid #000;
    border-radius: 10px;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.birrete {
    background-image: url("../images/birrete_icon.png");
    background-repeat: no-repeat;
    background-position: center;
}

.documentacion {
    background-image: url("../images/documentacion_icon.png");
    background-repeat: no-repeat;
    background-position: center;
}

.button_card_position {
    margin-top: 220px;
}


.btn-card {
    /*background-color: #13895F !important;*/
    /*background-color: #39adb4 !important;*/
}

.div_tipo_curso {
    display: inline-block;
    border: 0px solid red;
}
.div_tipo_curso_oculto {
    display: none;
}
.select_tipo_curso_programado {
    height: 27px;
    width: 450px;
    border: 1px solid #bbb;
    border-radius: 5px 2px;
}

.div_pantalla_firma {
    height: 100%;
    background-color: #aadef7;
}
.div_contenedor_pantalla_firma {
    height: 100%;
    width: 500px;
    margin: auto;
    padding: 10px;
    border: 1px solid #67a6c6;
    background-color: #aadef7;
}
.div_titulo_firma {
    width: 500px;
    margin: auto;
    text-align: center;
}
.div_titulo_firma {
    width: 500px;
    margin: auto;
    text-align: center;
}
.div_contenido_firma {
    width: 500px;
    margin: auto;
    text-align: center;
}
.canvas_firma {
    background: #fff;
    margin-top: 15px;
    text-align: center;
    border:1px solid #000;
}
.div_separator {
    height: 15px;
}

/* prueba de menu */

/* Por defecto, el botón está oculto */
.menu-toggle {
    display: none;
}

.mobile-menu {
    display: none;
}

/* Solo mostrar el botón cuando el ancho de la pantalla sea menor a 700px */
@media (max-width: 765px) {
    .menu-toggle {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        background: #000;
        color: white;
        border: none;
        padding: 10px 15px;
        font-size: 20px;
        cursor: pointer;
        z-index: 1000;
    }

    .mobile-menu {
        display: none;
        position: absolute;
        top: 50px;
        right: 0;
        background: #000;
        width: 200px;
        border: 1px solid #ccc;
        z-index: 999;
    }
    
    .mobile-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .mobile-menu li {
        border-bottom: 1px solid #eee;
    }
    
    .mobile-menu a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #fff;
    }
    
    .mobile-menu a:hover {
        background-color: #f0f0f0;
    }
}

