/* EFECTOS */
* .subseccion{
	height: 15px;
	display: block;
	background-image: none !important;
	background-color: red;
	text-transform: uppercase;
}

* .subsub {
	height: 15px;
	display: block;
	background-image: none !important;
	background-color: red;
	text-transform: uppercase;
	color: #f996a0 !important;
}


/**/



* .menu {
	background:url('../img/menu-de.png') no-repeat;
	position:absolute;
	top: 30px;
	left: 488px;
	width: 381px;
	height: 17px;
	z-index: 9999;
}

* .menu  ul{
		width:381px;
		height:17px;
		list-style:none;
		display: block;
		overflow: hidden;
		margin:0;
		padding:0;
		padding-top:0px;
		padding-left:0px;
		z-index: 9999;
	}
	
	/* Float LI Elements - horizontal display */
*	.menu ul li {
		float:left;
		border: 1px soli black;
	}
	
	/* Link - common attributes */
*	.menu ul li a {
		background:url('../img/menu-de.png') no-repeat scroll top left;
		display:block;
		height:17px;
		width: 59px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
*	.menu ul li a.sard {
		width:48px;
		background-position:0px -17px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
*	.menu ul li a.colecciones {
		width:108px;
		margin-left: 6px;
		background-position:-54px -17px;
	}
	
	
*	.menu ul li a.ventas{
		width:76px;
		margin-left: 5px;
		background-position:-167px -17px;
	}
	
*	.menu ul li a.prensa {
		width:52px;
		margin-left: 7px;
		background-position:-250px -17px;
	}
	
*	.menu ul li a.newsletter {
		width:70px;
		margin-left: 8px;
		background-position:-310px -17px;
	}
	
	/* Span (on hover) - common attributes */
*	.menu ul li a span {
		display:block;
		position:relative;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
*	.menu ul li a span:hover {
		cursor: pointer;
	}
	
	
	/* Shift background position on hover for the class: "home" */
*	.menu ul li a.sard:hover {
		background-position:0px -17px;
	}
	


/* MENU DESPLEGABLE*/

* .menu ul li ul{
	display: none;
	overflow:visible;
	position:absolute;
	background-color: none;
	background-image: none !important;
}


* .menu a:link, * .menu a:visited{
	font-weight: normal;
	color: white;
	text-decoration: none;
	font-size: 12px;
}

* .menu ul li ul li{
	margin-left: 3px;
	display: block;
	position:absolute;
	float: left;
	
}

* .menu ul li ul li a{
	display: block !important;
	padding-top: 4px;
	text-indent: 5px;
	margin: 2px;
	padding-bottom: 4px;
	text-align: left;
	line-height: 10px;
	height: 10px;
	width: 100%;
	font-size: 10px!important;
	color: #FFFFFF!important;
	background-color: #a0a0a0 !important;
	
}

* .menu ul li ul li a:hover{background-color: #ffffff!important; color: #454545 !important;}

* .menu a:active, .menu a:hover{
	background-repeat: no-repeat;
}


/* FIN DESPLEGABLE */
