﻿body {
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 14px;
}

.centered-usercontrol {
    display: block;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.Sptitle {
    font-weight: bold;
    margin:1%;
    font-size: 20px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.btnGeneralPrimary {
    background-color: #6B6C70;
    border-color: #6B6C70;
    color: white;
    -webkit-border-radius: 5px;
}
    .btnGeneralPrimary:hover {
        background-color: #5C5D61;
        border-color: #5C5D61;
        color: white;
        -webkit-border-radius: 5px;
    }


/* Estilo para el DropDownList */
.Dropdowns {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}
.PanelDiv {
    height: 500px;
    -webkit-border-radius: 10px;
    width: 100%;
    border-color: #6B6C70;
    border-width: 2px;
    background-color: #ECECED;
  
}
.elementotxt {
    display: inline-block;
    margin: 5px;
}

.elementodisplay {
    display: inline-block;
    margin: 5px;
    width: 10%
}

.elementobarra {
    display: inline-block;
    margin: 5px;
    width: 30%
}