﻿body
{
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.encabezadoPaneles
{
    font-weight: bold;
}

.botonRefrescar
{
    background-image: url("../images/Boton_Refrescar_Tareas.png");
    background-repeat: no-repeat;
    border: none;
    height: 40px;
    width: 99px;
}

.botonRefrescar:hover
{
    cursor: pointer;
}

.botonAccionAceptar
{
    background-image: url("../images/Boton_Aceptar_Tareas.png");
    background-repeat: no-repeat;
    border: none;
    height: 40px;
    width: 99px;
}

.botonAccionAceptar:hover
{
    cursor: pointer;
}

.botonAccionRevisar
{
    background-image: url("../images/Boton_Revisar_Tareas.png");
    background-repeat: no-repeat;
    border: none;
    height: 40px;
    width: 99px;
}

.botonAccionRevisar:hover
{
    cursor: pointer;
}

.botonAccionRechazar
{
    background-image: url("../images/Boton_Rechazar_Tareas.png");
    background-repeat: no-repeat;
    border: none;
    height: 40px;
    width: 99px;
}

.botonAccionRechazar:hover
{
    cursor: pointer;
}

.tituloSeccionPagina
{
    width: 100%;
    height: 30px;
    color: White;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px; 
    color: White;
    width: 100%;
}

.leftmenu
{
    float: left;
}
.rightmenu
{
    float: right;
}
.maintd
{
    width: 100%;
}

.indicadores
{
    border-style: groove;
    width: 200px;
    height: 150px;
}

/* TAB MENU2
----------------------------------------------------------*/

div.hideSkiplink2
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu2
{
    padding: 4px 0px 4px 8px;
}

div.menu2 ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu2 ul li a, div.menu2 ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu2 ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu2 ul li a:active
{
    background-color: #444444; /*#465c71;*/
    color: #cfdbe6;
    text-decoration: none;
}

.accordionHeader
{
    background-color: #888888;
    color: #cfdbe6;
}

.accordionHeaderSelected
{
    background-color: #444444; /*#465c71;*/
    color: #cfdbe6;
}

.accordionContent
{
    background-color: #bfcbd6;
    color: #465c71;
}

/* SAN GRILLA
----------------------------------------------------------*/

H2
{
    font-family: Verdana,Arial;
}

HR
{
    color: black;
    height: 2px;
}

.StdText
{
    font-weight: bold;
    font-size: 9pt;
    font-family: verdana;
}

.StdTextBox
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-size: 9pt;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    font-family: verdana;
}

.Filtros
{
    border-style: groove;
    width: 180px;
    height: 150px;
}

/*  ************************************ Controles ***************************************** */

/* PanelControl */

.PanelTitle
{
    font-family: Arial Black;
    font-style: normal;
    font-size: large;
    font-weight:bold;
    color:Black;
}

.content 
{
    background-color: #394773;
}

.roundedBox
{
    padding: 0px;
    color: #000;
    background-color: #eceef1;
    margin: 0px auto 0px auto;
}
