body {
    margin: 0%;
    background-color: #F3F2E7;    
    height:100%;
    font-size:12px;
    font-family: Arial,Helvetica,san-serif;   
}

#TablaFondo
{
    background-color: #F3F2E7;
    width: 828px;
    height: 100%;
    border: 0px;
    border-collapse: collapse;    
}

#TablaFondo_Top
{
    background: url(../img/fondo/fondo_top.gif) no-repeat center center;
    height:13px;
}

#TablaFondo_Bottom
{
    background: url(../img/fondo/fondo_bottom.gif) no-repeat center center;
    height:13px;
}

#TablaFondo_Left
{
    background: url(../img/fondo/fondo_left.gif) repeat-y top left;
    width:12px;
}

#TablaFondo_right
{
    background: url(../img/fondo/fondo_right.gif) repeat-y top left;
    width:12px;
}

#TablaCabecera
{
    background: url(../img/cabecera/cabecera.gif) no-repeat center center;
    height: 81px;
    width: 100%;
    border-collapse: collapse;
}

#TablaMenu
{
    background: url(../img/menu/fondo.gif) repeat-x center center;    
    width: 780px;
    height: 15px;
    padding: 0px;
    border-collapse: collapse;    
}

#TablaMenu_Opciones
{
    padding: 0px;
    border-collapse: collapse;
    
}

#TablaMenu_Opciones a
{
    text-decoration:none;
    color: #FFFFFF;
    color: #FFFFFF;
    font-size: 11px;
}

#TablaMenu_Opciones a:hover
{
    text-decoration:underline;
}

.TablaMenu_Separador
{
    background: url(../img/menu/separador.gif) no-repeat center center;
    width: 40px;
}

#TablaContenidos
{
    width: 100%;
}

.TablaDetalleContenidos
{
    background-color: #e6e4d6;
    border-collapse: collapse;    
}

#Pie
{
    font-size:10px;
}

/** CONTENIDOS **/
.Titulo
{
    font-size:12px;
    color: #736d5c;
    font-weight: bold;
    text-align: left;
}

.Texto
{
    font-size:11px;
    color: #736d5c;
    text-align: left;
}

.Resaltado
{
    font-size:12px;
    color: #736d5c;
    font-weight: bold;
}

.FondoImagen
{
    padding: 4px;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
}

.Enlace
{
    font-weight:bold;
    font-size:11px;
    color: #736d5c;    
}

.Enlace:hover
{
    text-decoration:underline;
}

/** FORMATO TEXTO **/
.Underline
{
    text-decoration:underline;
}

.bold
{
    font-weight:bold;
}

.Rojo
{
    color: #ae1f06;
}
