﻿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%;
}

#mnuPrincipal{
    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 Narrow', Arial, sans-serif;
    font-size: 14px;
    color: #5c7187;
}

.Menu img{
    padding-bottom:5px;
    width:80px;
    height:70px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

#frmMenu{
    min-height:100%;
    position:relative;
}

#Body{
    padding-bottom:40px;
}

.Footer {
    border-width: 1px;
    border-style: double;
    border-color: #5c7187;
    background-color: #5c7187;
    color: #c3cbd2;
    padding-top: 9px;
    font-weight: bold;
    font-family: 'AvantGardeGothicC-Book';
    bottom: 0;
    position: absolute;
    height: 40px;
    width: 100%;
}

.Fondo{
   /* background-image:url(imagenes/fondoAzulBlanco.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;
    color: #5c7187;
}

.TextoError{
    text-align:center; 
    font-family:'AvantGardeGothicC-Book', 'Arial Narrow', Arial, sans-serif; 
    font-size:15px;
}

#cmdIngresar {
    background-color: #5c7187;
    color: white;
    float: right;
}

#btnAceptarOTP {
    background-color: #5c7187;
    color: white;
}

#navsitemaster {
    display: none;
}

/* Contenedor centrado */
.center-container {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    text-align: center;
}

/* Para Chrome, Safari, Edge */
#txtOtpSection input[type=number]::-webkit-inner-spin-button,
#txtOtpSection input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Para Firefox */
#txtOtpSection input[type=number] {
    -moz-appearance: textfield;
}