﻿/*@font-face {
    font-family: 'HelveticaBold';
    src: url("../fonts/HelveticaNeue-CondensedBold.otf") format('opentype');
    
}

@font-face {
    font-family: 'HelveticaLight';
    src: url("../fonts/HelveticaLTStd-Light.otf") format('opentype');
}

@font-face {
    font-family: 'HelveticaNormal';
    src: url("../fonts/HelveticaLTStd-Roman.otf") format('opentype');
    
}*/

.formRastrearLogin, .formReportesLogin{
    background-color: #ffffff;
    border-radius: 15px;
    /*width: 330px !important;*/
    /*height:553px;*/
    margin: 5px;
}

.imgRastreo, .imgReportes{
    width: 100%;
    background-color: #000;
    height: 120px;
    margin-top: 25px;
}


.lblTituloInicio{
    font-family:HelveticaLight;
    color: #000;
    font-size:25px;

}

.txtAreaFiltros{
    width: 100% !important;
    height: 80px !important;
}





.lblSubTitulosInicio{
    color: #808080;
    font-size: 1.7rem ;
    font-family: HelveticaLight;
}

.fichaTerminosCondiciones{
    background-color: #FFF;
    border-radius:15px;
    padding-left:0px;
    padding-right:0px;
    margin-top: 90px;
}

.CabeceraFicha{
    padding-top:15px !important;
    
}

.lblTituloTerminos{
    font-size:20px !important;
}

.cuerpoFichaTerminos{
    
}

.textTerminos{
    color: #808080;
    font-family: HelveticaNormal;
    max-height:400px;
    overflow:auto;
    margin-top:15px;
    margin-bottom: 15px;
    font-size:15px;

}

.TerminosBoton{
    margin-top:20px;
    margin-bottom:20px;
}