﻿body 
{
    margin: 20px;
    background-color: #B6B7BC;
    color: #0264AA;    
}

.DivPrincipal
{
    position: absolute;
    border-color: black;
    border-style: groove;
    border-width: thin;
    background-color: whitesmoke;
}

.Buscar 
{
    color: #000000;
    font-weight: bold;
    background-color: #75A6E9;  
    float:right;
    position: relative;
    border: black solid thin;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;     
    -khtml-border-radius: 4px;       
    border-radius: 4px;        
 } 
 
 .Buscar:hover
 {
     background-color: #AFCBF3;
 }

.PanelBusqueda
{
    position: relative;
    width: 175px;
    background-color: whitesmoke;
    border-color: black;
    border-style: inset;
    border-width: 1px;
    margin: 4px;
}  

.PanelLinks
{
    position: relative;
    width: 98%;
    background-color: #0264AA;
    border-color: black;
    border-style: inset;
    border-width: 1px;
    margin-left: 4px;
    margin-bottom: 0px;
} 

.PanelGrafico
{
    width: 723px;
}

table
{
    margin: 3px;
}


.ColorSeparador
{
    background-color: #0264AA;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 5px;    
}

input,option,textarea,select,textarea:optional
{
    color: #0264AA;
}

.FondoSeleccion
{
    width: 100%;
    
}

.BotonLink
{
    margin: 5px;  
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;     
    -khtml-border-radius: 4px;       
    border-radius: 4px;     
}

.BotonLink:link, BotonLink:visited 
{    
    color:#FFFFFF;
    background-color: #0264AA;
    text-decoration: none; 
}

.BotonLink:hover 
{
    color:#75A6E9;
    background-color: whitesmoke;
    text-decoration: none;
}

.BotonLinkSeleccionado
{
    margin: 5px;  
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;     
    -khtml-border-radius: 4px;       
    border-radius: 4px; 
    
    color:#75A6E9;
    background-color: whitesmoke;
    text-decoration: none; 
}

.Graficar
{
    color: #000000;
    font-weight: bold;
    background-color: #75A6E9;  
    position: relative;
    border: black solid thin;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;     
    -khtml-border-radius: 4px;       
    border-radius: 4px;
    width: 77px;
}  

.Graficar:hover
{
    background-color: #AFCBF3;   
}

.PanelTemporal
{
    float: left;
}