﻿body {
    margin:0;
}
.wrapper {
    height: 100vh;
    display: flex;
    /* Direction of the items, can be row or column */
    flex-direction: column;
}

.encabezado {
    width: 100%;    
    background-color: #e8eaf6;
    font-family: Lato, arial, serif;
    max-height:150px;
}

.EncabezadoImg {
    padding-top:5px;
    width:15%;
}

.RenBody {
    flex: 1;
    width: 100%;
    margin: 10px;
    font-family: Lato, arial, serif;
}

.footer {
    width: 100%;
    background-color: #053067;
    color: white;
    height: 200px;
    font-size: large;
}

.footerdiv {
    padding: 20px 0 0 0;
    margin: 0 20% 0 20%;
}


.linea {
    background-color: #2e4ea1;
    max-width: 100%;
    height: 3px;
}


.divContainer {        
    width: 100%;
}

.DivInner {
    overflow: hidden;
}

.Divchild {
    float: right;
    height: 35px;
    width: 150px;
    text-align: center;
}

    .Divchild a {
        font-size: larger;
        color: white;
        text-decoration: none;
    }
