body
{
    background: url(../imgs/fondoweb.png) no-repeat fixed center top transparent;
}

/*=================Blancos=================*/

.ForeColorBlanco
{
    color: #fff !important;
}

.BackColorBlanco
{
    background-color: #fff !important;
}

/*=========================================*/

/*==================Negros=================*/

.ForeColorNegro
{
    color: #333 !important;
}

.BackColorNegro
{
    color: #333 !important;
}
/*=========================================*/

/*==============Combinación 1==============*/

.ForeColor1
{
    color: #059bd8 !important;
}

.FTheme5 /* Para textos procedentes de la BBDD */
{
    color: #059bd8 !important;
}

.resaltadoTheme /* Para textos procedentes de la BBDD */
{
    color: #059bd8 !important;
}

.listaTheme /* Para textos procedentes de la BBDD */
{
    color: #059bd8 !important;
}

.titulo_portada /* Para textos procedentes de la BBDD */
{    
    background-color: #059bd8 !important;
    border-color: #059bd8 !important;
    color: #fff;
}

.BackColor1
{
    background-color: #059bd8 !important;
}

.BorderColor1
{
    border-color: #059bd8 !important;
}

.BorderFlechaAbajoColor1
{
    border-top: 20px solid #059bd8 !important;
}

/*=========================================*/

/*================Botones 1================*/

.EstiloBoton1
{
    color: #fff !important;
    background-color: #059bd8 !important;
    border-color: #059bd8 !important;
}

.EstiloBoton1:hover
{
    color: #059bd8 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

/*=========================================*/

/*================Botones 2================*/

.EstiloBoton2
{
    color: #fff !important;
    background-color: #059bd8 !important;
    border-color: #059bd8 !important;
}

.EstiloBoton2:hover
{
    color: #fff !important;
    background-color: #999 !important;
    border-color: #999 !important;
}

/*=========================================*/

/*================Enlaces 1================*/

.Enlace1
{
    color: #059bd8 !important;
}

.Enlace1:hover
{
    color: #ccc !important;
}

/*=========================================*/

/*================Enlaces 2================*/

.Enlace2
{
    color: #fff !important;
}

.Enlace2:hover
{
    color: #ccc !important;
}

/*=========================================*/

/*================Cabecera=================*/

.BackColorCabecera1
{
    background-color: #fff !important;
}

/*=========================================*/