﻿/* Documento CSS */

body
{
    margin:0px;
}

.popupFiltros
{
    width:50%;
    border-spacing:0px;
    float:left;
}

.popupFiltros td
{
    padding:0px;
}

.popupAplicaciones
{
    width:800px;
    border-spacing:0px;
}

.divpopupFiltros
{
    float:left;
    width:50%;
}

.divpopupFiltros div
{
    margin:0px;
    padding:0px;
}

.divpopupFiltros table
{
    border: none;
    border-spacing: 0px;
}

.divpopupFiltros table td
{
    /*font-weight:bold;*/
}

.divpopupFiltros table tr:last-child td
{
    border-bottom:none;
    /*border-bottom-left-radius: 0px;*/
    border-radius: 0px;
}



.headerpopupFiltros
{
    background-color: #00263a;
    text-align: center;
}

.headerpopupAplicaciones
{
    background-color: #00263a;
    text-align: center;
}

.headerpopupAplicaciones span
{
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.imgpopupFiltros
{
    text-align:center;
    border-top: none;
    border-bottom: none;
}

.imgpopupFiltros span
{
    /*font-family:myriad pro;*/
}

.imgpopupFiltros img
{
    /*width:364px;*/
}

.imgpopupFiltros .lineaGradiente
{
    height: 2px;
    width:100%;
    margin:0px;
    background:linear-gradient(90deg, #1B536D, #092E40);
}

.tblResultadosAplicaciones
{
    /*width:800px;*/
}

.tblResultadosAplicaciones table
{
    width:100%;
    color:black;
    background-color:transparent;
    text-align:center;
    border:none;
}

.tblResultadosAplicaciones table th div
{
    margin-top:4px;
}

.tblResultadosAplicaciones table th div span
{
    vertical-align:super;
}

.tblResultadosAplicaciones table td
{
    border: 1px solid #dddddd;
    padding: 6px;
}

.tblResultadosAplicaciones table tr:last-child
{
    background-color:transparent !important;
    border-radius: 0px !important;
}

.tblResultadosAplicaciones table tr:last-child td
{
    border-bottom:none;
    border-left: none;
}

.tblResultadosAplicaciones table tr:last-child td:last-child
{
    border-right: none;
}

.tblResultadosAplicaciones table tr:first-child
{
    color: White;
    background-color: Black;
    font-weight: bold;
}

.tblResultadosAplicaciones table th:first-child
{
    border-left-width:0px;
}

.tblResultadosAplicaciones table th:last-child
{
    border-right-width:0px;
}

.tblResultadosAplicaciones table tr td:first-child
{
    border-left:none;
}

.rowPopup
{
    line-height: 1.5;
}

.table-responsive {
    min-height: .01%;
    overflow-x: visible;
    width: 100%;
    max-width: 100%;
}