@font-face {
    font-family: 'blackjackregular';
    src: url('./fonts/blackjar-webfont.eot');
    src: url('./fonts/blackjar-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/blackjar-webfont.woff') format('woff'),
         url('./fonts/blackjar-webfont.ttf') format('truetype'),
         url('./fonts/blackjar-webfont.svg#blackjackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


a.tab-link {
	float:left;
	position:relative;
	margin:0;
	padding:0;
	
	background:transparent url('http://www.vicensvives.com.mx/img/banner-detalle1/casilla_pais.jpg') top center no-repeat;
	width:115px;
	height:35px;
	line-height:35px;
	
	font-size:1.2em;
	
	margin-right:10px;
	
	font-family: 'blackjackregular';
	text-align:center;
	font-weight:normal;
	color:#969791;

	cursor:pointer;
	text-decoration:none;
	
}

a.tab-link-selected {
	
	float:left;
	position:relative;
	margin:0;
	padding:0;
	
	background:transparent url('http://www.vicensvives.com.mx/img/banner-detalle1/casilla_pais.jpg') top center no-repeat;
	width:115px;
	height:35px;
	line-height:35px;
	
	font-size:1.2em;
	
	margin-right:10px;
	
	font-family: 'blackjackregular';
	text-align:center;
	font-weight:normal;
	color:#969791;

	cursor:default;
	
	color:#e0232a;
	text-decoration:none !important;
	font-weight:bold;
}


a.tab-link:hover {
	
	float:left;
	position:relative;
	margin:0;
	padding:0;
	
	background:transparent url('http://www.vicensvives.com.mx/img/banner-detalle1/casilla_pais.jpg') top center no-repeat;
	width:115px;
	height:35px;
	line-height:35px;
	
	font-size:1.2em;
	
	margin-right:10px;
	
	font-family: 'blackjackregular';
	text-align:center;
	font-weight:normal;
	color:#969791;

	cursor:pointer;
	
	color:#e0232a;
	text-decoration:none !important;
	font-weight:bold;
}