.cont_categorias {
	/*margin-top: 5px;*/
	background: url(../img/header_background_categories.gif) no-repeat;
	height:144px;
	width:632px;
	overflow:hidden;
	position:relative;
}

	.cont_categorias #nav_categorias{
		list-style:none;	
		position:relative;
	}
	.cont_categorias #nav_categorias li{
		float:left;
		position:relative;
		top:0;
	}
	.cont_categorias #nav_categorias li a{
		text-decoration:none;
		position:relative;
	}
	
	.cont_categorias #nav_categorias li a:hover{
		text-decoration:none;
		position:relative;
		/*height:145px;*/
		
	}
	
	.cont_categorias #nav_categorias li a:hover.sneakerhunting{
	position:relative;
		text-decoration:none;
		background: url(../img/header_teaser_sneakerhunting.gif) no-repeat 0px -145px;
	}
	.cont_categorias #nav_categorias li a:hover.sneakeractions{
	position:relative;
		text-decoration:none;
		background: url(../img/header_teaser_sneakeractions.gif) no-repeat 0px -145px;
	}
	.cont_categorias #nav_categorias li a:hover.secuaces{
	position:relative;
		text-decoration:none;
		background: url(../img/header_teaser_secuaces.gif) no-repeat 0px -145px;
	}
	.cont_categorias #nav_categorias li a:hover.shopping{
	position:relative;
		text-decoration:none;
		background: url(../img/header_teaser_decompras.gif) no-repeat 0px -145px;
	}

	.categoria {
		float:left;
		width: 144.5px;
		margin-right: 18px;
		height:145px;
		position:relative;
	}
	
	
		.categoria.last{
			margin-right: 0px;
			position:relative;
		}
		.categoria .button{
			width: 144.5px;
			height: 145px;
			margin-bottom: 4px;
			overflow:hidden;
			position:relative;
		}
		
		.categoria h2{
			color:#FFF;
			font-size:30px;
			line-height:90%;
			margin-left:8px;
			margin-top:6px;
			letter-spacing:-1.5px;
		}
		
		.categoria.sneakerhunting.not_selected {
		position:relative;
			background: url(../img/header_teaser_sneakerhunting.gif) no-repeat;
		}
		.categoria.sneakerhunting.selected {
		position:relative;
			background: url(../img/header_teaser_sneakerhunting.gif) no-repeat 0px -145px;
		}
		
		.categoria.sneakeractions.not_selected {
			background: url(../img/header_teaser_sneakeractions.gif) no-repeat;
			margin-right: 18px;
		}
		.categoria.sneakeractions.selected {
			background: url(../img/header_teaser_sneakeractions.gif) no-repeat 0px -145px;
			margin-right: 18px;
		}
			
		.categoria.secuaces.not_selected {
			background: url(../img/header_teaser_secuaces.gif) no-repeat;
			margin-right: 18px;
		}
		.categoria.secuaces.selected {
			background: url(../img/header_teaser_secuaces.gif) no-repeat 0px -145px;
			margin-right: 18px;
		}
		
		.categoria.shopping.not_selected {
			background: url(../img/header_teaser_decompras.gif) no-repeat;
		}
		.categoria.shopping.selected {
			background: url(../img/header_teaser_decompras.gif) no-repeat 0px -145px;
		}
		
		.categoria.not_selected {
			height:100px;
		}
		
		.breve{
			/*position:absolute;*/
			float:left;
			color:#FFF;
			/*background:#000;*/
			margin-left:15px;
			font-size:14px;
			font-weight:bold;
		}
