
.white {
	FONT-SIZE: 8pt; COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica, Verdana; TEXT-DECORATION: none
}
.copyright {
	FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, Verdana; TEXT-DECORATION: none
}
.iconcheck{
    margin-right: 5px;
    font-size: 16px;
    color: #5db925;
}
.titlec{
color: white;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    line-height: 1.2;
}
.titlec:after {
    content: '';
    width: 250px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #ffffff;
}
.cuadro{
    color: #1340ab;
} 
.tablaPrin{
background: #66bfff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 5px 10px -7px black;
        padding-top: 30px;
        margin-bottom: 20px;
    width:100%;
    overflow: auto;
}
.tablaPrin table{
    min-width: 800px;
}
.tablaPrin table, .tablaPrin tr td{
border:0 !important;
}
.tablaPrin .trheader{
 
    border-radius: 5px;
}
.tablaPrin input, .tablaPrin select{
    border: 0;
    padding: 10px; 
}
.tablaPrin .selectotp{
margin-left: -4px;
}
.style4{
    color: #003da6;
    font-size: 14px;
    font-weight: bold;
}
.style5{
color: white;
    font-size: 16px;
        background: #003da6;
    padding: 9px;
    border-radius: 5px 0px 0px 5px;
        padding-bottom: 10px;
}
.style6{
color: white;
    font-size: 16px;
        background: #003da6;
    padding: 9px;
    border-radius: 0px 5px  5px 0px;
}
.btnCalcular{
    background: #003da6  !important;
    color: white !important;
    padding: 10px 40px !important;
    border-radius: 10px !important;
    margin: auto !important;
    display: block !important;
    border: 0 !important;
    font-weight: bold !important;
    cursor: pointer;
}
.overflowv{
overflow: auto;
    width: 100%;
}
.overflowv .result{
 min-width: 800px;
}