* {
	margin: 0;
	padding: 0;
}

.imgborder {
	border: 1px solid gray;
}

#numconcurso {
	padding: 3px 0;
	background-color: #7f0b01;
	border-top: solid 3px #bc9c99;
	color: white;
	font: normal normal 21px Arial, Helvetica, sans-serif;
}

/* @group NAVIGATION */

#navcontainer {
	background-color: #bc9c99;
	border-top: solid 1px #7f0b01;
}

#navcontainer ul {
	color: white;
	text-align: center;
	margin: 0;
	padding: 3px 0;
	font: normal normal 17px Arial, Helvetica, sans-serif;
}

#navlist li a {
	background: #4e130d;
}

#navlist a.current {
	background-color: #7f0b01;
	color: #FFF;
}

#navcontainer ul li {
	display: inline;
	margin-left: -4px;
}

#navcontainer ul li a {
	padding: 3px 10px 3px 10px;
	color: #e5d0ce;
	text-decoration: none;
	border-right: 1px solid #b08480;
}

#navcontainer ul li a:hover {
	background-color: #d4d4d4;
	color: #6b1a13;
}

#navlist .active a {
	border-left: 1px solid #b08480;
}

/* @end */

#content {
	width: 748px;
	float: left;
	margin: 11px 0;
}

/* @group TABLES */

h1.tabletitle {
	width: 725px;
	background-color: #ede8e8;
	padding: 4px 0;
	margin: 20px 0 0 0;
	color: black;
	font-size: 18px;
	font-weight: bold;
}

.box-table-a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0 0 11px 0;
	width: 725px;
	text-align: left;
	border-collapse: collapse;
}

.box-table-a th {
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
	background: #d2cac2;
	border-top: 4px solid #4e130d;
	border-bottom: 1px solid #fff;
	color: #000;
}

.box-table-a td {
	padding: 4px;
	background: #f6ede3;
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
}

/* @end */

/* @group GALLERY */

#gallery {
	float: left;
	width: 749px;
}

.thumbnail {
	width: 94px;
	height: 64px;
	float: left;
	margin: 0;
	_margin: 0 0 0 -6px;
	padding: 0 0 12px 12px;
	}

/* <<< The underscore before "margin" is only understood by IE */
	
.thumbnail a img {
	float: left;
	border: 2px solid #595959;
	width: 90px;
	height: 60px;
}

.thumbnail a img:hover {
	border: 2px solid #60130a;
}






/*

 @end */