/* CSS Document */

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000099;
    text-decoration: underline;
}
h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000099;
}
.cita2 {
    padding: 10px;
    width: 94%;
    /*text-align:justify;*/
    font-family: "Trebuchet MS";
    font-size: 13px;
}
.alerta {
    color: #FF0000;
    font-weight: bold;
    font-size: 14px;
}
.azul {
    color: #0000FF;
    font-weight: bold;
    font-size: 14px;
}
.caja {
    BORDER-BOTTOM: 1PX SOLID #999999;
    BORDER-TOP: 1PX SOLID #999999;
    BORDER-LEFT: 1PX SOLID #999999;
    BORDER-RIGHT: 1PX SOLID #999999;
}
.tablaDetalle {
    font-size: 12px;
    BORDER-BOTTOM: 1PX SOLID #CCCCCC;
    BORDER-TOP: 1PX SOLID #CCCCCC;
    BORDER-LEFT: 1PX SOLID #CCCCCC;
    BORDER-RIGHT: 1PX SOLID #CCCCCC;
    background-color: #FFFFFF;
}
.tablaDetalle td {
    BORDER-BOTTOM: 2PX SOLID #CCCCCC;
    /*BORDER-TOP:1PX SOLID #CCCCCC;*/
    /*BORDER-LEFT:1PX SOLID #CCCCCC;*/
    BORDER-RIGHT: 2PX SOLID #CCCCCC;
}
.tablaDetalle td.vacia {
    BORDER-BOTTOM: 0PX;
    BORDER-TOP: 0PX;
    BORDER-LEFT: 0PX;
    BORDER-RIGHT: 0PX;
}
.tablaDetalle th {
    BORDER-BOTTOM: 4PX SOLID #CCCCCC;
    BORDER-RIGHT: 4PX SOLID #CCCCCC;
}
.contenido {
    padding-left: 5px;
    padding-right: 5px;
}
.articulo {
    /*width:95%;*/
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
}
.tabla1 {
    background-color: #FFFFCC;
    /*
BORDER-BOTTOM:1PX SOLID #20459A;
BORDER-TOP:1PX SOLID #20459A;
BORDER-LEFT:1PX SOLID #20459A;
BORDER-RIGHT:1PX SOLID #20459A;*/
}
.tabla1 th {
    font-size: 14px;
    font-weight: bolder;
    height: 25px;
    BORDER-BOTTOM: 4PX SOLID #CCCCCC;
    BORDER-RIGHT: 4PX SOLID #CCCCCC;
}
.tabla1 td {
    font-size: 12px;
    font-weight: lighter;
}
.tabla1 label {
    font-weight: bold;
}
.sinBorde {
    font-size: 12px;
    BORDER-BOTTOM: none;
    BORDER-TOP: none;
    BORDER-LEFT: none;
    BORDER-RIGHT: none;
    font-weight: bold;
}

div#detalle {
    margin: 0 auto;
    width: 500px;
    padding: 0 0 20px 0;
}

table#table_detalle th, table#table_detalle td{
    border: 2px solid #ccc;
    padding: 0.5rem;
    text-align: center;
}

#table_detalle th {
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
    color: #014e84;
}

.link {
    
    padding: 0.5rem;
    position: relative;
    background-color: #014e84;
    color: white !important;
    border-radius: 5px;
    top: 15px;
    margin:0 10px 0 0;
}
.link2{

    background-color: #ccc;
    color: #5c5c5c !important;
}