@charset  "utf-8";

.before-header {
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}

/* CSS Document */
/*
Te damos la bienvenida a CSS personalizado

Para saber cómo funciona, ve a http://wp.me/PEmnE-Bt
*/
html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.42857;
	font-family: 'Roboto', sans-serif;
	color: #111;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
/*vertical-align: baseline;*/
	background: transparent;
}

h1 {
	color: #111;
	font-size: 1.6em;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

h2 {
	color: #111;
	font-size: 1.3em;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

h3 {
	color: #111;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.2;
}

h4 {
	color: #111;
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

h5 {
	color: #111;
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

a {
	color: #f78f00;
}

a:hover {
	color: #e5554e;
}

strong {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: .95em;
}

p {
	line-height: 1.6;
}

hr {
	text-align: center;
	width: 100%;
	background-color: #DDD;
	border: #EEE 1px solid;
}

h2.titulo_bloque {
	font-size: 1.2em;
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
	border-left: #005877 7px solid;
	padding-left: 10px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

/*HEADER*/
.title-area {
	padding: 0;
	width: 300px;
}

.header-image .site-title > a {
	background: url(https://home.fueca.es/wp-content/uploads/sites/3/2023/12/logo-funduca-horizontal-web.png) no-repeat left top 50%;
	float: left;
	min-height: 80px;
	width: 100%;
}

@media (max-width: 1200px) {
	.header-image .site-title > a {
		background: url(https://home.fueca.es/wp-content/uploads/sites/3/2023/12/logo-funduca-horizontal-web.png) no-repeat center center;
	}
}

/*++++++++++++++++++++FORMULARIOS++++++++++++++++++++++++*/
/*----------LABEL*/
label {
	font-weight: bold;
	color: #000;
	font-size: .9em;
}

/*----------INPUT*/
.form-control, .form-control-select, .input_auto {
	display: block;
	width: 100%;
	height: 32px;
	padding: 2px 12px;
	font-size: .8em;
	line-height: 1.42857;
	color: #333;
	background-color: #F6F6F6;
	border: 1px solid #999;
	background-image: none;
	border-radius: 0;
	border: 0;
}

/* Placeholder */
.form-control::-webkit-input-placeholder {
	color: #808080;
}

.form-control::-moz-placeholder {
	color: #808080;
}

/* firefox 19+ */
.form-control:-ms-input-placeholder {
	color: #808080;
}

/* ie */
.form-control:-moz-placeholder {
	color: #808080;
}

select option:disabled {
	color: #F00;
}

select {
	border: 1px solid #ccc;
	background: url(wp-content/uploads/formacion/select.png) no-repeat right #fff;
/* background: URL(../images/select.png) no-repeat right #fff !important;*/
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

select option {
	color: black;
}

select option:first-child {
	color: #808080;
}

.f_detalle_contenedor_filtro .checkbox-inline {
	font-weight: 300;
	font-size: .8em;
}

.form-inline .form-control {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

/*----------INPUT TPV*/
.contenedor_tpv_cabecera {
	background-color: #EFEFEF;
}

.contenedor_tpv_cabecera .form-group {
	margin-top: 10px;
	margin-bottom: 10px;
}

.contenedor_tpv_cabecera hr {
	margin-top: 0;
	margin-bottom: 0;
	border: #000 1px solid;
}

.contenedor_tpv_cabecera h2 {
	padding-bottom: 0;
}

.form-tpv .form-control, .form-tpv select {
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-tpv .form-control,.form-tpv .form-control-select,.form-tpv .input_auto, .form-tpv select {
	display: block;
	width: 100%;
	height: 32px;
	padding: 2px 12px;
	font-size: .8em;
	line-height: 1.42857;
	color: #333;
	background-color: #FFF;
	border: 1px solid #999;
	background-image: none;
	border-radius: 0;
}

.campo-euro-tpv {
	padding-top: 5px;
	font-size: 2em;
}

/* Placeholder */
.form-tpv .form-control::-webkit-input-placeholder {
	color: #808080;
}

.form-tpv .form-control::-moz-placeholder {
	color: #808080;
}

/* firefox 19+ */
.form-tpv .form-control:-ms-input-placeholder {
	color: #808080;
}

/* ie */
.form-tpv .form-control:-moz-placeholder {
	color: #808080;
}

.form-tpv select option:disabled {
	color: #F00;
}

.form-tpv select {
	background: url(wp-content/uploads/formacion/select.png) no-repeat right #fff !important;
/* background: URL(../images/select.png) no-repeat right #fff !important;*/
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.form-tpv select option {
	color: black;
}

.form-tpv select option:first-child {
	color: #808080;
}

.form-tpv .form-inline .form-control {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

/*Blog*/
h1.entry-title {
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
}

.entry-content {
	font-size: 1em;
	font-weight: 300;
	color: #4D4D4D;
}

.entry-content h2 {
/*mismo tamaño que h1 porque antes hemos puesto 0.8em para entry-content*/
	padding: 5px 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 0;
}

.entry-content h2 .fa {
	margin-right: 15px;
}

.entry-content h1 {
/*mismo tamaño que h1 porque antes hemos puesto 0.8em para entry-content*/
	padding: 5px 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 0;
}

.entry-content h3 {
/*mismo tamaño que h1 porque antes hemos puesto 0.8em para entry-content*/
	padding: 5px 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 0;
}

.entry-content h4 {
/*mismo tamaño que h1 porque antes hemos puesto 0.8em para entry-content*/
	padding: 5px 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 0;
}

/***************** Logos pie***************************/
.container_logos_pie {
	background-color: #FFF;
	padding-bottom: 30px;
	padding-top: 30px;
}

.logo_pie {
	max-width: 100%;
}

/***************** Boletín Fueca***************************/
.container_boletin {
	background-color: #DDD;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 1em;
	background: url(wp-content/uploads/formacion/avion.png) #DDD no-repeat right scroll;
	background-size: 30%;
	background-origin: content-box, padding-box;
}

.container_boletin .boletin_texto_grande {
	color: #006190;
	font-size: 1.7em;
}

.container_boletin .boletin_texto_min {
	color: #666;
	font-size: 1em;
}

.container_boletin .btn-success {
	color: #FFF;
	background-color: #666;
	border-color: #000;
}

/***************** Footer Fueca***************************/
.footer_completo {
	margin-left: 5%;
	margin-right: 5%;
}

.footer-widgets {
	background-color: #FFF;
}

.footer-widgets li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-footer {
	text-align: left;
	line-height: 1.42857;
}

.container_footer {
	background-color: #575756;
	color: #FFF;
	font-size: .8em;
	padding-top: 15px;
	padding-bottom: 35px;
	border-top: #E87B00 6px solid;
}

.container_footer .ul_submenus li {
	text-align: left;
	width: 100%;
	line-height: 1.3em;
	padding-left: 10px;
	list-style-position: inside;
	list-style: none;
	background: url(wp-content/uploads/formacion/footer_lista.png) no-repeat 0 5px;
	font-size: .85em;
}

.container_footer .ul_submenus a {
	color: #FFF;
}

.container_footer .ul_submenus a.activo {
	color: #000;
}

.container_footer .footer_destacado {
	color: #FFF;
	font-weight: bold;
}

.container_footer .footer_titulo_bloque {
	color: #FFF;
	margin: 0;
	margin-top: 2px;
	margin-bottom: 3px;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: .95em;
}

.container_footer .footer_titulo_borde {
	border-bottom: #E87B00 solid 1px;
}

.footer_icono {
	vertical-align: middle;
	margin: 5px 0;
	margin-right: 5px;
}

/*Footer RRSS*/
.container_rrss_footer {
	background-color: #ECECEC;
	margin-bottom: 5px;
}

/*ENLACES*/
.container_footer a {
	color: #FFF;
	text-decoration: none;
}

.container_footer a:hover {
	color: #000;
	text-decoration: none;
}

/*Detalles curso*/
h1.f_detalle_titulo {
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
}

h2.f_detalle_subtitulo {
	padding-left: 0;
}

span.f_detalle_contenido {
	font-size: .9em;
	color: #4D4D4D;
	text-align: justify;
}

/*Detalles curso, resumen*/
.f_detalle_titulo_resumen {
	background-color: #808080;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

.resumen_disponible {
	background-color: #229873;
}

.resumen_no_disponible {
	background-color: #F00;
}

.f_detalle_resumen_contenedor {
	background-color: #E5E5E5;
	font-size: .9em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.f_detalle_resumen_titulo, f_detalle_resumen_contenido {
	color: #000000;
}

.f_detalle_resumen_titulo {
	font-weight: 500;
}

.resumen_btn_matricularme {
	background-color: #DFA800;
	color: #000;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	text-align: center;
}

ul.f_detalle_resumen_lista_areas {
	list-style-position: inside;
}

/*Pestañas detalle curso*/
.entry {
	margin-bottom: 0;
	padding: 15px;
}

.nav-tabs.nav-justified > li > a {
	border-bottom: 0 solid #000;
	font-size: .8em;
	color: #FFF;
}

.nav-tabs.nav-justified > li > a.f_detalle_cabecera_pestanas_disabled {
	color: #DDD;
}

.nav-tabs.nav-justified > li {
	border-bottom: 0 solid #000;
	text-align: center;
	font-size: 1.1em;
}

.nav-tabs.nav-justified {
	border-bottom: 0 solid #000;
	width: 100%;
	margin: auto;
	margin-bottom: 0;
}

justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
	border: 0 solid #000;
	background: none;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #FFF;
	border-bottom: 0 solid #000;
	background: none;
	color: #000;
}

.nav-tabs.nav-justified > li > a:focus {
	border: 1px solid #FFF;
	border-bottom: 0 solid #000;
	background: #2A6496;
	color: #FFF;
}

.nav-tabs.nav-justified > li {
	border: 1px solid #CCC;
	box-shadow: inset 0 0 1px #DDD;
	background-color: #005877;
	-moz-border-radius: 5px 5px 0 0;
/*Firefox*/
	-webkit-border-radius: 5px 5px 0 0;
/*Chrome, Safari*/
	border-radius: 5px 5px 0 0;
/*Safari 5, IE9*/
	color: #000;
}

.nav-tabs.nav-justified > li.active {
	border: 0 solid #000;
	background: none;
	background-color: #C9C9C9;
	box-shadow: inset 0 0 0 #000;
}

.nav > li > a:hover {
	text-decoration: none;
	background: none;
}

.nav > li > a:focus {
	text-decoration: none;
	background-color: #FFF;
	border: 0 solid #000;
}

.nav-tabs.nav-justified > li.active > a:hover {
	background: none;
}

/*Breadcrumb*/
.container_franja_home {
	background-color: #ececec;
	padding-top: 15px;
	padding-bottom: 15px;
}

.container_franja_home .franja_texto_grande {
	font-size: 1.1em;
	font-weight: 500;
	color: #666;
}

.container_franja_home .franja_texto_mini {
	font-size: .9em;
	font-weight: 300;
	color: #999;
}

.breadcrumb {
	background-color: #ececec;
	font-size: .7em;
	padding-left: 0;
	margin-top: 15px;
	margin-bottom: 0;
	padding-right: 0;
}

.entry-content ol, .entry-content ul {
	margin-bottom: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style-position: inside;
}

.breadcrumb > li + li::before {
	content: "· ";
}

.breadcrumb li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #808080;
}

.breadcrumb li.active {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #666;
}

/*Contenedor filtro en detalle curso*/
/*----------BOTONES*/
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.btn-success {
	color: #FFF;
	background-color: #690;
	border: 0;
	border-radius: 0;
	font-size: .9em;
	padding: 0;
}

.btn-success:hover, .btn-buscador:hover {
	background-color: #575756;
	border-color: #000;
	border: 0;
}

.btn-buscador {
	background-color: #333;
	border: medium none;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	padding: 16px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

.f_detalle_contenedor_filtro span {
	text-align: center;
}

.f_detalle_contenedor_filtro {
	background-color: #005877;
	padding-top: 15px;
	padding-bottom: 15px;
}

.f_detalle_contenedor_filtro .form-group {
	margin-top: 5px;
	margin-bottom: 5px;
}

.f_detalle_contenedor_filtro .form-control {
	background-color: #FFF;
}

.f_detalle_contenedor_filtro .btn-success {
	color: #FFF;
	background-color: #808080;
	border-color: #000;
	padding: 6px 7px;
}

.f_detalle_contenedor_filtro .btn-success:hover {
	background-color: #575756;
}

.f_detalle_contenedor_filtro .searchsubmit {
	background-color: #E87B00;
	color: #000;
}

.f_detalle_contenedor_filtro .destacado_1, .f_detalle_contenedor_filtro .destacado_2 {
	color: #FFF;
	font-size: 1.3em;
}

.f_detalle_contenedor_filtro .destacado_1 {
	font-size: 1.1em;
	font-weight: 300;
}

.f_detalle_contenedor_filtro .destacado_2 {
	font-size: 1.3em;
	font-weight: 500;
}

.f_detalle_contenedor_filtro label {
	color: #FFF;
}

/*Contenedor filtro en detalle curso HOME*/
.f_detalle_contenedor_filtro_home {
	background-color: #FFF;
}

.f_detalle_contenedor_filtro_home .btn-success {
	color: #FFF;
	background-color: #808080;
	border-color: #000;
}

.f_detalle_contenedor_filtro_home .form-control {
	background-color: #DDD;
}

.f_detalle_contenedor_filtro_home select {
	background: url(wp-content/uploads/formacion/select.png) no-repeat right #DDD;
}

.wp-post-image {
	width: 100%;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	background-color: #808080;
	text-transform: uppercase;
}

.f_detalle_contenedor_filtro_home .btn-success-home {
	width: 100%;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 300;
	border-radius: 0;
	background-color: #808080;
	color: #FFF;
	font-size: 14px;
}

.f_detalle_contenedor_filtro_home .btn-success-home:hover, button, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
/*	background-color: #005877;*/
	background-color: #575756;
}

/*Catálogo iconos*/
.f_catalogo_icono_contenedor {
	margin-top: 30px;
}

.f_catalogo_icono_contenedor #media-gallery {
	vertical-align: middle;
}

.f_catalogo_icono_contenedor #media-gallery img {
	width: 100%;
}

.f_catalogo_icono_manita {
	position: absolute;
	top: 0;
	right: 15px;
}

.f_catalogo_icono_contenedor_info {
	background-color: #DFA800;
	margin: 0;
	font-size: .7em;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}

.f_catalogo_icono_contenedor_nombre {
	background-color: #808080;
	margin: 0;
	font-size: .8em;
	color: #000000;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.f_catalogo_icono_contenedor_nombre a {
	color: #FFF;
}

.f_catalogo_icono_contenedor_intro {
	background-color: #FFF;
	margin: 0;
	font-size: .9em;
	color: #000000;
	font-weight: 500;
	margin-top: 5px;
}

.f_catalogo_icono_contenedor_intro a {
	color: #000000;
	font-size: 1.2em;
}

/*Catálogo tabla*/
#catalogo_tabla {
	font-size: .9em;
	font-weight: 500;
}

#catalogo_tabla thead {
	color: #808080;
	font-size: .8em;
	background-color: #EAEAEA;
	font-weight: 300;
}

/*Menú*/
.genesis-nav-menu {
	margin-top: 55px;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 10px 15px;
	font-size: .85em;
}

.site-header {
	background-color: #FFF;
	min-height: 1px;
}

.site-header .wrap {
	padding: 0;
}

/*HOME entradas*/
.f_home_entradas_fecha {
	font-weight: 300;
	color: #666;
	font-size: .8em;
}

.f_home_entradas_categoria {
	font-weight: 500;
	color: #005877;
	font-size: .8em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.f_home_entradas hr {
	background-color: #575756;
	border: none;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h3.f_home_entradas_titulo {
	margin-bottom: 10px;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1em;
}

h3.f_home_entradas_titulo a {
	color: #111;
}

.f_home_entradas_intro {
	font-size: .8em;
	font-weight: 300;
	color: #4D4D4D;
}

.f_home_entradas_imagen {
	border: #FFF solid 10px;
	box-shadow: 0 0 0 #CCC;
}

/*HOME agenda*/
.f_home_agenda hr {
	background-color: #575756;
	border: none;
	height: 1px;
	margin: 10px 0;
}

.f_home_agenda_contenedor_titulo_bloque hr {
	margin: 20px 0;
}

.f_home_agenda_titulo_bloque {
/*font-size: 1.2em;
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
	border-left: #005877 7px solid;
	padding-left: 10px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;*/
}

.f_home_agenda_fecha {
	font-size: .9em;
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 300;
}

.f_home_agenda_titulo {
	font-size: .9em;
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 500;
}

.f_home_agenda_titulo a.ver_agenda {
	font-weight: 300;
}

.f_home_agenda_intro {
	font-size: .8em;
	font-weight: 300;
	color: #4D4D4D;
}

.f_home_agenda_imagen {
	border: #FFF solid 10px;
	box-shadow: 0 0 5px #CCC;
}

/*HOME enlaces*/
.f_home_enlaces {
	padding: 15px 0;
}

.f_home_enlaces a {
	font-weight: 500;
	color: #000000;
	font-size: 1.1em;
}

.f_home_enlaces img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: #FFF solid 10px;
	box-shadow: 0 0 5px #CCC;
	margin-bottom: 15px;
	width: 50%;
}

/*HOME destacados*/
.f_home_noticias_titulo_bloque {
/*font-size: 1.2em;
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
	border-left: #005877 7px solid;
	padding-left: 10px;
	font-weight: 300;*/
}

/*HOME destacados*/
.f_home_destacados_titulo_bloque {
/*font-size: 1.2em;
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
	border-left: #005877 7px solid;
	padding-left: 10px;
	font-weight: 300;*/
}

/*HOME reconocimientos*/
.f_home_reconocimientos {
	margin-top: 25px;
}

.f_home_reconocimientos img {
	max-width: 75%;
}

.f_home_reconocimientos hr {
	background-color: #575756;
	border: none;
	height: 1px;
	margin: 10px 0;
}

.f_home_reconocimientos_contenedor_titulo_bloque hr {
	margin: 20px 0;
}

.f_home_reconocimientos_titulo_bloque {
/*font-size: 1.2em;
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
	border-left: #005877 7px solid;
	padding-left: 10px;
	font-weight: 300;*/
}

.f_home_reconocimientos_titulo {
	font-size: 1em;
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 500;
}

/*HOME slider post*/
.owl-stage-outer {
	background-color: #FFF;
	padding: 20px 0;
}

.wp-posts-carousel-title a {
	color: #575756;
}

.f_detalle_print {
	display: none;
}

.default-theme.wp-posts-carousel .wp-posts-carousel-details {
	background-color: #E87B00;
	height: 75px;
}

.default-theme.wp-posts-carousel .wp-posts-carousel-title {
	padding-top: 15px;
}

.default-theme.wp-posts-carousel .wp-posts-carousel-desc {
	padding: 0;
	margin-bottom: 0;
}

.default-theme.wp-posts-carousel .wp-posts-carousel-container {
	padding: 0;
}

.default-theme.wp-posts-carousel .wp-posts-carousel-image a {
	display: inline;
	width: 100%;
	text-align: center;
}

.btn-success {
	color: #FFF;
	background-color: #C9C9C9;
	padding: 15px;
}

.metaslider .caption h1 {
	font-size: 2em;
}

.metaslider .flexslider {
	margin: 0;
}

.metaslider .caption-wrap {
	position: absolute;
	top: none;
	left: none;
	background: none;
	color: #FFF;
	opacity: .7;
	margin: 0;
	display: block;
	width: 50%;
	line-height: 1.4em;
	padding: 25px;
}

.site-inner {
	padding-top: 0;
}

.metaslider {
	border-top: #000 2px solid;
}

/*icono-tipo-listado*/
.icono-tipo-listado {
	font-size: 1.5em;
	margin-left: 5px;
	margin-right: 5px;
}

.icono-tipo-listado-active {
	color: #005877;
}

/*Compartir*/
a.enlace_rrss_comparte {
	color: #4D4D4D;
}

a.enlace_rrss_comparte:hover {
	color: #4D4D4D;
	text-decoration: none;
}

.boton_rrss_compartir .fa-circle {
	font-size: 1.5em;
	margin-top: 3px;
}

.boton_rrss_compartir .fa-inverse {
	font-size: .8em;
}

.boton-comparte {
	background-color: #ECECEC;
	color: #000000;
	padding: 11px;
	float: left;
	width: auto;
}

.boton-comparte:hover {
	background-color: #ECECEC;
	color: #000000;
	cursor: default;
}

.contenedor_compartir {
	border: #ECECEC 1px solid;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #FFF;
}

/*Detalle ayuda*/
a.f_detalle_ayuda {
	color: #808080;
}

a.f_detalle_ayuda:hover {
	color: #808080;
	text-decoration: none;
}

/*Home*/
.container-filtro-home {
	padding-right: 0;
}

.container-slider-home {
	padding-left: 0;
	float: right;
}

/*Top Enlaces Formación*/
.f_top_enlaces {
	background-color: #FFF;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: .8em;
	border-bottom: 0 solid #CCC;
}

.f_top_enlaces a {
	color: #000;
}

.f_top_enlaces li.li_active a {
	color: #FFF;
	background-color: #000;
	padding: 5px;
}

.f_enlaces_top_rrss li, .f_enlaces_top_enlaces li, .f_enlaces_top_idiomas li {
	display: inline-block;
}

.f_enlaces_top_rrss li {
	text-align: center;
	padding: 0 5px;
}

.f_enlaces_top_rrss li .fa {
	font-size: 1.5em;
	color: #575756;
	margin-top: 3px;
}

.f_enlaces_top_rrss li .fa-inverse {
	font-size: .9em;
	color: #FFF;
	margin-top: 0;
}

.f_enlaces_top_enlaces li.f_enlaces_top_enlaces_li_enlace {
	padding: 0 10px;
}

.f_enlaces_top_enlaces li.f_enlaces_top_enlaces_li_idioma {
	padding: 0 5px;
}

.f_top_enlaces_izquierda {
	text-align: left;
}

.f_top_enlaces_derecha {
	text-align: right;
	margin-top: 0;
}

.f_enlaces_top_enlaces li.li_active {
	padding: 0 5px;
	background-color: #FFF;
	color: #005877;
	border-radius: 3px;
}

/*RRSS TOP*/
a.enlace_rrss {
	color: #4D4D4D;
}

a.enlace_rrss:hover {
	color: #4D4D4D;
	text-decoration: none;
}

.f_enlaces_top_enlaces .boton_rrss .fa-circle {
	font-size: 1.9em;
	margin-top: 3px;
	color: #000;
}

.f_enlaces_top_enlaces .boton_rrss .fa-inverse {
	font-size: .8em;
}

/*RRSS derecha*/
h4.widget-title {
	font-size: 1.2em;
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
	border-left: #005877 7px solid;
	padding-left: 10px;
	font-weight: 300;
}

/*Formación Agenda*/
.sidebar .widget {
	padding: 0;
	padding-top: 15px;
}

/*barra lateral primaria de la HOME*/
.home .sidebar-primary {
/*display:none;	*/
}

.f_detalle_contenedor_filtro select {
	background: url(wp-content/uploads/formacion/select.png) no-repeat right #FFF;
}

/*TAGS*/
.cool-tag-cloud .ctcleft a::after {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	width: 0 !important;
	height: 0 !important;
	border: none !important;
	transition: none !important;
}

.cool-tag-cloud .ctcdefault .ctcleft a {
	background: none !important;
/*    background: url(images/xdefault-left.png.pagespeed.ic.IHMhOyvzyW.png) no-repeat !important;*/
	border: #999 1px solid !important;
	color: #666 !important;
}

.cool-tag-cloud .ctcleft a:hover::after {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	width: 0 !important;
	height: 0 !important;
	border: none !important;
	transition: none !important;
}

.cool-tag-cloud .ctcdefault .ctcleft a:hover {
	background: none !important;
/*    background: url(images/xdefault-left.png.pagespeed.ic.IHMhOyvzyW.png) no-repeat !important;*/
	border: #333 1px solid !important;
	color: #333 !important;
}

.cool-tag-cloud .ctcleft a {
	padding: 0 10px !important;
	text-shadow: 0 0 0 rgba(256,256,256,.4) !important;
}

.cool-tag-cloud .ctcleft a:hover {
	padding: 0 10px !important;
	text-shadow: 0 0 0 rgba(256,256,256,.4) !important;
}

@media (max-width: 1200px) {
	.genesis-nav-menu {
		margin-top: 0px;
	}
	.nav-tabs.nav-justified > li > a {
		font-size: .6em;
	}
	
	.container-filtro-home {
		padding-right: 15px;
	}
	
	.container-slider-home {
		padding-left: 15px;
		float: none;
	}
	
	.f_detalle_contenedor_filtro_home {
		background-color: #C9C9C9;
	}
	
	.f_detalle_contenedor_filtro_home .btn-success {
		color: #FFF;
		background-color: #808080;
		border-color: #000;
	}
	
	.f_detalle_contenedor_filtro_home .form-control {
		background-color: #FFF;
	}
	
	.f_detalle_contenedor_filtro select {
		background: url(wp-content/uploads/formacion/select.png) no-repeat right #FFF;
	}
}

@media (max-width: 1000px) {
	.metaslider .caption h1 {
		font-size: 1.5em;
	}
	
	.f_top_enlaces a span {
		display: none;
	}
	
	.f_top_enlaces_derecha {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.metaslider .caption h1 {
		font-size: 1em;
	}
	
	.texto_centro {
		text-align: center;
	}
	
	.texto_izquierda {
		text-align: left;
	}
	
	.f_catalogo_icono_contenedor {
		width: 50%;
	}
	
	.nav-tabs.nav-justified > li > a {
		font-size: .8em;
	}
	
	.metaslider .caption-wrap {
		position: absolute;
		top: 0;
		left: 0;
		background: #000 none repeat scroll 0 0;
		color: #FFF;
		opacity: .7;
		margin: 0;
		display: block;
		width: 100%;
		line-height: 1.4em;
		padding: 25px;
	}
	
	.bx-wrapper .ewic-caption {
		position: absolute;
		top: 0;
		left: 0;
		background: #000 none repeat scroll 0 0;
		color: #FFF;
		opacity: .7;
		margin: 0;
		display: block;
		width: 100%;
		line-height: 1.4em;
		padding: 25px;
	}
	
	.form-tpv .form-control, .form-tpv select {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.f_top_enlaces_derecha {
	/*font-size: .8em;*/
	}
	
	.f_enlaces_top_rrss li .fa, .f_enlaces_top_enlaces_li_enlace li .fa {
		font-size: 1.2em;
	}
	
	.f_enlaces_top_enlaces li.f_enlaces_top_enlaces_li_enlace {
		padding: 0 3px;
	}
}

@media (max-width:500px) {
	.f_catalogo_icono_contenedor {
		width: 100%;
	}
}

@media print {
	.f_catalogo_icono_contenedor {
		page-break-inside: avoid;
		page-break-after: avoid;
	}
	
	body {
		font-size: .8em;
	}
	
	.f_detalle_print {
		display: block;
	}
	
	.f_detalle_programa, 
																																																																																																.f_detalle_contenedor_filtro, 
																																																																																																.wrap, 
																																																																																																.container_logos_pie, 
																																																																																																.container_boletin, 
																																																																																																.container_footer, 
																																																																																																.breadcrumb, 
																																																																																																.f_detalle_cabecera_pestanas, 
																																																																																																.f_detalle_pestanas, #turnkey-credit, 
																																																																																																.pagination {
		display: none;
	}
	
	h1.f_detalle_titulo {
		font-size: 1.5em;
		color: #F00;
		margin-bottom: 15px;
		margin-top: 0;
	}
	
	.f_catalogo_icono_contenedor_info {
		background-color: #DFA800 !important;
		color: #000;
	}
	
	.f_catalogo_icono_contenedor_nombre {
		background-color: #808080 !important;
		color: #FFF;
	}/* a[href]:after {
																																																																																												    	content: none !important;
																																																																																												   }*/
	
}

/* Agregado por Fuster el 15 de octubre para el menu responsive */
/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
/* Standard Navigation
--------------------------------------------- */
nav {
	clear: both;
}

/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/*submenú*/
.genesis-nav-menu a:hover {
	background-color: #575756;
	color: #FFF;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu a {
	background-color: #575756;
	color: #FFF;
	padding: 10px;
	border: 0;
}

.genesis-nav-menu a:hover {
	background-color: #575756;
	color: #FFF;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu a:hover {
	text-decoration: none;
	color: #FFF;
}

.genesis-nav-menu .sub-menu a:before {
	content: "» ";
}

.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
}

.genesis-nav-menu .current-menu-item > a {
	color: #000;
}

.genesis-nav-menu .current-menu-item > a .fa {
	font-size: 1.3em;
}

.genesis-nav-menu .current-menu-item > a:hover {
	color: #FFF;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 875px;
}

.genesis-nav-menu a[href^="http://formacion.fueca.org/doctorales/"] {
	background-color: #808080;
	color: #FFF;
	text-decoration: none;
}

/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
@media only screen and (min-width: 768px) {
	nav {
		display: block !important;
	}
}

/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
@media only screen and (max-width: 767px) {
	.menu-toggle,.sub-menu-toggle {
		display: block;
		font-size: 20px;
		font-size: 2rem;
		font-weight: 700;
		margin: 0 auto;
		overflow: hidden;
	/*padding: 20px;
																																														    padding: 2rem;*/
		padding: 0;
		text-align: center;
		visibility: visible;
	}
	
	button.menu-toggle,button.sub-menu-toggle {
		background-color: transparent;
		color: #999;
	}
	
	.sub-menu-toggle {
		padding: 18px;
		padding: 1.8rem;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.menu-toggle:before {
		content: "\2261";
	}
	
	.menu-toggle.activated:before {
		content: "\2191";
	}
	
	.sub-menu-toggle:before {
		content: "+";
	}
	
	.sub-menu-toggle.activated:before {
		content: "-";
	}
	
	nav {
		display: none;
		position: relative;
	}
	
	.genesis-nav-menu .menu-item {
		background-color: #f5f5f5;
		display: block;
		position: relative;
		text-align: left;
	}
	
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f5f5f5;
		padding-left: 30px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}
	
	.nav-primary a:hover,.nav-primary .current-menu-item > a {
		color: #333;
	}
}

@media only screen and (max-width: 1300px) {
	/*.site-header .widget-area, .title-area {
																																															width: 50%;
																																														}*/
	.site-inner {
		padding-top: 0;
	}
}

@media only screen and (max-width: 960px) {
	.genesis-nav-menu {
		margin-top: 15px;
	}
	
	.site-header .wrap {
		padding: 0 5%;
	}
	
	.genesis-nav-menu a {
		padding: 10px 15px;
	}
	
	.sub-menu-toggle {
		padding: 5px;
	}
	
	.genesis-nav-menu .sub-menu a {
		padding: 10px;
		padding-left: 30px;
	}
	
	.genesis-nav-menu, .site-description, .site-header .title-area, .site-header .search-form, .site-title {
		text-align: center;
	}
	
	header-image .title-area {
		background-position: center top;
	}
	
	.content, .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar-content-sidebar .content, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-primary, .sidebar-secondary, .sidebar-sidebar-content .content, .sidebar-sidebar-content .content-sidebar-wrap, .site-header .widget-area, .title-area {
		width: 100%;
	}
}

/* Fin de lo agregado por Fuster el 15 de octubre para el menu responsive */
.entry-content ol, .entry-content ul {
	margin-bottom: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
	list-style-position: outside;
}

.entry-content ul > li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
}

.entry-content ol > li {
	list-style-position: outside;
	margin-left: 15px;
}

.entry-content ul > li:before {
/*content: "» ";*/
}

/*Contacto*/
.post-606 {
	padding-top: 0;
}

.home-contacto-derecha-content {
	padding-left: 43px;
	margin-bottom: 15px;
}

img.alignnone, .alignnone {
	margin-bottom: 0;
}

.before-header {
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}

/*Panel practicas*/
.panel-practica {
	border: none;
}

.panel-practica .panel-body {
	background-color: #005877;
	color: #FFF;
	padding: 5px 10px;
}

.panel-practica .panel-footer {
	background-color: #575756;
	color: #FFF;
	padding: 5px 10px;
}

.panel-practica td {
	padding: 7px 2px;
}

.panel-practica .c1, .panel-practica .c3, .panel-practica .c5 {
	width: 5%;
	vertical-align: top;
}

.panel-practica .c2, .panel-practica .c4 {
	width: 45%;
}

.panel-practica .c6 {
	width: 95%;
}

/*Practicas Slide*/
.pr_izquierda, .pr_derecha {
	float: left;
	width: 50%;
}

.mySlides {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 15px;
}

.mySlides .contenedor_practicas {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 10px #CCC;
}

.mySlides .cabecera_practicas {
	background-color: #005877;
	color: #FFF;
	border-radius: 10px 10px 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mySlides .cuerpo_practicas {
	background-color: #ececec;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mySlides .pie_practicas {
	background-color: #ececec;
	text-align: right;
}

.mySlides .titulo_seccion_practicas {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: .9em;
}

.mySlides a {
	color: #005877;
}

.mySlides .fa {
	font-size: 1.5em;
}

.w3-btn-floating, .w3-btn-floating-large {
	opacity: .3;
}

.w3-display-topleft, .w3-display-topright {
	top: 100px;
}

@media only screen and (max-width: 960px) {
	.panel-practica .c1, .panel-practica .c3, .panel-practica .c5 {
		width: 7%;
	}
	
	.panel-practica .c2, .panel-practica .c4 {
		width: 43%;
	}
	
	.panel-practica .c6 {
		width: 93%;
	}
	
	.w3-display-topleft, .w3-display-topright {
		top: 200px;
	}
}

a.parpadea {color:#f78f00;animation-name: parpadeo;animation-duration: 1s;animation-timing-function: linear;animation-iteration-count: infinite;-webkit-animation-name:parpadeo;-webkit-animation-duration: 1s;-webkit-animation-timing-function: linear;-webkit-animation-iteration-count: infinite;}@-moz-keyframes parpadeo{0% { opacity: 1.0; }50% { opacity: 0.0; }100% { opacity: 1.0; }}@-webkit-keyframes parpadeo {0% { opacity: 1.0; }50% { opacity: 0.0; }100% { opacity: 1.0; }}@keyframes parpadeo {0% { opacity: 1.0; }50% { opacity: 0.0; }100% { opacity: 1.0; }}