.mainTable {
	height: 100%;
	background-color: #FFFFFF;
}

/* tabla principal */
.tbl_res {
    border-collapse: collapse;
    width: 100%;
    
}

.tbl_res_hea {
	font-size: 20px;
	font-weight: bold;
}

.tbl_res_sub {
	font-weight: bold;
	text-align: center;
}

.tbl_res_row {
	height: 25px;
	text-align: center;
	border-bottom: 1px solid #333333;
}

.tbl_res_row_bck { }

.tbl_res_row_left {
	height: 20px;
	border-bottom: 1px solid #333333;
}

.tbl_res_row_left_alt {
	height: 20px;
	background-color: #F2F0E1;
}

.tlb_res_row_winning {
	text-align: center;
	font-weight: bold;
	border: 2px solid #BC9D83;
}

.tlb_highlight {
    background-color: #E1D8B9;
    color: #984B39;
}

/* footer de la tabla de datos */
.tbl_res_footer_row_left {
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	background-color: #984B39;
}

.tbl_res_footer_row {
	color: #FFFFFF;
	background-color: #984B39;
}

.tbl_res_footer_row_winning {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
}



/* footer */
.footer {
	color: #666;
	font-size: 12px;
}

.rayaFooter, {
	border-top: 1px solid #333333;
}


/* titulos */
 .noprint, .menu, .menu_seleccionado, .menu_fill, .menu_seleccionado, .menu a:link, .menu a:visited, .menu_seleccionado a:link, .menu_seleccionado a:visited, .menu a:active, .menu a:hover, .menu_seleccionado a:active, .menu_seleccionado a:hover {
	display: none;
}

.title {	
	background-image: url('../img/titulo.jpg');
	background-color: #FFFFFF;
	height: 50px;
	background-repeat: repeat-x;
	padding-top: 5px;
}


.titleText {
	font-size: 25px;
	color: #9D4A42;
	padding-top: 5px;
	padding-left: 10px;
}

.titleText2 {
	color: #333333;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}


/* */
.highlight {
	font-weight: bold;
	color: #9D4A42;
}