﻿td.Secciones_pie
{
    background-color: Black;
    color: White;
    font-size: smaller;
}

a.Secciones_pie
{
    font-weight: bold;
    color: White;
    text-decoration:none;
}

a.Secciones_pie:hover
{
    text-decoration:none;
    color: #95cf72;
    font-weight: bold;
}

a.Secciones_insercion
{
    text-decoration: underline overline;
    background-color: #ffb316;
    font-size: larger;
    font-weight: bold;
    color: Black;
}

a.Secciones_insercion:hover
{
    text-decoration: underline overline;
    background-color: #D7D7D7;
    font-size: larger;
    font-weight: bold;
}
a.Secciones_descargar
{
    text-decoration: underline overline;
    background-color: #ffb316;
    font-weight: bold;
}

a.Secciones_descargar:hover
{
    text-decoration: underline overline;
    background-color: #D7D7D7;
    font-weight: bold;
}

td.Secciones_MiniMenu
{
    background-color: #e9ebf5;
    text-align: left;
    /*border: solid 1px black;*/
}