body.estilo
{
        
        font-family: verdana,arial,tahoma;
        font-size: 8 pt;
        font-weight;
        font-style:normal;
        color: RGB(0,0,0);
        margin: 0;
        padding: 0;
       
}
body.noticia
{
        background-color: RGB(255,255,255);
        font-family: verdana,arial,tahoma;
        font-size: 9 pt;
        font-weight;
        font-style:normal;
        color: RGB(0,0,0);
        margin: 0;
        padding: 0;
       
}
td.noticia
{
        background-color: RGB(255,255,255);
        font-family: verdana,arial,tahoma;
        font-size: 9 pt;
        font-weight;
        font-style:normal;
        color: RGB(0,0,0);
        margin: 0;
        padding: 0;
       
}
td.contacto
{
        background-color: RGB(255,255,255);
        font-family: verdana,arial,tahoma;
        font-size: 9 pt;
        font-weight;
        font-style:normal;
        color: RGB(0,0,0);
        margin: 0;
        padding: 0;
       
}
td.izda
{
        background-color: RGB(233,130,27);
        
		
}
td.dcha
{
     	background-color: RGB(249,198,1);
}
td.enlaces
{
  		background-color: RGB(0,0,103);
        font-family: verdana,arial,tahoma;
        font-size: 11 pt;
        font-weight: bold;
        font-style:normal;
        color: RGB(255,255,255);
        margin: 0;
        padding: 0;
}
td.cuerpo
{
        background-color: RGB(255,255,255);
        font-family: verdana,arial,tahoma;
        font-size:9 pt;
        font-weight:normal;
        font-style:normal;
        color: RGB(0,0,0);
		margin: 0;
        padding: 0;
		align: justify;     
		
}
a.enlace:link
{
        color: RGB(255,255,255);
        text-decoration: none;
}
a.enlace:visited
{
        color: RGB(255,255,255);
        text-decoration: none;
}

a.enlace:active
{
        color: RGB(237,177,32);
        text-decoration: underline;
}
a.enlace:hover
{
        color: RGB(237,177,32);
        text-decoration: underline;
}
a.cuerpo:link
{
        color: RGB(0,0,0);
        text-decoration: none;
}
a.cuerpo:visited
{
        color: RGB(0,0,0);
        text-decoration: none;
}

a.cuerpo:active
{
        color: RGB(205,51,51);
        text-decoration: underline;
}
a.cuerpo:hover
{
        color: RGB(205,51,51);
        text-decoration: underline;
}

