a:link
{
	color: rgb(51,153,255);
	text-decoration: none;
}
a:visited
{
	color: rgb(51,102,204); 
	text-decoration: none;
} 
a:active 
{
	color: rgb(255,153,0);
}
li
{
	font: 11px verdana;
}
h1
{
	font: 14px verdana;
	font-weight: "bold";
	color: #800000;
}
h2
{
	font: 18px verdana;
	font-weight: "bold";
	color: #008000;
}
.text_images
{
	font: 9px verdana;
	font-style: italic;
}
.borde_images
{
	border: 2px solid #800000;
}
.texto
{
	font: 11px verdana;
}
p
{
	font: 11px verdana;
	text-align: justify;
}
body
{
	margin: 0px;
	color: #555555;
	background-image: url("images/fondo_pagina.jpg");
}
.td_left
{ 
	background: url("images/left_margin.gif") repeat-y right;
}
.td_right
{ 
	background: url("images/right_margin.gif") repeat-y left;
}
.corner_left
{ 
	background: url("images/left_corner.gif") no-repeat top right;
}
.corner_right
{ 
	background: url("images/right_corner.gif") no-repeat top left;
}
.td_foot
{ 
	background: url("images/bottom_margin.gif") repeat-x top;
}
.td_main
{ 
	background: #f9f9f9 url("images/watermark.jpg") no-repeat center 250px;
}
.copyright
{
	color: #800000;
	font-weight: "bold";
	font-size: 9px;
	text-align: center;
}
.linknormal
{
	color: #ffffff;
	text-decoration: none;
	text-weight: bold;
}
.linknormal:hover
{
	text-decoration: underline;
}