* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
body,html {
    height: 100%;
}
body {
    background-image: url(../img/bg-globalcal.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
}

#logo {
    display: table-cell;
    vertical-align: middle;
    width:100%;
}

.logotipo {
    display: block;
    margin: 0 auto 20px;
    width: 90%;
    max-width: 625px;
    min-width: 280px;
}

.logo a {
    text-align: center;
}

h2 {
    text-align: center;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #005120;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    
}
a:hover {
    color: #95c122;
}
