/* MENU */
	
	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	 a:focus { 
		-moz-outline-style: none; 
	}
	
	/* Menu Body */
	ul#menu {
		width: 159px;
		height:228px;
	    /*background:url(/img/en/menu_bg.jpg) no-repeat scroll bottom left;*/
		list-style:none;
		margin:0;
		padding:0;
		/*margin-top: 6px;
		margin-left: 4px;*/
		/*margin-right: 15px;*/
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		/*float:left;*/
	}
	
	/* Link - common attributes */
	ul#menu li a {
		/*background:url(../img/menu_rollover_318x228.gif) no-repeat scroll top left;*/
		background: url(../img/menu_rollover_318x228.gif) no-repeat scroll top left;
		display:block;
		height:30px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.inicio {
		height: 30px;
		width: 86px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.bases {
		height: 30px;
		width: 86px;
		background-position: 0px -30px;
	}
	
	ul#menu li a.jurado {
		height: 30px;
		width: 92px;
		background-position: 0px -60px;
	}
	
	ul#menu li a.webseries {
		height: 30px;
		width:159px;
		background-position: 0px -90px;
	}
	
	ul#menu li a.participa {
		height: 30px;
		width:112px;
		background-position: 0px -120px;
	}
	
	ul#menu li a.recursos {
		height: 30px;
		width: 117px;
		background-position: 0px -150px;
	}
	
	ul#menu li a.comunicacion {
		height:48px;
		width:159px;
		background-position: 0px -180px;
	}
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(../img/menu_rollover_318x228.gif);
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:159px;
		z-index:50;
		height:30px;
		cursor: pointer;
	}

	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.inicio span {
		background-position:159px 0px;
		width: 86px;
		height: 30px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.bases span {
		background-position: 159px -30px;
		width: 86px;
		height: 30px;
	}
	
	ul#menu li a.jurado span {
		background-position: 159px -60px;
		width:92px;
		height: 30px;
	}
	ul#menu li a.webseries span {
		background-position: 159px -90px;
		width: 159px;
		height: 30px;
	}
	
	ul#menu li a.participa span {
		background-position: 159px -120px;
		width: 112px;
		height: 30px;
	}
	
	ul#menu li a.recursos span {
		background-position: 159px -150px;
		width: 117px;
		height: 30px;
	}
	ul#menu li a.comunicacion span {
		background-position: 159px -180px;
		width: 159px;
		height: 48px;
	}