body {
	background: #1B1B1B;
	font-family: sans-serif;
	font-size: 12px;
	color: #1E1E1E;
	margin: 0;
}

#banda {
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	position: absolute;
	background: #2D2D2D;
	height: 20px;
	color: #fff;
}

#banda a {
	text-decoration: none;
	color: #fff;
}

#cafe {
	width:198px;
	height: 84px;
	position: absolute;
	top: 100%;
	left: 100%;
	margin-top: -84px;
	margin-left: -198px;
}

#banda a:hover {
	text-decoration: underline;
}

#cuerpo {
	position: absolute;
	left: 50%;
	margin-top: 100px;
	margin-left: -492px;
	background: url("images/bg.png") no-repeat;
	width: 985px;
	height: 315px;
    border: 0;
    border-collapse: collapse;
}

#ctabla {
	margin-left: 5px;
	margin-top: 6px;
}

.input {
	background: #FFFFD4;
	font-size: 22px;
	height: 30px;
	width:  468px;
}

.bsubmit {
	height:30px;
	width: 468px;
	font-weight: bold;
}

.dlink {
	width: 468px;
	overflow: hidden;
	text-align: center;
}

.tit {
	font-family: sans-serif;
	color: #C3C3C3;
	font-size: 25px;
	font-weight: bold;
}

td {
	vertical-align: top;
}