

body
{
	margin: 0px;
	padding: 0px;
	background-color: #f5ede8;
}

.table_center
{
	width: 100%;
	height: 488px;	
}

/* TITLE */
.table_center_title
{
	background-image: url(../images/title_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
}

.table_title
{
	width: 720px;
	height: 27px;
}

.td_title
{
	background-image: url(../images/title_lista.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 90px;
}

.td_subtitle
{
	background-image: url(../images/subtitle_lista.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

a:link, a:visited 
{
	text-decoration: none;
	color: #510321;
	font-weight: bold;
}

a:hover 
{
	text-decoration: underline;
	color: #510321;
	font-weight: bold;
}