BODY 
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
}
A
{
    font-family: Arial;
    font-size: 8pt;
    color: RGB(111,160,111);
}
TD 
{
    font-family: Arial;
    font-size: 8pt;
    vertical-align: top;
}
IMG 
{
    display: block;
    border: none;
}

/** TOP MENU ********************************************************/
  
TD.topMenu
{
    height: 30px;
	background-image: url(/es/images/header/menubar_bg.jpg);
	vertical-align: bottom;
}
A.topSubMenu {
    font-family: Arial;
    font-size: 8pt;
    text-decoration: none;
//    color: RGB(111,160,111);
    color: RGB(0,0,0);

    margin-left: 5px;
    margin-right: 5px;
}
A.topSubMenu:hover {
    font-family: Arial;
    font-size: 8pt;
    text-decoration: underline;
//    color: RGB(111,160,111);
    color: RGB(0,0,0);

}
TABLE.topSubMenu 
{
    background-color: RGB(205,255,205);
    width: 100%;
    padding-bottom: 3px;
}
TD.topSubMenu {
    font-family: Arial;
    font-size: 8pt;
    text-decoration: none;
    color: RGB(111,160,111);
    padding-left: 10px;
}

/** BODY TEXT ********************************************************/    
TABLE.bodyText 
{
    margin-top: 5px;
    margin-right: 20px;
}
TD.bodyText 
{
    font-family: Arial;
    font-size: 8pt;
    color: Black;
    padding-left: 20px;
    line-height: 20px;
    width: 100%;
}
TD.bodyCollumn 
{
    width: 200px;
}
SPAN.bodyTitle
{
    font-family:Arial;
    font-size: 13pt;
    color: RGB(111,160,111);
    font-weight: bold;
}

SPAN.bodyHighLight 
{
    font-family:Arial;
    font-size: 9pt;
    color: RGB(111,160,111);
    font-weight: bold;
}

/** MESSAGE BOX****************************************************/    

TABLE.messageBox 
{
    background-color: RGB(220,220,220);
    border: none;
    margin-bottom: 5px;
    width: 200px;
}
TD.messageBoxTitle 
{
    background-color: RGB(111,160,111);
    color: White;
    font-size: 12px;
    font-weight: bold;
}

/** FOOTER ********************************************************/    

TABLE.footer 
{
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    
}
A.footer 
{
    font-family: Arial;
    font-size: 8pt;
    color: RGB(111,160,111);
}
P.footer 
{
    margin-top: 15px;
    text-align: center;
    font-family: Arial;
    font-size: 8pt;
    color: RGB(111,160,111);
    
}

TD.footer 
{
    text-align: center;
    font-family: Arial;
    font-size: 7pt;
    color: RGB(111,160,111);
    line-height: normal;
    
}

/** NOTICIA ********************************************************/

TABLE.noticia 
{
    width: 100%;
}
IMG.noticia 
{
    border: solid 1px RGB(220,220,220);
}
A.noticia 
{
    font-family: Arial;
    font-size: 10pt;
    color: RGB(111,160,111);
    text-decoration: none;    
}
A.noticia:hover
{
    font-family: Arial;
    font-size: 10pt;
    color: RGB(111,160,111);
    text-decoration: underline;
}
TD.noticia 
{
    width: 800px;
    background-color: RGB(240,240,240);
    padding-left: 10px;
}