@charset "utf-8";
/* CSS Document */.table-main {
	height: 555px;
	width: 910px;
	background-image: url(../images/fondo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.td-titulitos-blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
.td-texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #000000;
	text-align: center;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}
.btn-over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #FFCC00;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.td-bordes {
	border: 1px dashed #333333;
}
.cursor-hand {
	cursor: pointer;
}
.invisible{
	visibility:hidden;
}
.visible{
	visibility:visible;
}
.transparente{
	filter: alpha(opacity=80);
	opacity: .8;
}
