body {
	background-color: #202020;
	background-image: url(images/back_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
#content {
	background-image: url(images/back_cont.png);
	background-repeat: repeat-y;
	width: 842px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -421px;
}
#content #top {
	height: 326px;
	width: 800px;
	margin-left: 21px;
	position: relative;
}
#content #body {
	width: 800px;
	position: relative;
	margin-right: 21px;
	margin-bottom: 21px;
	margin-left: 21px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
	background-color: #573C31;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.fondotabla {
	background-color: #0D0D0D;
}
.txt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.txtgris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#footer {
	background-color: #000000;
	position: absolute;
	bottom: 0px;
	margin-left: 421px;
}
#btns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	letter-spacing: 1px;
}
#btns a:link 
{
	color: #999999;
	text-decoration: none;
	
}	
 #btns a:hover {
	text-decoration: none;
	color: #CCCCCC;
	background-color: #573C31;
}
#btns a:visited {
	text-decoration: none;
	color: #999999;
}
#btns a:active {
	text-decoration: none;
	color: #999999;
}
#content #video_object {
	height: 510px;
	width: 853px;
	background-color: #333333;
	position: relative;
	margin-top: -200px;
	margin-left: -13px;
	border: 10px solid #333333;
}

