@charset "utf-8";

.cos{
	background-color:#000;
	}
/* Cuadraditos negros para ver lo que hago :P*/
.blk{
	background-color:#333;
	}
.blk{
	background-color:#999;
	}
	
/*Titol*/

.titol{
	background-image:url(../img/titol.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 144px;
	}
/*MENU*/
#menu li{
	float: left;
	}
#menu{
	list-style:none;
	margin:0;
	padding:0;
	}
	
#menu a * {
  display: none;
}
#menu a,
#menu a .hover {
  height: 107px;
  display: block;
  background: url(../img/sprite.jpg) 0 0 no-repeat;
}
/*Generales normal*/
#menu a.presentacion {
width:160px;
}
#menu a.trasfondo {
width:160px;
background-position:-160px 0px;
}
#menu a.datos {
width:160px;
background-position:-320px 0px;
}
#menu a.caracter {
width:160px;
background-position:-480px 0px;
}
#menu a.inscripcion {
width:160px;
background-position:-640px 0px;
}
#menu a.llegar {
width:150px;
background-position:-800px 0px;
}
/*hover*/
#menu .highlight a.presentacion:hover, 
#menu a.presentacion .hover {
	width:160px;
	background-position:0px -107px;
}
#menu .highlight a.trasfondo:hover, 
#menu a.trasfondo .hover {
	width:160px;
	background-position:-160px -107px;
}
#menu .highlight a.datos:hover, 
#menu a.datos .hover {
	width:160px;
	background-position:-320px -107px;
}
#menu .highlight a.caracter:hover, 
#menu a.caracter .hover {
	width:160px;
	background-position:-480px -107px;
}
#menu .highlight a.inscripcion:hover, 
#menu a.inscripcion .hover {
	width:160px;
	background-position:-640px -107px;
}
#menu .highlight a.llegar:hover, 
#menu a.llegar .hover {
	width:150px;
	background-position:-800px -107px;
}




/*Text*/
.contingut{
	padding-top:35px;
	background-image:url(../img/fons.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
.trail{
	color:#666;
	font-size:1.5em;
	font-weight:bold;
	line-height:1;
	margin-bottom:1em;
	}
.foto{
	margin-right:10px;
	margin-left:10px;
	}
/*Overlays*/

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
   display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
     
    min-width:100px;     
    min-height:100px; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../img/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/*FORMULARIO*/

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;	
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../img/tabs.png) no-repeat -634px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -634px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -634px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 			{ background-position: -519px 0; width:81px; }
ul.tabs a.w1:hover 	{ background-position: -519px -31px; }
ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -421px -0px; width:133px; }
ul.tabs a.w2:hover 	{ background-position: -421px -31px; }
ul.tabs a.w2.current { background-position: -421px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
ul.tabs a.w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}
div.panes{
	width:532px;
	background-image:url(../img/fonsformulari.png);
	background-repeat:repeat-y;
	background-position:top;
	
	}
div.textoform h4{
	font-size:1.2em;
	margin:0px;
	padding-left: 5px;
	}
div.textoform{
	padding:5px;
	}
div.textoform label{
	margin-top:35px;
	width: 55%;
	float:left;
	clear:left;
	}
	
div.textoform label.largo{
	width: 100%;
	}
div.textoform input{
	margin-top:35px;
	float:left;
	clear:right;
	}
div.textoform select{
	width:60%;
	}
div.textoform textarea{
	width:90%;
	height:100px;
	float:left;
	clear:right;
	}
div.textoform p{
	float:left;
	}
.next{
	margin-top:30px;
	font-size:18px;
	font-style:oblique;
	font-weight:bold;
	}
	
.fegidor{
	height:800px;
	}
	
div.panes a{
		color:#999;
		}
		
div.panes:hover a{
		color:#fff;
		}
.barrajx{

			text-align: center;

		}
.carga{

			text-align: center;

		}



/*Foooter*/

.footer{
	padding-top:40px;
	text-align:center;
	font-size:75%;
	color:#999;
	}