﻿body {
}

h1 {
    font-family: 'Lato', sans-serif,;
    font-weight: 700;
    font-size: 18px;
    color: #054465;
}
h2 {
    font-family: 'Lato', sans-serif,;
    font-weight: 700;
    font-size: 16px;
    color: #054465;
}
h3 {
    font-family: 'Lato', sans-serif,;
    font-weight: 700;
    font-size: 14px;
    color: #444444;
}
h4 {
    font-family: 'Lato', sans-serif,;
    font-weight: 700;
    font-size: 14px;
    color: #444444;
}
h5 {
    font-family: 'Lato', sans-serif,;
    font-weight: 700;
    
}
h6 {
    font-family: 'Lato', sans-serif,;
    font-weight: 700;
    
}

.contenedor-flexbox {
    display: flex; /*Convertimos al menú en flexbox*/
    justify-content: space-between; /*Con esto le indicamos que margine todos los items que se encuentra adentro hacia la derecha e izquierda*/
    align-items: center; /*con esto alineamos de manera vertical*/
}
.MenuMini {
    background-color: white;
    opacity: 0.8;
    height: 0px;
    width: 100%;
    z-index: 120;
    position: fixed;
    top: 110px;
    left: 0px;
    overflow: hidden;
    -webkit-transition: height .3s; /* Chrome y Safari */
    -o-transition: height .3s; /* Opera */
    -moz-transition: height .3s; /* Mozilla Firefox */
    -ms-transition: height .3s; /* Internet Explorer */
    transition: height .3s; /* W3C */
}

.Fuente {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight:400;
}

.FuenteMnSel {
    font-family: 'Lato', sans-serif,;
    font-weight:700;
}

.TituloPant{
    font-family: 'Lato', sans-serif,;
    font-weight:700;

}
.CabexeraCampos {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}
.CamposDatos {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #444444;
    border-color: #054465 !important;
}
.Botones {
    border-color: #054465;
    background-color: #388da9;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #ffffff;
    height:30px!important;
}
.BotonBuscar {
    background-size:20px ;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url('DOCUMENTOS/CONFIGURACION-ADMIN-CONTENIDOS-PARTES-V1/ICONOS%20para%20fondo%20OSCURO/ICONO-LUPA-BUSCAR-blanco.png');

    }
.TablaCabecera {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}
.TablaLineas {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #444444;
}