/* CSS Document - Indice
- Tabla principal
- Cabecera
- Pestañas
- Home
- Cursos recomendados
- Secciones
- Resultados por temáticas
- Ficha curso
- Pie de página

*/

/* ----------- TABLA PRINCIPAL -----------------*/

.tablaprincipal {
	border:solid 1px #CCCCCC;
}
/* ----------- CABECERA -----------------*/

.TituloCabecera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #055B76;
}

/* ----------- PESTAÑAS -----------------*/
/* Se distingue siempre entre pestaña activa e inactiva */
/* Sólo la home tiene estilos distintos a las secciones */

.activo_home {
	background-image: url(../images/fondo_act_home.gif);
	border: 1px solid #999999;
}

.noactivo_home {
	border: 1px solid #055B76;
	background-image: url(../images/fondo_noact_home.gif);

}

.activo_secciones {
	background-image: url(../images/fondo_act_secciones.gif);
	border: 1px solid #055B76;
}

.noactivo_secciones {
	border: 1px solid #055B76;
	background-image: url(../images/fondo_noact_secciones.gif);

}

/*A continuación los textos de pestañas activas e inactivas*/

.txt-pestania-activo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;


}
.txt-pestania-noactivo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* Línea de separación bajo las pestañas */

.intermedio-home {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.intermedio-secciones {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #055B76;
}

/* Espacio entre las pestañas */

.intermedio {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7B1D58;
}

/* ----------- HOME -----------------*/

/* Nuevos estilos para el texto de la home */

.textohome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	color: #666666;
	line-height: 20px;
}

/* Para destacar el texto de la home */

.destacado {
	font-weight:bold;}

/* Enlace destacado */

.textohome #vermasinfo a {
	font-size: 14px;
	color: #055B76;
	text-align:right;
	
}

/* Texto pequeño para las entidades colaboradoras */

.entidades {
	font-size: 11px;
}

/* ----------- CURSOS RECOMENDADOS -----------------*/

.caja {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/fondo_destacados.gif);
	background-repeat: repeat;
}

.txt_normal {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #333333;
	}

/* ----------- SECCIONES -----------------*/

.txt-titulo-directorio {
	font-size: 20px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #055B76;

}
.txt-directorio {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #666666;
}

/* ----------- RESULTADOS POR TEMÁTICAS -----------------*/

.txt-titulo-cursos-resultados {
	font-size: 16px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #055B76;

}

.lineas-separacion {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	
}

/* Para las migas de pan */

.txt-navegacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

/* Estilos SÓLO para cuando no haya resultados */

.txt-convocatoria-cerrada {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;

}

.caja_informacion {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	background-color: #FFFFCC;
}

/* ----------- FICHA CURSO -----------------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #7b1d5b;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

/* Encabezado de cada apartado */

.caja_ficha {
	border: 1px solid #055B76;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;

}

/* Botones sol. información y enviar amigo */

.boton-cursos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/boton.gif);
	background-repeat: no-repeat;
}
 /* Solicitud de información */
 
.caja-solicitud {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

/* Textos */

.txt_normal_subrayado {
	FONT-SIZE: 12px;
	COLOR: #666666;
	FONT-FAMILY: Verdana, Arial;
	font-weight: bold;
	text-decoration: underline;
}

.txt_normal_verde {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #055B76;
	}
	

/* ----------- PIE DE PÁGINA -----------------*/

.caja-pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1 solid #999999;
	font-weight: normal;
	color: #333333;


}

/*

.txt-pestania-noactivo-desempleados {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #006633;


}
.txt-pestania-noactivo-empresas {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #003366;


}
.activo_empresa {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #003366;


}
.noactivo_home {
	border: 1px solid #999999;
	background-image: url(../images/fondo_noact_gris.gif);
}
.noactivo_desempleados {
	border: 1px solid #999999;
	background-image: url(../Images/fondon_noact_verde.gif);
}
.noactivo_empresa {
	border: 1px solid #999999;
	background-image: url(../Images/fondo_noact_azul.gif);
}

.txt-pestania-noactivo-desempleados {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #006633;


}
.txt-pestania-noactivo-empresas {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #003366;


}
.activo-trabajadores {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FF6600;
}
.txt-pestania-noactivo-trabajadores {

	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}
.noactivo-trabajadores {

	border: 1px solid #999999;
	background-image: url(../images/fondo_noact_naranja.gif);
}

.inferior {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.inferiorcentro {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.inferiord {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


.noactivo_desempleados {
	border: 1px solid #999999;
	background-image: url(../Images/fondon_noact_verde.gif);
}
.noactivo_empresa {
	border: 1px solid #999999;
	background-image: url(../Images/fondo_noact_azul.gif);
}

.txt-pestania-noactivo-desempleados {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #006633;


}
.txt-pestania-noactivo-empresas {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #003366;


}
.activo-trabajadores {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FF6600;
}
.txt-pestania-noactivo-trabajadores {

	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}
.noactivo-trabajadores {

	border: 1px solid #999999;
	background-image: url(../images/fondo_noact_naranja.gif);
}
.txt-buscadores-home {

	font-size: 14px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
.txt-buscadores-home-naranja {

	font-size: 14px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}
.txt-buscadores-home-verde {

	font-size: 14px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #006633;
}
.txt-buscadores-home-azul {

	font-size: 14px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #003366;
}

.txt-entidades {

	font-size: 14px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}


.txt_ver_mas_cursos {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;

}

.txt_ver_mas_desempleados {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #006633;

}
.txt_ver_mas_empresas {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #003366;


}

.txt_mas_buscado {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #003366;

}

.txt-buscadores-secciones {

	font-size: 16px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;

}

.txt-directorio-trabajadores {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	color: #003366

}

.inicial-directorio {
	font-size: 16px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099FF;

}

.txt-titulo-directorio-trabajadores {
	font-size: 20px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #FF6600

}

.txt-directorio-empresas {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	color: #003366

}
.txt-titulo-directorio-empresas {
	font-size: 20px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #003366

}
.txt-secc-empresas {
	font-size: 11px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #000066;
}

.txt-secc-empresas-activo {
	font-size: 11px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.texto {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #666666;

}

.txt-titulo-cursos-resultados-empresas {
	font-size: 16px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #003366

}
.txt-titulo-cursos-resultados-desempleados {
	font-size: 16px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #006633

}

.txt_normal_azul {
	FONT-SIZE: 11px;
	COLOR: #0f32b6;
	FONT-FAMILY: Verdana, Arial;
	font-weight: bold;

}
.txt_normal_azulon {
	FONT-SIZE: 11px;
	COLOR: #003366;
	FONT-FAMILY: Verdana, Arial;

}


.txt-mapa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

*/
