﻿body,
header,
#contenido,
h1,
h2,
p,
footer,
#izquierda,
#derecha,
.ventajas,
#nota {
    margin: 0px;
    padding: 0px;
}

body {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    color: #004688;
}

header {
    width: 100%;
}

#contenido {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #004688;
}

h2 {
    margin-bottom: 0.5rem;
    padding-left: 2rem;
    text-align: center;
}

h3 {
    width:100%;
    margin-bottom:0.3rem;
    color: #599ee0;
    text-align:left;
}

li{
    margin-bottom:0.7rem;
}

table{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:2rem;
    border-style:solid;
    border-width:thin;
    
}

table th{
    text-align:center;
    background-color:lavender;
    border: solid 1px #599ee0;
}

table td {
    font-weight:bold;
    border: solid 1px #599ee0;
}

footer{
    margin-top:1rem;
}

#llama {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#llama a {
    font-weight: bold;
    font-size: 1.2rem;
    color: #599ee0;
    text-decoration: none;
}

.parrafo {
    width:95%;
    text-align: justify;
    font-size: 1rem;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0.5rem;
}

#nota {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem;
    margin-bottom: 1rem;
    text-align: justify;
    font-size: 1rem;
    font-weight: bold;
    color: #336699;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 2px rgba(89, 158, 224, 0.44);
}

@media only screen and (min-width:600px) {
    body {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 1px 5px 2px rgba(89, 158, 224, 0.44);
    }
}