root { 
    display: block;
}
input,select,textarea{
    border: 1px solid #010101;
    background: #F3F3F3;
    line-height: 18px;
}
input[disabled],select[disabled],textarea[disabled]{
    background: #e1e1e1;
    color: #010101;
}
input:focus,select:focus,textarea:focus{
    background-color: #FFE45C;
}

label{
    font-size:12px;
}
body{
    text-align: center;
    font-family:tahoma,sans-serif;
    font-size:11px;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

div{
    /*    overflow: hidden;*/
}
.incompleteField{
    border: 1px solid red;
}
#clear{
    clear: both;
}
.separador5{
    width: 100%;
    height: 5px;
    float: left;
    display: block;
}
.documentContainer{
    width: 1024px;
    margin: 0 auto;
    position: relative;
    display: block;
    overflow: visible;

}
.header{
    /*    background: url(../images/bluish/cabecera.png) repeat-x;*/
    height: 109px;
    /*    border: 1px solid #010101;*/
    width: 1022px;
    position: relative;
}
.header .logo{
    position: absolute;
    top: 25px;
    left: 35px;
}
.header .label{
    position: absolute;
    color:#444444;
    top: 18px;
    left: 285px;
    font-size:11px;
    font-weight:normal;
    text-align: left;
}
.header .imagen{
    float: right;
    height: 109px;
    width: 163px;
    background-image: url(../images/header_default.png)
}
.menuTop{
    height: 28px;
    _height: 30px;
    width: 1022px;
    /*background: url(../images/bluish/botones_gris.jpg) repeat-x;*/
    background: #0f428e;
    color:#010101;
    font-size:12px;

    border: 1px solid #010101;
    margin-bottom: 8px;
}

