html, body {
    height: 100%;
    padding: 10px 0 0 0;
    margin: 0;
    font-family: Tahoma, Verdana, Arial;
    font-size: 16px;
}

body > div:first-child {
    height: 20px !important;
}

input, textarea, select, button {
    font-family: Tahoma, Verdana, Arial;
    font-size: 16px;
}

.form_validation_error {
    color: red;
    font-size: 14px;
}

#menuBar {
    border-top: 1px solid #D17D14;
    border-bottom: 1px solid #D17D14;
    color: white;
}

#menuBar a {
    color: white;
    text-decoration: none;
}

#menuBar a:hover {
    text-decoration: underline;
}

img.btnEdit {
    cursor: pointer;
}

.fixed-dialog {
    position: fixed;
    top: 50px;
    left: 50px;
}

.ui-widget, .ui-widget * {
    font-family: Tahoma, Verdana, Arial !important;
    font-size: 16px !important;
}

.dt_center {
    text-align: center;
}

.dt_right {
    text-align: right;
}

a.btnDtAccion {
    color: blue;
}

a.btnDtAccion:hover {
    color: red;
}

.fixed-dialog {
    position: fixed;
    top: 50px;
    left: 50px;
}

form.forma_general input[type=text] {
    width: 400px;
}

form.forma_general input[type=password] {
    width: 150px;
}

.searchConTexto {
    background-color: #FF0;
    border: 1px solid red;
    padding: 2px;
}

input[type=button], input[type=submit] {
    background-color: #e09e16;
    border: 1px solid #d07e14;
    border-radius: 5px;
    color: white;
    padding: 4px 18px;
    cursor: pointer;
}

.botonMouseDown {
    border: 1px solid black !important;
}

div.dtclear {
    clear: both;
}

div.dt-buttons {
    float: none !important;
    position: relative !important;
    text-align: right !important;
}

a.buttons-excel {
    background-color: #e09e16 !important;
    border: 1px solid #d07e14 !important;
    border-radius: 15px !important;
    color: white !important;
    padding: 4px 18px !important;
    cursor: pointer !important;
    font-family: Tahoma, Verdana, Arial !important;
    font-size: 16px !important;
    background-image: none !important;
}

a.buttons-excel span {
    text-shadow: none !important;
}

#divMiOverlay {
    display: none;
    z-index: 9999;
}

#divMiOverlayCargando {
    display: none;
    z-index: 10000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
