/*
  **************************************************************************************
  *  Mas de l'Acordio - Valderrobres                                  menuicoppal.css  *
  *  Turisme Rural                                                                     *
  *  Xavi Agut - juny de 2010                                                          *
  *  Site que oferix els serveis d'hospedatge d'un mas al terme de Valderrobres        *
  **************************************************************************************
*/

/* 
  **************************************************************************************
  Menu d'iconos de la seccio PRINCIPAL
  **************************************************************************************
*/

/* 
   ================================================
   Capa per al menu d'ICONOS de la seccio PRINCIPAL 
	================================================
*/

.capamnuico_principal {
	width:50px;
	height:400px;
	position:absolute;
	top:132px;
	left:830px;
}

#cpamnuppalico {
	background-color: transparent;
	z-index: 200;
}

/*
   ============================
   Capa per a un icono del menu 
	============================
*/

.capamnuppalico_opc {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index:210;
}

/* Opcio 1 */

#cpamnuppalicoopc_1 {
	top:0px;
	left:0px;
}

/* Opcio 2 */

#cpamnuppalicoopc_2 {
	top:50px;
	left:0px;
}

/* Opcio 3 */

#cpamnuppalicoopc_3 {
	top:100px;
	left:0px;
}

/* Opcio 4 */

#cpamnuppalicoopc_4 {
	top: 150px;
	left: 0px;
	background-image: url(../../imatges/ppal/opcico_peli.jpg);
	background-position: center;
	background-repeat: no-repeat;
	filter: alpha(opacity=60);
	opacity: .6;
}

#cpamnuppalicoopc_4res {
	top: 150px;
	left: 0px;
	background-image: url(../../imatges/ppal/opcico_peli.jpg);
	background-position: center;
	background-repeat: no-repeat;
   display:none;
}

/* Opcio 5 */

#cpamnuppalicoopc_5 {
	top: 200px;
	left: 0px;
	background-image: url(../../imatges/ppal/opcico_blogger.jpg);
	background-position: center;
	background-repeat: no-repeat;
	filter: alpha(opacity=60);
   opacity: .6;   			
}

#cpamnuppalicoopc_5res {
	top: 200px;
	left: 0px;
	background-image: url(../../imatges/ppal/opcico_blogger.jpg);
	background-position: center;
	background-repeat: no-repeat;
   display:none;
}

/* Opcio 6 */

#cpamnuppalicoopc_6 {
	top: 250px;
	left: 0px;
	background-image: url(../../imatges/ppal/opcico_facebook.jpg);
	background-position: center;
	background-repeat: no-repeat;
	filter: alpha(opacity=60);
   opacity: .6;   		
}

#cpamnuppalicoopc_6res {
	top: 250px;
	left: 0px;
	background-image: url(../../imatges/ppal/opcico_facebook.jpg);
	background-position: center;
	background-repeat: no-repeat;
	display:none;
}

/* Opcio 7 */

#cpamnuppalicoopc_7 {
	top: 300px;
	left: 0px;
	background-image: url(../../imatges/ppal/opcico_calendari.jpg);
	background-position: center;
	background-repeat: no-repeat;
	filter: alpha(opacity=60);
	opacity: .6;
}

#cpamnuppalicoopc_7res {
	top: 300px;
	left: 0px;
	background-image: url(../../imatges/ppal/opcico_calendari.jpg);
	background-position: center;
	background-repeat: no-repeat;
	display:none;	
}

/* Opcio 8 */

#cpamnuppalicoopc_8 {
	top: 350px;
	left: 0px;
	background-image: url(../../imatges/ppal/opcico_mnu.jpg);
	background-position: center;
	background-repeat: no-repeat;
	filter: alpha(opacity=60);
   opacity: .6;   	
}

#cpamnuppalicoopc_8res {
	top: 350px;
	left: 0px;
	background-image: url(../../imatges/ppal/opcico_mnu.jpg);
	background-position: center;
	background-repeat: no-repeat;
	display:none;
}

/* Opcio 9 */ /* Activacio de la opcio 8 */

#cpamnuppalicoopc_9 {
	top: 350px;
	left: 0px;
	background-image: url(../../imatges/ppal/opcico_mnu_act.jpg);
	background-position: center;
	background-repeat: no-repeat;
	filter: alpha(opacity=60);
   opacity: .6;   		
	z-index:220;
	display: none;
}

#cpamnuppalicoopc_9res {
	top: 350px;
	left: 0px;
	background-image: url(../../imatges/ppal/opcico_mnu_act.jpg);
	background-position: center;
	background-repeat: no-repeat;
	z-index:220;
	display: none;
}