/* 
    Created on : 29/07/2018, 08:55:05 AM
    Author     : Gustavo Páez, <gpaez@eval.org.ve>
*/

body {
    background-color: rgb(0, 40, 101);
}

h2 {
    color: #f7f7f7;
}

p, ul, label {
    color: #f7f7f7;
    font-family: Verdana;
    font-size: 16px;
}

section {
    padding-top: 50px;
}

.ir-arriba {
    display:block;
    cursor: pointer;
    height: 22px;
    width: 25px;
    margin-bottom: 20px;
}

.socialmedia {
    width: 30px;
    height: 30px;
    margin: 0px 1px;
}

footer {
    padding-top: 40px;
    color:#d0e9c6;
    font-size: 14px;
}