body {

    background: #f9f9fb;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    margin-top: 1%;
    text-align: center;
}

h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10%;
}

h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 10%;
}

h6 {
    margin-top: 20px;
    margin-left: 10%;
    font-weight: bold;
}

p {
    margin-left: 10%;
    margin-right: 15%;
    margin-top: 10px;
    font-size: 17px;
    font-weight: normal;
    text-align: justify;
    line-height: 30px;
}

ul {
    margin-top: 10px;
}

li {
    margin-left: 10%;
    margin-right: 15%;
    font-size: 17px;
    font-weight: normal;
    text-align: justify;
    line-height: 25px;
    color: #000;
}

li a {
    text-decoration: none;
    color: #0000ee;
}

/* Gestionamos el contendor de las imágenes*/
.divIMG {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    /*Ver para que sirve
    flex-wrap:wrap;*/

}

/* Gestionamos las imágenes*/
.img_docs {
    width: auto;
    height: auto;
    max-width: 100%;
}

.img_docs_link {
    width: 1004px;
    height: auto;
    max-width: 100%;
    cursor: zoom-in;
}

.img_docs_link:hover {
    filter: grayscale(100%);
    opacity: 6;
}

p a {
    text-decoration: none;
    color: #0000ee;
}

.codigo {
    font-family: "Courier New font";
    font-size: 16px;
    margin-left: 10%;
    margin-right: 20%;
}

.codigo_largo {
    font-family: "Courier New font";
    font-size: 16px;
    margin-left: 10%;
    margin-right: 20%;
}

/* Tabla bonita*/

table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.content-table {
    border-collapse: collapse;
    /* margin: 25px 0;*/
    font-size: 0.9em;
    min-width: 190px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

.content-table th,
.content-table td {
    padding: 12px 15px;
}

.content-table tbody tr {
    border-bottom: 1px solid #dddddd;

}

.content-table tbody tr:nth-of-type(even) {

    background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {

    border-bottom: 2px solid #009879;
}

.content-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.content-simple {
    width: 16%;
    padding: 0% 0%;
    min-width: 263px;

}

/*Mapa de archivos*/

.map_format {
    width: 59%;
    margin: auto;
}

.elemento :hover {
    filter: grayscale(100%);
    opacity: 6;
}