.logo {
    background-image: url("../../img/logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    margin: 0 5px 5px;
    min-width: 20%;
    padding: 9%;
}

.foto {
    background-image: url("../../img/foto.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin: 15px auto;
    min-width: 15%;
    padding: 8%;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.inline {
    display: inline;
}
.block {
    display: block;
}
.green {
    color: #518e04;
}
.clearfix {
    overflow: auto;
}
#page-wrap {
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 20px;
}
header {
    background: #fff none repeat scroll 0 0;
    border-radius: 12px 12px 0 0;
    box-shadow: 1px 1px 12px 2px #aaa;
    padding: 10px 20px 12px;
    position: relative;
}
#page-content {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 12px 12px;
    box-shadow: 1px 1px 12px 2px #aaa;
    padding: 20px 20px 0;
    position: relative;
}
header h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}
header h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    padding: 0;
}
