﻿body {
    background-color: #f2f2f2;
    /* #f2f2f2*/
    background: url('../Imgs_Fondo/bg_body.gif');
    background-repeat: repeat;
}

.UcPnl {
    background-color: #ffffff;   
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
}
.UcPnl_Control {
    border-radius: 8px;
}
.UcPnl_Contenedor {
    /* background-color: #fff2e6;*/
    background: #6889a3;
    background: radial-gradient(circle,rgba(104, 137, 163, 0.93) 0%, rgba(138, 175, 212, 1) 82%, rgba(48, 140, 207, 1) 100%);
    /*border-color: #666666;
    border-style: solid;
    border-width: 1px;*/
    border-radius: 8px;
}
.UcPnl_Scroll_Container {
    height: 248px; /* Force a height boundary */
    width: 100%; /* Force a width boundary */
    overflow-y: auto; /* Shows vertical scroll bar only when needed */
    overflow-x: auto; /* Shows horizontal scroll bar only when needed */
    overflow: scroll;
    border-radius: 8px;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 0.5px;
    /*background-color: #f2f2f2;*/
}
.UcPnl_Contenido {
    background-color: #ffffff;
    /*border-color: #666666;
    border-style: solid;
    border-width: 1px;*/
    border-radius: 8px;
}
.UcPnl_DataList {
    background-color: #ffffff;
    /*border-color: #666666;
    border-style: solid;
    border-width: 1px;*/
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    border-radius: 8px;
}
.UcDataList {
    /* background-color: #84a3e1;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;*/
    border-radius: 8px;
}
.UcDataList_Header {
    color: #142952;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;
}
.UcDataList_Item {
    color: #142952;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    border-block-color: #f2f2f2;
    border-bottom-style: solid;
    border-width: 0.5px;
}
.UcLbl {
    /*color: #142952;*/
    color: #e6e6e6;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;
    z-index: 1;
    left: 12px;
    top: 4px;
    position: absolute;
}
.UcLbl_Formularios {
    /*color: #142952;*/
    color: #999999;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;
    z-index: 1;
    left: 12px;
    top: 4px;
    position: absolute;
}

.UcTxt {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;
    padding: 8px;
    /*margin: 4px 0;*/
    box-sizing: border-box;
}

.UcCbo {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;
    padding: 8px;
    /*margin: 4px 0;*/
    box-sizing: border-box;
}
/*.UcLnk {
          color: white;
          font-family: Tahoma, Verdana, sans-serif;
          font-size: 12px;
        }*/
.content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.UcLnk:link, .UcLnk:visited {
    background-color: #e6e6e6;
    color: #737373;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
}

.UcLnk:hover, .UcLnk:active {
    background-color: #cccccc;
}
