* {
    box-sizing: border-box;
}
#wrapper {
    width: 100%;
    overflow: auto;
    padding: 5px;
}

body {
    font-family: sans-serif, Verdana;
}

header {
    /*border: solid 1px #ccc;*/
    overflow: auto;
    margin: 0 auto;

    text-align: center;
}

header img {
    width: 180px;
    margin-left: 0px;
    margin-bottom: 20px;
}

#formulario {
    border: solid 1px #ccc;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);

    margin: 0 auto;
    width: 50%;
    padding-bottom: 10px;
}

#logo {
    text-align: center;
}

#logo img {
    width: 180px;
}
.centrar {
    text-align: center;
}

.campo {
    padding: 5px;

    text-align: center;
}

li p {
    margin-top: 10px;
    margin-left: 10px;
}

label {
    font-weight: bold;
    font-size: 14px;
}

#mensaje {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 20px;
}
select:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.secciones {
    font-weight: bold;
    margin-top: 10px;
    text-decoration: underline;
    margin-left: 5px;
}

.titulo {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 300px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    text-align: center;
}

.titulo2 {
    color: red;
    font-size: 14px;
    text-align: center;
}

#aviso1 {
    margin: 0 auto;
    width: 450px;
    color: red;
    overflow: auto;
    margin-top: 10px;
}

.opciones {
    font-size: 14px;
}

.comentario {
    font-size: 13px;
    display: inline-block;
    margin-left: 5px;
}

.button {
    margin: 0 auto;
    margin-top: 15px;
    width: 103px;
}

.margen {
    margin-left: 8px;
}

.button2 {
    font-size: 16px;
    padding: 10px;
    color: white;
    background: #3d4d6a;

    margin-bottom: 10px;
}

.button3 {
    font-size: 16px;
    padding: 10px;
    color: white;
    background: #3d4d6a;
    width: 150px;
    margin-left: 100px;
    margin-top: 80px;
}

.button2:hover {
    color: black;
    background: #ccc;
    cursor: pointer;
}

.button3:hover {
    color: black;
    background: #ccc;
    cursor: pointer;
}

.envio {
    font-size: 16px;
    color: red;
    font-weight: bold;
    margin-top: 40px;
    margin: 0 auto;
    width: 322px;
}

#ok_envio {
    margin-top: 30px;
    text-align: center;
}

#listado {
    overflow: auto;
}

.titulo_listado {
    float: left;
    margin-left: 200px;
    margin-top: 88px;
    font-size: 33px;
}
#main {
    overflow: auto;
}

.tablas {
    border: 1px solid #001137;
    background-color: #eef0f3;
}

td {
    border: 1px solid #001137;
    background-color: #eef0f3;
    text-align: center;
    padding: 4px;
}
th {
    border: 1px solid #001137;
    background-color: #001137;
    color: #fff;
    text-align: center;
    padding: 4px;
}
.cabecera_tabla {
    background-color: #001137;
    color: #fff;
    font-weight: bold;
}

.nacho {
    margin: 0 auto;
    margin-top: 15px;
    width: 336px;
}

#exportar {
    float: left;
}

#modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 100px;
    text-align: center;
    display: none;
}
#modal-contenido {
    background: white;
    width: 100%;
    height: 70%;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);
    border: 1px solid black;
    overflow: auto;
}

#modal-contenido p {
    font-size: 18px;
    /* color: red; */
    width: 80%;
    text-align: center;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;

    font-weight: bold;
}

#modal2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 100px;
    text-align: center;
    visibility: hidden;
}
#modal-contenido2 {
    background: white;
    width: 100%;
    height: 50%;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);
    border: 1px solid black;
    overflow: auto;
    padding-top: 10px;
}

#modal-contenido2 p {
    font-size: 18px;
    /* color: red; */
    width: 80%;
    text-align: center;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;

    font-weight: bold;
}
.cerrar {
    padding: 10px;
    text-align: right;
}
.rojo {
    color: red;
}
.verde {
    color: green;
}

.cerrar-ventana {
    display: block;
    margin: auto;
    padding: 10px;
    margin-top: 20px;
    /* background-color: red; */
    background-color: grey;
    color: white;
    font-weight: bold;
}

.btn-cerrar:hover {
    cursor: pointer;
}

.cerrar-ventana:hover {
    cursor: pointer;
    background-color: white;
    color: grey;
}

.cerrar-ventana2 {
    display: block;
    margin: auto;
    padding: 10px;
    margin-top: 20px;
    /* background-color: red; */
    background-color: grey;
    color: white;
    font-weight: bold;
}

.cerrar-ventana2:hover {
    cursor: pointer;
    background-color: white;
    color: grey;
}

#modal-contenido ul {
    color: red;
}

#modal-contenido li {
    margin-top: 10px;
    font-weight: bold;
}
#volver{

    text-align: center;
    padding: 5px;
}
.volver {
    display: block;
    margin: auto;
    padding: 5px;
    margin-top: 20px;
    /* background-color: red; */
    
    background-color: grey;
    color: white;
    
}
.volver:hover {
    cursor: pointer;
    background-color: white;
    color: grey;
}
script {
    display: block !important;
}

/*********************************************************************************/

#logo_cursa {
    overflow: auto;
    margin: 0 auto;
    width: 500px;
}

#logo_cursa img {
    width: 100px;
    margin: 0 auto;
    display: block;
}

#aviso {
    border: solid 1px #ccc;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);
    overflow: auto;
    margin: 0 auto;
    width: 500px;
    margin-top: 20px;
    padding: 10px;
}

#aviso p {
    line-height: 30px;
}

/***************************/
@media all and (max-width: 767px) {
    header {
        overflow: hidden;
    }
    .titulo {
        width: 100%;
    }
    #formulario {
        width: 100%;
    }
    #modal-contenido {
        width: 100%;
        height: 100%;
        font-size: 12px;
        padding-bottom: 10px;
    }
    #modal-contenido2 {
        width: 100%;
        height: 100%;
        font-size: 12px;
        padding-bottom: 10px;
    }

    #modal-contenido p {
        font-size: 12px;
    }
    #modal-contenido2 p {
        font-size: 12px;
    }

    .proceso {
        font-size: 12px;
    }
    .proceso2 {
        font-size: 12px;
    }

    #modal {
        padding: 10px;
    }
    #modal2 {
        padding: 10px;
    }
}
