﻿html, body {
    margin: 0;
    height: 100%;
}

@font-face {
    font-family: 'AvantGardeGothicC-Book';
    src: url('../../fonts/avante2.woff2') format('woff2'), url('../../fonts/avante1.woff') format('woff'), url('../../fonts/avgb.ttf') format('truetype');
}


#divBanner {
    background-image: url('imagenes/Header completo-3525px X 198px.png');
    background-repeat: no-repeat;
    height: 100px;
    background-size: 100% 100%;
}

#navsitemaster {
    display: none;
}

#mnuPrincipal {
    /*max-width:auto;*/
    min-width: 100px;
    padding-bottom: 50px;
}

.Menu li {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    white-space: pre-wrap; /*css-3*/
    white-space: -moz-pre-wrap; /*Mozilla, since 1999*/
    white-space: -pre-wrap; /*Opera 4-6*/
    white-space: -o-pre-wrap; /*Opera 7*/
    word-wrap: break-word; /*Internet Explorer 5.5+*/
    width: 300px;
    height: 150px;
    border-radius: 25px;
    border-color: gray;
    border-style: solid;
    border-width: 2px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.Menu a {
    font-family: 'AvantGardeGothicC-Book', Arial, sans-serif;
    color: #5c7187;
    font-size: 16px;
}

.Menu img {
    padding-bottom: 5px;
    /*max-width:44%;
    max-height:70%;*/
    width: 80px;
    height: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#frmMenu {
    min-height: 100%;
    position: relative;
}

#Body {
    padding-bottom: 40px;
    font-family: 'AvantGardeGothicC-Book', sans-serif;
}

body, h1, h2, h3 {
    font-family: 'AvantGardeGothicC-Book', sans-serif;
    
}


.Footer {
    border-width: 1px;
    border-style: double;
    border-color: #5c7187;
    background-color: #5c7187;
    color: #c3cbd2;
    /*#c3cbd2 gris
      #5c7187 azul

    */
    padding-top: 9px;
    font-weight: bold;
    bottom: 0;
    position: absolute;
    height: 40px;
    font-family: 'AvantGardeGothicC-Book', sans-serif;
    width: 100%;
}

.Fondo {
    /*background-image: url(imagenes/fondoGrisBlanco1.jpg);*/
    background-color: lightgray;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.Titulo {
    text-align: center;
    font-family: 'AvantGardeGothicC-Book';
    padding-bottom: 40px;
    
}

.TextoError {
    text-align: center;
     font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
}

#Mapa {
    display: none;
}






