.mainTable {
	border-left: 1px solid #9D4A42; 
	border-right: 1px solid #9D4A42;
	border-bottom: 1px solid #9D4A42;
	height: 100%;
	background-color: #FFFFFF;
}

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

.tbl_res_hea {
	font-size: 20px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #9D4A42;
}

.tbl_res_sub {
	font-weight: bold;
	background-color: #984B39;
	color: #FFFFFF;
	text-align: center;
}

.tbl_res_row {
	height: 30px;
	text-align: center;
}

.tbl_res_row_bck {
	background-color: #F2F0E1;
}

.tbl_res_row_left {
	height: 30px;
}

.tbl_res_row_left_alt {
	height: 30px;
	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;
	text-align: center;
}

.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 #9D4A42;
}




/* titulos */
.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;
}





/* MENU */
.menu, .menu_seleccionado {
	background-image: url('../img/menu.gif');
	background-position-y: top;
    background-repeat: no-repeat;
	font-size: 14px;	
	text-align: center;
    vertical-align: top;
    padding-top: 4px;
}

.menu_fill {
	background-image: url('../img/menu2_fill.gif');
	background-position-y: top;
    background-repeat:repeat-x;
}

.menu_seleccionado {
	background-image: url('../img/menu_seleccionado.gif');
}

.menu a:link, .menu a:visited, .menu_seleccionado a:link, .menu_seleccionado a:visited {	
	color: #FFF; 
	text-decoration: none;
	font-weight: bold;
}

.menu a:active, .menu a:hover, .menu_seleccionado a:active, .menu_seleccionado a:hover {
	color: #CCC; 
	text-decoration: none;
}



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


/* botones */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
