﻿body {
    background-image: url(imagenes/fondoresto.gif);
    font-size: 11px;
    color: black;
    font-family: Verdana;
}


.body2 {
    background-image: url(imagenes/fondogif.gif);
    font-size: 11px;
    color: black;
    font-family: Verdana;
}

.Header {
    font-size: 20px;
    font-weight: bold;
    color: Blue;
    font-family: Arial;
}

.clinica {
    color: blue;
    font-family: Arial;
    font-weight: bold;
    font-size: x-small;
}

.col {
    overflow: hidden;
    height: 10px;
    white-space: nowrap;
    font-family: Verdana;
    font-size: 8;
    margin: 0;
    padding: 1;
    vertical-align: middle;
    text-align: left;
    table-layout: fixed;
    position: fixed;
    max-height: 5;
}

.colCaption {
    overflow: hidden;
    height: 10px;
    white-space: nowrap;
    font-family: Verdana;
    font-size: 8;
    font-weight: bolder;
    margin: 0;
    padding: 1;
    vertical-align: top;
    text-align: right;
    table-layout: fixed;
    position: fixed;
    max-height: 5;
}

INPUT, textarea {
    font-size: 10px;
    color: navy;
    font-family: Verdana;
}

SELECT {
    font-size: 10px;
    color: navy;
    font-family: Verdana;
}

.Modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    filter: alpha(opacity=70);
    opacity: 0.70;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.Loading {
    position: relative;
    top: 45%;
}

.lblinfoback {
    width: 150px;
    background-image: url(imagenes/lblback.png);
    text-align: center;
    margin: auto;
}

/*Estilo Ordenes de Farmacia*/
.botoncss_n {
    background-color: #005EC6;
    border-color: #005EC6;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}

    .botoncss_n:hover {
        background-color: #51A4FF;
        border-color: #51A4FF;
        color: #ffffff;
    }

    .botoncss_n:active {
        background-color: #002E62;
        border-color: #002E62;
        color: #ffffff;
    }

.botoncss_nd {
    border: 1px solid #242424;
    background-color: #acacac;
    color: #494949;
    font-weight: bold;
    cursor: not-allowed;
    height: 18px;
}

.textboxcss {
    background-color: #51A4FF;
    border-color: #51A4FF;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
    text-align: center;
}

    .textboxcss:hover {
        background-color: #005EC6;
        border-color: #005EC6;
    }

    .textboxcss:focus {
        background-color: #ffffff;
        border-color: #51A4FF;
        color: #005EC6;
    }

.textboxcssd {
    background-color: #acacac;
    border-color: #494949;
    border-width: 1px;
    border-style: solid;
    color: white;
    text-align: center;
}

.DropDownList {
    background-color: #51A4FF;
    border-color: #51A4FF;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
}

.DropDownListd {
    background-color: #acacac;
    border-color: #494949;
    border-width: 1px;
    border-style: solid;
    color: white;
}

.ListBox {
    background-color: #51A4FF;
    border-color: #51A4FF;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
}

.ListBoxd {
    background-color: #acacac;
    border-color: #494949;
    border-width: 1px;
    border-style: solid;
    color: white;
}

.labelscss {
    font-weight: bold;
    color: #005EC6;
}

.csstabla {
    color: #005EC6;
    font-size: small;
}

    .csstabla table {
        width: 100%;
    }

    .csstabla td {
        width: 375px;
    }

.ModalMensajes {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    filter: alpha(opacity=90);
    opacity: 0.90;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ModalContenido {
    position: relative;
    text-align: center;
    padding: 25px;
    background-color: white;
    border-style: solid;
    border-width: 2px;
    border-color: darkgray;
    width: 500px;
    margin: auto;
    margin-top: 15%;
}
/*Fin estilo Ordenes de Farmacia*/
