﻿html,body 
{
    background:#e5e4d3 url(../images/fondo.jpg) repeat;
    margin:0px 0px 0px 0px;
    font-family:Verdana;
    color:#000000;
    font-size:11px;
}

h2
{
    font-family:Times New Roman;
    color:#8e5804;
    font-size:30px;
    font-weight:normal;    
}

h3
{
    font-family:Times New Roman;
    color:#8e5804;
    font-size:18px;
    font-weight:normal;    
}
 
.h3
{
    font-family:Times New Roman;
    color:#8e5804;
    font-size:18px;
    font-weight:normal;    
} 
        
/******** SOMBRA *********/
div.capaSombra
{
    width:948px;
    margin-left:auto;
    margin-right:auto;
}

.tablaSombra
{
    border:0px;
}        

.sombraLeft
{
    background: transparent url(../images/sombra_izq.jpg) repeat-y;
    width:55px;
}

.sombraRight
{
    background: transparent url(../images/sombra_dcha.jpg) repeat-y;
    width:55px;
}
/******** FIN SOMBRA *********/

.tdContenido
{
    width:838px;
    background-color:#E4E4D3;
}

div.capaHeader
{
    height:176px;
    width:838px;
    border-bottom:solid 5px #5d3b06;
}

div.capaMenu
{
    border-bottom:solid 5px #cfc5b0;
    height:42px;
    line-height:42px;
    color:#8c836e;
    font-size:21px;
    font-family:Times New Roman;
}

div.capaFooter
{
    width:838px;
    height:19px;
    line-height:19px;          
    font-family:Arial;
    font-size:11px;
    border-top:solid 1px #cfc5b0;
    color:#452701;
    float:left;
}

a.lnkIdioma
{
    font-weight:bold;
    color:#452701;
    text-decoration:none;
}

a.lnkIdioma:hover
{
    font-weight:bold;
    color:#452701;
    text-decoration:underline;
}

div.capaIdioma
{
    float:right;
    margin-right:10px;  
    font-weight:bold;  
}
 
a.lnkCreditos
{
    color:#452701;
    text-decoration:underline;
}
    
a.lnkMenu
{
    color:#8c836e;
    text-decoration:none;       
}

/*
a.lnkMenu:hover
{
    color:#8c836e;
    text-decoration:underline;        
}
*/

div.capaItemMenu
{
    margin-left:25px;
    float:left;
}