﻿body 
{
    background-image:url(img/entrada/fondo.jpg);
    background-repeat:repeat-x;
    background-position: left top;
    font-size:small;
}

/** Titulo portada **/
.tituloPortada
{
    font-family:Century Gothic,Tahoma;
    font-size:40pt;
    color:#333333;
}
.tituloPortadaChico
{
    font-family:Century Gothic,Tahoma;
    font-size:18pt;
    color:#666666;
}
.descripcionMenu
{
    font-family:Century Gothic,Tahoma;
    font-size:12pt;
    color:#3399CC;
}
.pieGrande
{
    font-family:Century Gothic,Tahoma;
    font-size:11pt;
    color:#333333;
}
.pieNormal
{
    font-family:Century Gothic,Tahoma;
    font-size:10pt;
    color:#333333;
}
.enlace
{
    text-decoration:none;
}
.enlace:hover
{
    color:#006600;   
}
