/*Hoja de estilos de Fundación laboral de la contruccion - La Rioja

 AUTOR: Israel Rodriguez Citores

 autor url: www.saturmix.com



------- Hojas especificas para cada sección
		con las variaciones de estilo entre ellas --------

Enlace de la Barra principal: nav_fun, nav_cur, nav_pre, nav_emp, nav_cuo, nav_tar, 

-------------------------------------

*/

/* -------------- enlace PRINCPAL ACTIVADO  ------------------------------*/
				  /*coordenadas x de la img */
		  #nav1 li   a.nav_pre, #nav1 li a.nav_pre:hover{
			  background: url(imgcss/nav01_activ.jpg) no-repeat -232px bottom;
		  }



/* -------------- enlace INICIO  ----------------------------- */

			/*coordenadas x de la img   */
		  a.inicio   {
			  background: url(imgcss/secciones_intro.png) repeat-x 0px -50px;
		  }


/* -------------- Encabezados de nivel  ----------------------------- */

			/*color de fondo 
							Fundacion:	#D91F2C
							Cursos: 	#1147CE
							Prevencion:	#3BAF10
							Empleo:		#F3990F
							Cuota:		#8A10E1
							TPL:		#8A10E1
							
			--- cordenadas Y img nivel:
							Fundacion:	0
							Cursos: 	-40
							Prevencion:	-80
							Empleo:		-120
							Cuota:		-160
							TPL:		-200	  
		  
		  */
     	.nivel{
				margin-left:1px;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				color: #FFF;
				text-transform: uppercase;
				height: 30px;
				font-size: 12px;
				background: url(imgcss/niveles.png) repeat-x 0px -80px;/*change*/
		  }
		  .nivel span{
			  display:block;
			  margin-left: 40px;
			  padding: 8px;
			  }
			  
			  /*Variacion de niveles por encabezados*/
		h2.nivel {
			background-position: 40px -80px; /*change*/
			}
		h2.nivel span {
			margin-left: 80px;
			}
		h3.nivel {
			background-position: 80px -80px;/*change*/
			}
		h3.nivel span {
			margin-left: 120px;
			}			  


			/*--- cordenadas Y img LAST:
										Fundacion:	0
										Cursos: 	-62
										Prevencion:	-124
										Empleo:		-186
										Cuota:		-248
										TPL:		-310	  
					  */
 		
		#last  {
				height: 62px;
				font-size: 18px;
				text-transform: uppercase;
				color: #FFF;
				background: url(imgcss/niveles_last.png) repeat-x 0px -124px;/*change*/
		  }
		  #last span  {
				padding: 10px;
		  }
		  h2#last  {
				background: url(imgcss/niveles_last.png) repeat-x 40px -124px;/*change*/
		  }
		  h3#last  {
				background: url(imgcss/niveles_last.png) repeat-x 80px -124px;/*change*/
		  }




		  
					.nivel a {
						  color: #E0E0E0;
						  text-decoration: none;
						  display: block;
					  }
					 .nivel a:hover {
						  color: #FFF;
						  text-decoration: none;
						  display: block;
						  padding-left: 4px;
					  }
					  
/* --------si escriben listas en la caja #contenidos -----------*/	
				#contenido ul {
					list-style:disc;
					padding-left: 4em;
					padding-bottom: 2em;
				}
				#contenido ol {
					list-style:decimal;
					padding-left: 4em;
					padding-bottom: 2em;
				
				}


