﻿body 
{
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 18px;
}

td
{
    vertical-align:top;
}

.separacion
{
    height: 10px;
    line-height: 10px;
}


/***************** MENÚ IZQUIERDO ********************/

.MenuIzquierdo
{
    border: solid 1px #ffbc1f;
    border-right: solid 3px #ffbc1f;
    background-color: #ffe695;
}

.MenuIzquierdo_Item
{
    padding-bottom: 10px;
}

.MenuIzquierdo_Item_Encabezado
{
    background-color: #ffbc1f;
    font-weight: bold;
    font-size:12px;
    padding: 2px;
    padding-left: 5px;
    font-family: Verdana;
}

.MenuIzquierdo_Item_Cuerpo
{    
    padding: 2px;
    padding-left: 7px; 
}

.MenuIzquierdo_Item_Pie
{
    font-size: 10px;
    text-align: center;
    font-style:italic;
}

/***************** GENERAL ********************/

.logo
{
    padding:3px; 
    padding-bottom:10px;
    background-color:White;
}

a
{
    color: Black;
   text-decoration: underline;
}

a:hover
{
    color: Black;
    text-decoration: none;
}

.MenuIzquierdo a
{
    /*color: #0082d9;*/
    color: Black;
    text-decoration: none;
    font-weight: bold;
}
.MenuIzquierdo a:hover
{
    color: Black;
    text-decoration: underline;
}


.mensajito
{
    margin-top: 5px;
    height: 18px;
}

.miniInstrucciones
{
    margin-top: 15px;
    text-align: left;
    max-width: 750px;
    width: 750px;
    border: dotted 1px Black;
    background-color: #eeeeee;
    padding: 4px;
}

.tituloInstrucciones
{
    font-weight: bold;
    cursor: pointer;
}