﻿html {
    width: 100%;
    min-width: 100%;
}

body {
    background: radial-gradient(ellipse at center, #ebe8df 5%, #658b7a 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}

* {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
    font-style: normal;
}

table {
    border-style: none;
}

th {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: Black;
    font-style: normal;
}

#Encabezado {
    width: 100%;
    height: 80px;
    /*background-color: #D8D8D8;*/
    background: url(/imagenes/amarillo2.jpg) repeat center;
    margin: 0 auto;
    float: left;
    top: 0;
    left: 0;
    display: block;
    vertical-align: middle;
    position: absolute;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
}

#mapArea {
    border-color: #5D7B9D;
    border-width: 10px;
    border-style: inset;
}