﻿body 
{
    font-family:Arial Narrow;
    background-color:#CCC;
    text-align:center;
    
}

menu
{
    background-color: #AC7676;
    border-style: none;
    color: #FFFFFF;
}
  
.formato #Encabezado
{
    height: 191px;
    border-width: 10px;
    text-align: center;
    overflow: visible;
    position: static;
    width: 1000px;
}
.formato #EncabezadoLogo
{
    width: 300px;
    float: left;
    text-align: right;
    
}
.formato #PiePagina
{
    background-color: #555555;
    width: 1000px;
    color: #FFFFFF;
}
.formato #EncabezadoLogin
{
    text-align: right;
    width: 600px;
    float: right;
    overflow:auto;
}
.formato #datos
{
    
    background-color: #fff;
    margin: 0px auto 0px auto;
    height:auto;
    text-align:justify;
    overflow:auto;
}

.formato #page
{
    width:1000px;
    background-color:White;
    margin-right:auto;
    margin-left:auto;
}


.ColumnaIzquierda
    {
        position:static;
        float: left;
        width: 120px;
        padding:10px;
        
    }
    
.ColumnaDerecha
    {
        
        padding:10px;
        height:inherit;
        margin-top:0px;
        overflow:auto;
        width:830px;
        
    }
    
h1
{
    font-family: 'Trebuchet MS';
    text-align: center;
}

h2
{
    font-family: 'Trebuchet MS';
    text-align: center;
}
.error
{
    color: #FF0000;
}

.anexos
{
    border-width: thin;
    border-style: inset;
    background-color: #FFFFFF;
    text-align: left;
}

.tablaDatos
{
    background-color: #C7D6DE;
    text-align: center;
    vertical-align: top;
    caption-side: top;
    color: #000000;
}



#Ayuda
{
    padding: 10px;
}
.Login
{
    position: inherit;
    top: 0px;
    right: 0px;
    width: 950px;
    overflow:auto;
    text-align:right;
}

.reloj
{
    font-size: xx-large;
    font-family: 'Arial Black';
    font-weight: bold;
    color: #FF0000;
    text-decoration: blink;
    width: 125px;
}

/* unvisited link */
a:link {
  color: #1A1A1A;
}

/* visited link */
a:visited {
  color: #1A1A1A;
}

/* mouse over link */
a:hover {
  color: #1A1A1A;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: #1A1A1A;
}

