﻿.TitulosPagina
{
    /*background-image: url(../App_Themes/Images/Encabezados/Editorial.png);*/
    background-color:#93ccd1;
    font-family: Aparajita;
    font-size: 15px;
    color: Black;
    text-decoration: none;
    font-weight: bold;
}
.FuentePagina
{
    font-family: Arial;
    font-size: 14px;
    color: Black;
    text-decoration: none;
}
.cssNormal
{
    font-family: Arial;
    font-size: 9px;
    color: Black;
    text-decoration: none;
}

.cssTituloFilas
{
    font-family: Arial;
    font-size: 9px;
    color: Black;
    text-decoration: none;
    font-weight: bolder;
}

.cssIntroTituloImg
{
    /*background-image: url(../App_Themes/Images/Encabezados/Editorial.png);*/     
    font-family: Franklin Gothic Demi;
    vertical-align: top;
    color: Black;
    font-size: 14px;
    text-decoration: none;
    /*font-weight: bolder;*/
    height: 3px;
}

.cssIntroPieImg
{
    background-image: url(../App_Themes/Images/Encabezados/Pie.png);
    background-repeat: repeat-x;
    font-size: 9px;
    font-family: Arial;
    font-size: 9px;
    color: Black;
    font-style: italic;
    text-align: right;
    height: 15px;
}

