.dariel{
    /*border: 1px solid red;*/
}

.align_image{
    margin-left:-5px;
    margin-right:-5px;

}

.servicioPlanteamiento{
    /*border: 1px solid red;*/
    float: left;
    display: inline;
    width: 100%;
}

.servicioPlanteamiento h5 {
    font-weight: bold;
}

#capaPlanDespacho{
    width: 100%;
}

#capaVerificarTramite{
    width: 100%;
}

#capaPlanteamientoOnline{
    width: 100%;
}

#radios{
    width: 100%;

}

.servicio td{
    padding: 3px;
    /*border: 1px solid red;*/
}

.lineabajo{
    width: 100%;
    margin-top: 10px;
    /*border-top: 2px solid #4da324;*/
}

.lineabajo img{
    margin-top: -10px;
}

/*.table {*/
    /*width: 200%;*/
    /*margin-bottom: 20px;*/
/*}*/

/*.table td{*/
    /*!*border: 1px solid red;*!*/
/*}*/

.table select{
    max-width: 170px;
    padding: 0px;
    display: inline-block;
    border: 2px solid #bbbbbb;
    font: inherit;
    line-height: 1.2;
    background: #F8F8F8;
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#campo input{
    max-width: 250px;
    padding: 0px;
    display: inline-block;
    border: 2px solid #bbbbbb;
    font: inherit;
    line-height: 1.2;
    background: #F8F8F8;
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*#resultado .table thead{*/
    /*background: #b4daa9;*/
/*}*/

#botonbuscar button{
    width: 90px;
    font: inherit;
    font-size: inherit;
    font-size: 16px;
    color: #F8F8F8;
    /*border: 1px solid #4da324;*/
    /*background: #4da324;*/
    height: 25px;
}

#botonbuscar #espera{
    float: left;
    margin-left: 20px;
}

#botoningresar button{
    width: 90px;
    font: inherit;
    font-size: inherit;
    font-size: 16px;
    color: #F8F8F8;
    border: 1px solid #4da324;
    background: #4da324;
    height: 25px;
}

#errores{
    background: url("../img/icon-error-planteamientos.png") no-repeat 10px;
    background-color: #F8F8F8;
    border-left: 3px solid #ffa01e;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 60px;
    padding-top: 15px;
}

#erroresVerificar{
    /*background: url("../img/icon-error-planteamientos.png") no-repeat 10px;*/
    background-color: #cbe6c7;
    border-left: 3px solid #4ea324;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 10px;
    /*padding-top: 10px;*/
}

#resultado{
    width: 100%;
    /*max-width: 800px !important;*/
    overflow-x: auto !important;
}

#resultado .row{
    padding: 5px;
    /*border: 1px solid red;*/
}

label {

    display: inline-block !important;
    margin-bottom: 5px !important;
    margin-left: 5px !important;

}

.row {
    padding: 5px;
}

.row select{
    min-width: 180px;
}

.row label{
    /*float: left !important;*/
    margin-left: 0px !important;
}

.delegado{
    min-width: 700px !important;
    overflow-x: auto !important;
}

@media screen and (max-width: 360px){
    .row #codVer{
        width: 100%;
    }


}

@media screen and (max-width: 1200px) and (min-width: 1000px) {
    .row select{
        min-width: 135px;
    }
}
@media screen and (max-width: 1300px) and (min-width: 1201px) {
    .row select{
        min-width: 170px;
    }
}