.menuLeft{
    width: 170px;
    float: left;
    color: #FFFFFF;
}
.menuLeft div{
    overflow: hidden
}
.menuLeft .label{
    width: 168px;
    /*background: url(../images/bluish/botones_azules.png) repeat-x;*/
    background: rgb(31,48,87);
    text-indent: 10px;
    text-align: left;
    height: 28px;
    line-height: 28px;
    border-top: 1px solid #010101;
    border-bottom: 1px solid #010101;
    border-right: 1px solid #010101;
    border-left: 1px solid #010101;
    font-size:14px;

}
.item{
    height: 28px;
    _height: 29px;
}
.item a{
    margin-left: 10px;
    text-align: left;
    line-height: 28px;
    text-decoration: none;
    color: #FFFFFF;
}
.item a:hover{
    text-decoration: none;

}
div.item:hover{
    background: #155bc3;
}
.menuLeft .item{
    width: 168px;
    /*background:url("../images/bluish/botones_gris.jpg") repeat-x scroll 0 0 transparent;*/
    background: #0f428e;
    border-bottom:1px solid #010101;
    border-right: 1px solid #010101;
    border-left: 1px solid #010101;
}
.menuLeft .item a{
    float: left;
    width: 100%;
}
.menuTop .item{
    padding:0 8px;
    float: right;
    border-left: 1px solid #B8B8B8;
}
.menuTop .itemLeft{
    float: left;
    border-left: none;
}
.menuTop .item a{
    margin: 0;
}
.menuTop .selected{
    background-color: #CCCCCC;

}
.menuTop .selected a{
    color: #494949;
}
.menuTop .btnCerrarSesion{
    background:url(../images/cerrarsesion.png) 6px 6px #494949 no-repeat ;
}
.menuTop .btnInicio{
    background:url(../images/inicio.png) 2px 3px #494949 no-repeat ;
}
.hidden{
    display: none
}
.mainContainer{
    width: 844px;
    float: right;
    overflow: visible;


}
.tdMouseOver{
    background-color: #061e38;
}
.wizard{
    width: 800px;
}
.wizard .listado{
    width: 798px;
    height: 300px;
    overflow: auto;
}
.wizard .listado .titulo{
    width: 100%;
    margin: 5px 0;
    text-align: center;
    float: left;
    font-size: 15px;
}
.wizard .elemento{
    height: 40px;
    width: 100%;
    float: left;
    line-height: 40px;
}
.wizard .listado div:hover{
    background-color: #f6d87a;
}
.wizard .elemento .imagen{
    height: 40px;
    width: 50px;
    float: left;
}
.wizard .elemento .label{
    float: left;
    height: 100%;
    width: 300px;
    text-align: left;
    margin-left: 20px;

}
.wizard .elemento .botones{
    width: 100px;
    height: 40px;
    float: right;
}
/*///////////////////////////////////////////////////////////////////////*/
/*LOGIN*/
.popLogin{
    position: absolute;
    right: 0px;
    _right: 1px;
    top:138px;
    _top:138px;
    background: #e1e1e1;
    display: none;
    z-index: 6000;
    border: 5px solid #CCCCCC;
    width: 270px;
    _width: 280px;
}
.popLogin #keepSesion{
    border: none;
}
.newLogin{
    margin: 15px;
    width: 238px;
}
.newLoginLabel{
    color: #010101;
    font-size: 11px;
    width: 238px;
    float: left;
    text-align: left;

}
.newLoginInput{
    -moz-border-radius:4px 4px 4px 4px;
    -webkit-border-bottom-left-radius: 4px 4px;
    -webkit-border-bottom-right-radius: 4px 4px;
    -webkit-border-top-left-radius: 4px 4px;
    -webkit-border-top-right-radius: 4px 4px;
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #DDDDDD;
    display:block;
    font:13px "Lucida Grande",Arial,Sans-serif;
    margin:0 0 8px 0px;
    _margin:0 0 8px -15px;
    padding:5px;
    _height: 26px;
    float: left;
    width: 238px;
}
.newLoginBotones{
    width: 238px;
    float: left;
    text-align: left;
    color: #010101;
    font-size: 11px;
    line-height: 16px;
    _line-height: 24px;
}
.tableListado{
    width: 790px;
    font-size: 10px!important;
    color: #010101;
    background-color: #BBBBBB;
}
.tableListado a,.tableVista a{
    color: #010101;
    font-weight: bold;
}
.tableListado td{
    padding: 5px;
    background-color: #FFFFFF;
}
.tableListado th,.tableVista th{
    text-align: left;
    /*background: url(../images/bg-btn-gray.png) bottom repeat-x scroll;*/
    background: #ccc;
    padding: 5px;

}
.linksTopListado{
    padding: 6px;
    color: #FFFFFF;

    /*background: url(../images/bluish/botones_azules.png) repeat-x scroll 0 0;*/
    background: rgb(31,48,87);
    margin-bottom: 3px;
}
.linksTopListado label{
    font-size: 16px;

}
.linksTopListadoSecundario{
    padding: 2px;
    color: #FFFFFF;
    border: 1px solid #010101;
    background: url(../images/bg-btn-gray.png) repeat-x scroll 0 0;
    margin-bottom: 3px;
    line-height: 20px;
}
.linksTopListadoSecundario label{
    font-size: 12px;

    font-weight: bold;
    color: #000000
}
.tablePaginacion td{
    text-align: center;
}

.tableVista{
    width: 844px;
    font-size: 11px!important;
    color: #010101;
    background-color: #BBBBBB;
}
.tableInput input{

}
.tableRow a{
    color: #010101;
}
.tableVista td{
    padding: 5px;
    background-color: #FFFFFF;
}
.tableVista .tableTitulo{
    text-align: center

}
.tableVista .tableLabel{
    width: 30%;
}

