﻿body
{
    font-family: Sans-Serif;
    font-size: 12px;
    color: #555555; /*text-align:center;*/
}

td
{
    font-size: 9px;
    color: #555555;
    text-align: center;
    vertical-align: middle;
}

.Aclaracion
{
    font-size: 9px;
    color: #555555;
    text-align: center;
}

.CerrarVentana
{
    font-size: 9px;
    color: #0000ff;
    text-align: center;
}


.TextoPrincipal
{
    font-size: 12px;
    color: black;
    text-align: center;
}

.TextoImportante
{
    font-size: 14px;
    color: black;
    text-align: center;
}

.Origen
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    background-color: #B8AC5A;
}

.Destino
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    background-color: #D3C98C;
}

.Layer1
{
    position: relative;
    top: 0px;
    width: 760px;
    height: 310px;
    z-index: 1;
    overflow: auto;
    text-align: left;
}

.Layer2
{
    position: relative;
    top: 0px;
    width: 760px;
    z-index: 1;
    overflow: auto;
    text-align: left;
    height: 100%;
}

.TDRef1
{
    width: 23px;
    background-color: #A5A5AE;
}
.TDRef2
{
    width: 521px;
    text-align: left;
    background-color: #E7E7E7;
    font-size: 11px;
    padding-left: 5px;
}


