/* 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/menuidiomas.png') no-repeat;
	bottom: 43px;
	width: 368px;
	height: 17px;
	z-index: 9999;
}

.menu  ul{
		width:368px;
		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;
	}
	
	/* Link - common attributes */
	.menu ul li a {
		background:url('../img/menuidiomas.png') no-repeat scroll top left;
		display:block;
		height:17px;
		width: 66px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	.menu ul li a.es {
		width:73px;
		background-position:-66px -17px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	.menu ul li a.en {
		width:66px;
		
	}
	
	.menu ul li a.fr {
		width:79px;
		background-position:-139px -17px;
	}
	
	.menu ul li a.it{
		width:74px;
		background-position:-219px -17px;
	}
	
		.menu ul li a.de{
		width:65px;
		margin-left: 9px;
		background-position:-300px -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.en: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;
	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 */