.tableVista label{
    font-weight: bold;
}
.tableVista .tableDato{
    font-size: 12px;
    width: 80%;

}
.boton.botonRojo{
    /*background: url(../images/bg-btn-red.png) repeat-x scroll 0 0 !important;*/
    background-color: rgb(177,38,21);
    color: #FFF!important;
}
.boton.botonAzul{
    /*background: url(../images/bg-btn-blue.png) repeat-x scroll 0 0!important;*/
    background: #155bc3;
    color: #FFF!important;
}
.boton.botonVerde{
    /*background: url(../images/bg-btn-green.png) repeat-x scroll 0 0!important;*/
    background-color: rgb(154,184,21);
    color: #FFF!important;
}
.boton{
    font: bold 12px "Lucida Grande",Arial,Sans-serif;
    /*background: url(../images/bg-btn-gray.png) repeat-x scroll 0 0 #0d6323;*/
    background-color:#ddd;
    -moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    color:#010101;
    padding:0 8px;
    margin: 0 1px;
}
.boton:hover{
    text-decoration:none;
}
.boton:active{
    background:#888888;
    outline: none;
}
.botonA{
    float: none!important;
    padding: 4px 6px!important;
    line-height: 24px;
    _line-height: 16px;
}
.botonSelected{
    background:#888888;
    outline: none;
}
.footer{
    /*background: url(../images/bluish/botones_azules.png) repeat-x;*/
    background: rgb(31,48,87);
    height: 25px;
    line-height: 25px;
    _height: 28px;
    border: 1px solid #010101;
    width: 968px;
    margin-top: 8px;
    margin-bottom: 8px;

    color: #FFFFFF;
}
.inputChico{
    width: 70px;
    text-align: right;
    padding-right: 5px;
}
.inputNumber{
    width: 150px;
    text-align: right;
    padding-right: 5px;
}
.selectTiposObras{
    width: 290px;
}

.colorRed{
    color: #F00!important;
}

.menuLiquidacion{
    background: url(../images/pixel.png) repeat-x bottom;
    height: 30px;
    padding-left: 2px;
    color: #FFF;
}
.menuLiquidacion .pestaña{
    border-left: 1px solid #0f428e;
    border-right: 1px solid #0f428e;
    border-top: 1px solid #0f428e;
    border-bottom: 1px solid #0f428e;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-top-left-radius: 6px 6px;
    -webkit-border-top-right-radius: 6px 6px;
    border-top-left-radius: 6px 6px;
    border-top-right-radius: 6px 6px;
    height: _30px;
    height: 28px;
    padding:0 10px;
    margin:0 2px;
    display: block;
    line-height: 30px;
    font-weight: normal;
    float: left;
    color: #FFF;
    background-color: #0f428e;
    font-size: 12px;
}
a.pestaña:hover{
    background: #155bc3;
    text-decoration: none;
}
a.pestaña.selected:hover{
    background: #FFF;
    text-decoration: none;
}
.menuLiquidacion .selected{
    border-bottom: 1px solid #FFF!important;
    color: #0f428e;
    background-color: #FFF;
    font-weight: bold;
}
.containerLiquidacion{
    border-left: 1px solid #0f428e;
    border-right: 1px solid #0f428e;
    border-bottom: 1px solid #0f428e;
    border-top: none;
}
.containerLiquidacion .inside{
    padding: 10px;
}
.containerLiquidacion .tableVista{
    width: 822px!important;
}





/*ESTILOS CATOPO*/
body.catopo{
    background: #DDD;
}
.catopo .inside{
    background: #FFF;
}
.catopo .linkCahono{
    display: none;
}



/*UPLOAD FORM*/

.uploadifyQueueItem {
    background-color: #F5F5F5;
    border: 2px solid #E5E5E5;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    padding: 10px;
    width: 350px;
}
.uploadifyError {
    background-color: #FDE5DD !important;
    border: 2px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel {
    float: right;
}
.uploadifyQueue .completed {
    background-color: #E5E5E5;
}
.uploadifyProgress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}
.uploadifyProgressBar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}
.uploadForm .tableVista{
    width: 100%!important;
}