#presupuestos{
    position:relative;
    padding:8px;
    margin:10px 0px;
}
#presupuestos #lista_pasos{
    position:relative;
    list-style:none;
    padding:0px;
    display:block;
    margin:0px 0px 0px 0px;
    background:#eee;
    /*border-right:1px solid #ddd;*/
}
#presupuestos #lista_pasos li{
    position:relative;
    list-style:none;
    padding:8px 24px;
    margin-right:10px;
    float:left;
    display:inline;
    color:#777;
    /*border-top:1px solid #ddd;
    border-left:1px solid #ddd;*/
    background:#eee;
    font-size:0.8em;
}
#presupuestos #lista_pasos li.active{
    color:#1B2C5B;
    font-weight: bold;
}
.clear{
    font-size:0px !important;
    float:none !important;
    clear:both !important;
    margin:0px !important;
    padding:0px !important;
    border:none !important;
    background:none !important;
    outline:none !important;
}
.paso-presupuesto{
    position:relative;
    display:none;
    clear:both;
    padding:8px;
    color:#444;
    /*border:1px solid #ddd;*/
    background:#eee;
    margin-top:10px;
}
.paso-presupuesto.active{
    position:relative;
    display:block;
}
.paso-presupuesto .buttons{
    position:relative;
    text-align:right;
    padding:8px;
    margin-top:15px;
}
.paso-presupuesto .buttons .button{
    background:#1B2C5B;
    color:#fff;
    cursor:pointer;
    padding:3px 9px;
}
.paso-presupuesto .buttons .button.disabled{
    background:#bbb;
    cursor:not-allowed;
}
.paso-presupuesto{
    font-size:12px;
}
.paso-presupuesto td{
    padding:4px;
}
.paso-presupuesto h3{
    margin-bottom:15px;
}
.paso-presupuesto select,
.paso-presupuesto input[type=text],
.paso-presupuesto textarea{
    padding:2px;
    border:1px solid #1B2C5B;
    color:#000;
    font-family: inherit;
    font-size:12px;
}
.paso-presupuesto td select,
.paso-presupuesto td input[type=text],
.paso-presupuesto td textarea{
    width:100%;
}
.paso-presupuesto td select{
    width:103%;
}
#imgs_ambiente{
    position:relative;
    text-align:center;
    min-height:320px;
    margin-top:20px;
}
#imgs_ambiente img{
    display:none;
    -moz-box-shadow:0px 0px 18px 4px #999;
    -webkit-box-shadow:0px 0px 18px #999;
    -khtml-box-shadow:0px 0px 18px 4px #999;
    -o-box-shadow:0px 0px 18px 4px #999;
    -ms-box-shadow:0px 0px 18px 4px #999;
    box-shadow:0px 0px 18px 4px #999;
}
#ambientes_list a:hover,
#ambientes_list a.active{
    color:#1B2C5B;
}
.table-material{
    position:relative;
    margin-bottom:16px;
    z-index:9999;
}
.table-material td input[type=text]{
    width:34px;
    text-align:center;
    margin-bottom:16px;
    z-index:99999;
}
.table-material .th-unidades{
    width:70px;
}
.table-material .th-material{
    width:318px;
}
.table-material th{
    text-align:left;
}
.table-material th,
.table-material td{
    padding:4px;
}
.table-material .th-titulo{
    width:400px;
    text-align:center;
    font-size:12pt;
    font-weight:bold;
    background:#1B2C5B;
    color:#fff;
    padding:6px 4px;
}
.col-right{
    display:inline;
    float:right;
    width:380px;
}
.col-left{
    display:inline;
    float:left;
    width:380px;
}
.presupuesto-material{
    display:none;
}
#solicitud_table th{
    vertical-align: top !important;
    padding-top:8px;
}
