﻿/* Aplica de forma genérica a toda la página*/
body 
{
    margin-top: 0px;
    font-family: Verdana;
    text-align:left;
}


.PanelLogin
{
    width:  280px;
    height: 200px;
}

.BotonOscuro
{
    font-family: Verdana;
    font-size: 10pt;
    color: white;
    background-color: #033762;
    border: thin outset #033762; 
    border-radius: 5px 5px 5px 5px;
    cursor:pointer;
    width: 130px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    vertical-align:middle;
}

.BotonClaro
{
    font-family: Verdana;
    font-size: 10pt;
    color: black;
    background-color: #CED7F9;
    border: thin outset #CED7F9; 
    border-radius: 5px 5px 5px 5px;
    cursor:pointer;
    width: 130px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    vertical-align:middle;
}

.BotonAlternativo
{
    font-family: Verdana;
    font-size: 10pt;
    color: white;
    background-color: #DD8B3D;
    border: thin outset #DD8B3D; 
    border-radius: 5px 5px 5px 5px;
    cursor:pointer;
    width: 130px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    vertical-align:middle;
}

.BotonRedondeado
{
    text-align:center;
    border-radius: 5px 5px 5px 5px;
    cursor:pointer
}

.EtiquetaEstandar
{
    font-family: Verdana;
    font-size: 9pt;
    color: black;
}

.BotonGris
{
    font-family: Verdana;
    font-size: 8pt;
    color: white;
    background-color: #87888A;
    border: thin outset #D3EBF1; 
    border-radius: 5px 5px 5px 5px;
    cursor:pointer
}

.BotonAzulOscuro
{
    font-family: Verdana;
    font-size: 11pt;
    color: white;
    background-color: #3B4F72;
    border: thin outset #D3EBF1; 
    border-radius: 5px 5px 5px 5px;
    cursor:pointer
}

.FotoMini
{
    border-radius:18px;
    border: 1px solid grey;
    margin: 0;
    padding: 0;
    width:36px;
    height:36px;
    border-radius: 17px;
    overflow: hidden;
    cursor:pointer;
}

.CuadroTextoUsuario
{
    height: 20px;
    border-radius: 5px 5px 5px 5px;
    background-color: #CED7F9;
    font-size:9pt;
    color: #9D9D9C;
    padding-left:10px;
}

.BotonBlanco
{
    font-family: Verdana;
    font-size: 9pt;
    color: white;
    background-color: darkgray;
    border: thin outset white; 
    border-radius: 3px 3px 3px 3px;
    cursor:pointer;
    }

.DropModulos
{
    font-family: Verdana;
    font-size: 10pt;
    color: white;
    background-color: #7BABBE;
    width:370px;
}

.enlacesArticulos
{
    font-family:Verdana;
    font-size: 10pt;
    color: #7BABBE;
    text-decoration: none;
    text-align: left;
}

.PanelModulo
{
    height: 350px;
    width: 400px;    
    border: thin outset #D3EBF1; 
    border-radius: 10px 10px 10px 10px;
    overflow-y: auto; 
    --scrollbar-face-color: #6685CA; 
    scrollbar-face-color: #c6d9f1; 
    --scrollbar-highlight-color: #6685CA; 
    scrollbar-shadow-color: #c6d9f1; 
    --scrollbar-3dlight-color:#FFFFFF;
    scrollbar-arrow-color:#4B6878; 
    --scrollbar-track-color:none; 
    --scrollbar-drakshadow-color:#000000;    
}

.enlacesTutores
{
    font-family:Verdana;
    font-size: 9pt;
    color: #7BABBE;
    text-decoration: none;
    text-align: left;
}

.enlacesModulos
{
    color: #858585;
    font-size: 9pt;
    text-decoration: none;
    text-align: left;
}

.AlineaDerecha
{
    text-align:right;
}

.ImagenPacientesTratados
{   
    
}

.CeldaTablaExamen
{
    margin-left: 125px;
}