body {
	background-color: #000000;
	background: url("img/fondo.gif");
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
b {
	color: #000;
}
img {
	border: solid 0px;
}
table.principal {
	margin-top: 0px;
	margin-bottom: 0px;
	border: solid 0px #000;
	border-collapse: collapse;
	width: 750px;
}
table.titulo {
	margin-top: 0px;
	margin-bottom: 0px;
	border: solid 0px #000;
	border-collapse: collapse;
	width: 750px;
	text-align: center;
}
table.muestra {
	margin-top: 0px;
	margin-bottom: 0px;
	border: solid 0px #000;
	border-collapse: collapse;
	width: 700px;
}
td.principal {
	background-color: #333333;
	background: url("img/fondoint.gif");
	vertical-align: top;
	height: 1000px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
td.muestra {
	vertical-align: top;
}
td.cr {
	background: url("img/fondoint.gif");
	color: #333333;
	font-family: verdana;
	font-size: 9px;
	text-decoration: none;
}
A:link {
	color: #000;
	font-weight: bold;
 	font-family: verdana;
 	font-size: 10px;
 	text-decoration: underline;
}

A:visited {
	color: #000;
	font-weight: bold;
 	font-family: verdana;
 	font-size: 10px;
 	text-decoration: underline;
}

A:active {
	color: #000;
	font-weight: bold;
 	font-family: verdana;
 	font-size: 10px;
 	text-decoration: underline;
}
A:hover {
	color: #aaa;
 	font-family: verdana;
 	font-size: 10px;
 	text-decoration: underline;
}
.titulo {
	color: #aaa;
 	font-family: verdana;
 	font-size: 13px;
	font-weight: bold;
 	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.texto {
	color: #aaa;
 	font-family: verdana;
 	font-size: 10px;
	font-weight: none;
 	text-decoration: none;
	letter-spacing: 1px;
	text-transform: none;
}