﻿.tabdeportivo .ajax__tab_active .ajax__tab_outer
{
	background-color: #333333;
}
.tabdeportivo .ajax__tab_outer
{
	width: 75px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.tabtucuenta .ajax__tab_active .ajax__tab_outer
{
	color: Black;
	border: #c9c9c9 1px solid;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.tabtucuenta .ajax__tab_outer
{
	width: 150px;
	height: 34px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0077bb;
	line-height: 30px;
	margin-left:8px;
	border: #c9c9c9 1px solid;	
	cursor:pointer;
}

.tabtucuenta .ajax__tab_body
{
	margin-top: -2px;
	margin-right: 8px;
	margin-left: 8px;
	border: #c9c9c9 1px solid;
}


.tustarjetas_itemsuperior
{
    background-color:#cccccc; 
    padding:5px 2px 5px 5px; 
    margin-bottom:10px;    
}

.tustarjetas_iteminferior
{    
    background-color:#F1F1F1; 
    padding:5px 2px 5px 5px;    
}

.tustarjetas_indice
{
    font-family:Arial;
    width:40px; 
    background-color:#999999; 
    color:#333333; 
    text-align:center; 
    font-size:28px;
    font-weight:bold;
}

/*----------- Popup Tipo ThickBox ---------------*/

 .popup_background_tb
    {       
        background-color:#000;
	    filter:alpha(opacity=75);
	    -moz-opacity: 0.75;
	    opacity: 0.75;
    }
    
     .popup_tb
    {
        height:120px;
        width:350px;
        border: 3px solid #DECC08;
	    text-align:left;
	    background: #FFFAC3;
	    padding:20px 20px 20px 20px;
	    font-family:Arial;
	    font-size:12px;
    }
