/* ARCHIVO CSS - CREACION Y DISEÑO CONTA2000 - conta2000@gmail.com - 2021 */

body{
    background:url(../03_img/002_encabezado/fondoportada.png);
    color: #051158;
}

.seccion{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 5px;
}

h3{
    font-size: 1.6em;
    font-family: 'Castoro', serif;
    text-decoration: underline;
}

h6{
    font-size: 1.2em;
    /*text-align: justify;*/
}

.fondoconta1{
    width: 100%;
    font-size: 1em;
}

.fotocontable{
    width: 65%;
    padding: 10px;
    border-radius: 25px;
    float: left;
}

.fondoconta2{
    width: 100%;
    height: 100%;
    font-size: 14px;
    background-color: #bbddf8;
    border-radius: 40px 0 40px 0;
    border-right: 2px solid #051158;
    border-bottom: 2px solid #051158;
    box-shadow: 15px 15px 35px 2px;
}

.fondoconta3{
    width: 100%;
    height: 100%;
    font-size: 14px;
    background-color: #bbddf8;
    border-radius: 0px 40px 0px 40px;
    border-right: 2px solid #051158;
    border-bottom: 2px solid #051158;
    box-shadow: 15px 15px 35px 2px;
}

.archivos{
    padding: 20px;
    line-height: 50%;
    text-decoration: none;
}

p a:hover{
    text-decoration: none;
    padding: 2px;
}

.frase{
    text-align: center;
    font-family: 'Courgette', cursive;
    font-size: 1.5em;
}

.previs{
    width: 100%;
    margin: 0 auto;
}

.afps{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.img_afps{
    width: 180px;
    height: 56px;
    padding: 2px;
}

