@charset "utf-8";
body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0PX;
    text-align: justify;

}
.caja {
    stroke: none;
    margin: auto;
    max-width: 1200px;
}

.doblecontenido {
    margin: auto;
    max-width: 1000px;
    margin-bottom:0.2em;
    display: grid;
    grid-template-columns: 2.5fr 2.5fr;
    grid-template-rows: auto;
    gap: 0.2em;
}

.subcontenido{
    stroke: none;
    border:solid 1px rgba(100,100,100,0.2);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 1px 4px 0px rgba(100,100,100,0.2);
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-inline: 2%;
    margin-bottom: 20px;
}

.subcontenido:hover{
    background-color: #e3f2ff;
}

h3, h2, h1 {
    text-align: center;
    color: #00488b;
}

.P1HTML {
    stroke: none;
    border:solid 1px rgba(100,100,100,0.2);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 1px 4px 0px rgba(100,100,100,0.2);
    margin: auto;
    max-width: 1000px;           
}

strong {
    color: #00488b;
}

.izquierda {
    text-align: left;
    line-height: 2%;
    overflow-x: auto;
    
}

li {
    margin-top: 10px;
}

span {
    color: #0064c2;
    
}

.subcontenido2{
    border: solid 1px #cfcfcf;
    stroke: none;
    border-bottom: none;
    border-top: none;
    border-right: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-inline: 2%;
    margin-bottom: 20px;
}