﻿body {
    font-family: sans-serif,'Segoe UI', Tahoma, Geneva, Verdana;
    margin: 0;
}

header {
    background-color: #0047ac;
    display:inline-block;
    width:100%;
    height: 30px;
}



section {
    width: 800px;
    display: block;
    display: flex;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (min-width: 850px) {
    section {
        width: 90%;
    }
}

.main-div {
    display: flex;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.Contenido {
    display: block;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    min-height: 70vh;
}

.menu {
    display: block;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    min-height: 70vh;
}

.t1 {
    padding: 15px 0px;
    font-size: 20pt;
    font-weight: 700;
    color: #0047ac;
}

.t2 {
    padding: 10px 0px;
    font-weight: 700;
}

.d1 {
    display: block;
    padding: 2px 0;
}

.d11 {
    min-width: 200px;
    text-align: right;
    display: inline-block;
}

.d12 {
    display: inline-block;
}



.Button {
    margin: 10px 1px;
    padding: 4px 15px;
    border-radius: 10px;
    background-color: #0047ac;
    border: thin solid #0047ac;
    color: #fff;
    min-width: 100px;
}

    .Button:hover {
        border-radius: 10px;
        background-color: #329c87;
        border: thin solid #329c87;
        color: #fff;
    }

.FixedHeader {
    position: absolute;
}

.HeaderContent {
    margin: 0;
    border:1px white solid;
}
