
.css_contenedor{
    font-size: 12px;
}

.ui-progressbar {
    position: relative;
    height: 15px;
}
.progress-label {
    position: absolute;
    left: 4px;
    top: 0px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}  
.midivProcesando{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 15px;
}
.midivError{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    background-color: #FF0000;
}
.midivError-label {
    position: absolute;
    left: 4px;
    top: 0px;
    font-weight: bold;
    color: #ffffff;
}  

.css_tip_app {
    font-size: 17px;
    font-weight: bold;
    font-family: Verdana;
}

.tablaDatos tr:nth-child(2n+1){ background: #DDDDDD;}    

html,body,form {
    margin: 0;
    padding: 0;
    margin-top: -20;
}

body {
    background-color: #DDDDDD;
    background-image: url(../App_Themes/img/fondoFTP.jpg);
    background-repeat: no-repeat;
    background-position: center 5px;
    font-family: Verdana ;
    font-size:  12px;
}    

.tabla_home{
    margin-top:330px;
    left:-250px;
    position:relative;
}

.label_login{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #283478;
}

.inputs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: 100;
}