﻿/* Cuerpo */
body {
    font-family: Tahoma;
    font-weight: normal;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
/* Pantalla */
.pantalla {
    width: 100%;
}
/* Logo */
.logo {
    width: 100%;
    text-align: left;
}
/* Barra */
.barra {
    width: 100%;
    float: left;
    font-size: small;
    height: 20px;
    background: #fcfff4; /* Old browsers */
    background: -moz-linear-gradient(left, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
    background: linear-gradient(to right, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
}
/* Parte izquierda del heading #2. */
.h2left {
    width: 33%;
    float: left;
    text-align: left;
}
/* Parte derecha del heading #2. */
.h2right {
    width: 33%;
    float: right;
    text-align: right;
}
/* Parte central del heading #2. */
.h2center {
    width: 34%;
    float: left;
    text-align: center;
}
/* Estilo para el enlace de salida. */
.salida {
    font-size: medium;
}
/* Area de contenido. */
.contenido {
    width: 100%;
    float: left;
}
/* Panel */
.pnl {
    width: 100%;
}

.pnlredondeado {
    background-color: white;
    /*background: #fcfff4;*/ /* Old browsers */
    /*background: -moz-linear-gradient(left, #fcfff4 0%, #e9e9ce 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fcfff4), color-stop(100%,#e9e9ce));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(left, #fcfff4 0%,#e9e9ce 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(left, #fcfff4 0%,#e9e9ce 100%);*/ /* Opera 11.10+ */
    /*background: #fcfff4;*/ /* W3C */
    /*text-align: left;*/
}
/* Fila del menu horizontal, dentro del area de contenido.  */
.menurow {
    vertical-align: top;
    width: 100%;
    height: 20px;
    background: #fcfff4; /* Old browsers */
    background: -moz-linear-gradient(left, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
    background: linear-gradient(to right, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
}
/* Div centralizado en contenido */
.divcentralizado {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}
/* Tablas */
.tbl {
    width: 100%;
    vertical-align: top;
}
/* Titulo de la pantalla, dentro del cuerpo. */
.titulo {
    font-weight: bold;
    font-size: large;
    text-align: center;
}
/* Subtitulo de la pantalla, debajo del titulo. */
.subtitulo {
    font-size: medium;
    font-weight: bold;
}
/* Menu Control */
.mnu {
}

.mnuStaticHoverStyle {
}
/* MENU ESTATICO DE OPCIONES O LISTADO*/
.mnuStaticMenuItemStyle {
    color: black;
    font-weight: bold;
    padding-left: 1px;
    padding-right: 10px;
}

.mnuStaticMenuStyle {
}

.mnuStaticSelectedStyle {
}
/* COLOR QUE DEBE CAMBIAR AL TOCAR LA OPCION EN EL MENU*/
.mnuDynamicHoverStyle:hover {
    background-color: darkgrey !important;
    color: white !important;
}

.mnuDynamicMenuItemStyle {
    border: solid 1px black;
    color: black;
    background-color: #f5f5f5;
}

.mnuDynamicMenuStyle {
}

.mnuDynamicSelectedStyle {
    background-color: #047d22;
}
/* Contenido #2 dentro del site master */
.contentrow {
/*    padding: 10px 0px 0px 0px;*/
    vertical-align: top;
    width: 100%;
    min-height: 400px;
}
/* Pie de pantalla o "footer". */
.piepantalla {
    width: 100%;
    text-align: left;
}
/* Enlace. */
/*a {
    color: Navy;
    text-decoration: underline;
    text-align: left;
}*/
/* Enlace al ubicar el mouse sobre el mismo. */
/*a:hover {
        color: blue;
        text-decoration: underline;
    }*/
/* Button control */
.boton {
    background-color: #8B8C89;
    color: white;
    width: 130px;
    font-weight: bold;
    text-align: left;
}

.divcentralizadoamplio {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0px;
}
/* Cualquier label que se desee resaltar. Ejemplo: Label sobre la advertencia del uso de la pagina. */
.labelimportante {
    color: Red;
}
/* Toolbar */
.tool {
    text-align: left;
    height: 20px;
    background-color: #ba4d26;
}
/* Textbox requeridos. */
.txtrq {
    background-color: #FDF8FF;
    margin-left: 3px;
}
/* Dropdown list requeridos. */
.ddlrq {
    background-color: #FDF8FF;
    font-weight: bold;
}
/* Label de mensaje. */
.lblmsg {
}
/* Para cuando nos paramos sobre la fila del grid. */
.grdhoverow {
    background-color: #bcd199;
    text-align: center;
    color: White;
}
/* Para las filas alternas del grid. */
.grdaltrow {
    background-color: #F5F5F5;
    text-align: left;
    vertical-align: top;
    text-align: center;
}
/* Header del grid. */
.grdheadrow {
    background-color: #EEEED1;
    text-align: center;
    vertical-align: top;
    font-size: small;
    padding-left: 0px;
}
/* Fila del grid. */
.grdrow {
    text-align: left;
    vertical-align: top;
    text-align: center;
    color: black;
}

a {
    color: black;
    font-size: larger;
}
/* Fila seleccionada del grid. */
.grdselected {
    background-color: #FFFCCF;
    text-align: center;
}
/* Para la paginacion del grid. */
.grdpager {
    background-color: #F7F7DE;
}
/* Footer del grid. */
.grdfooter {
    background-color: #CCCC99;
}
/* Iframe. */
.loadframe {
    width: 750px;
    height: 215px;
}
