ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 35px;
	
	width: 330px;
    }
    ul.tabs li {
		text-align:center;
		
        float: left;
        margin: 0;
        cursor: pointer;
		width:108px;
        
        height: 35px;
        line-height: 35px;
		font-family: 'Merriweather';
	font-size:11px;
	text-decoration:none;
        color:#FFF;
        border-left: none;
        font-weight: bold;
        background: url(../imagenes/btn-resultados-off2.png);
		background-repeat:no-repeat;
        overflow: hidden;
        position: relative;
		margin-left:2px;
    }
    ul.tabs li:hover {
        background: url(../imagenes/btn-resultados-on2.png); 
		color:#000;
    }    
    ul.tabs li.active{
        background: url(../imagenes/btn-resultados-on2.png);
		color:#000;
        
    }
    .tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	overflow: auto;
	background-color: #FFF;
    }
    .tab_content {
	display: none;
    }
    #container {
        width: 330px;
     
    }
