@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;
}

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.8em;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

h2 {
	color: #005877;
	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: #005877;
	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: #E87B00;
}

a:hover {
	color: #E87B00;
}

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

p {
	line-height: 1.6;
}

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

/*HEADER*/
.header-image .site-title > a {
	background: url(https://formacion.fueca.es/wp-content/uploads/sites/2/2023/12/logo-funduca-formacion-web.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

@media (max-width: 1200px) {
	.header-image .site-title > a {
		background: url(https://formacion.fueca.es/wp-content/uploads/sites/2/2023/12/logo-funduca-formacion-web.png) no-repeat 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;
}

.form-tpv .form-group span {
	color: #000;
	font-size: .9em;
	font-weight: 400;
}

.form-tpv input.error {
	border: 1px solid #F00;
}
.form-tpv select.error {
	border: 1px solid #F00;
}

.form-tpv input[type=checkbox].error {
	border: 3px solid #F00;
	background-color: #F00;
}

.form-tpv input[type=checkbox].error + span {
	color: #F00;
}

.form-tpv input[type=radio].error + span {
	color: #F00;
}

div.error {
	color: #F00;
}

/* 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;
}

/*----------BOTONES*/
.btn {
	border: none;
}

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

.btn-success:hover {
	background-color: #580;
	border-color: #000;
	border: 0;
}

/*Blog*/
h1.entry-title {
	font-size: 1.4em;
	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;
}

#frminscripcion h2 {
	padding-left: 15px;
	color: #111;
}

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

.logo_pie {
	max-width: 100%;
}
.logo_fundacionuca {
	width: 32%;
}

/***************** 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: #005877;
	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;
	width: auto;
}

/***************** 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: #005877;
	color: #FFF;
	font-size: .8em;
	padding-top: 15px;
	padding-bottom: 35px;
}

.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: #BCBCBC solid 1px;
}

.footer_icono {
	vertical-align: middle;
	margin: 5px 0;
	margin-right: 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: #111;
	margin-bottom: 15px;
	margin-top: 0;
}

h2.f_detalle_subtitulo {
	padding-left: 0;
	color: #111;
}

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_borrador {
	background-color: #F60;
}

.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*/
.breadcrumb {
	background-color: #FFF;
	font-size: .7em;
	padding-left: 0;
	margin-top: 15px;
	margin-bottom: 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: #005877;
}

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

/*Contenedor filtro en detalle curso*/
.f_detalle_contenedor_filtro span {
	text-align: center;
}

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

.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 .searchsubmit {
	background-color: #005877;
	color: #FFF;
	padding: 7px;
}

.f_detalle_contenedor_filtro .destacado_1, .f_detalle_contenedor_filtro .destacado_2 {
	color: #000;
	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;
}

/*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;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.f_detalle_contenedor_filtro_home .btn-success-home {
	width: 100%;
	padding: 8px 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-destacado {
	width: 100%;
	padding: 8px 15px;
	text-transform: uppercase;
	font-weight: 300;
	border-radius: 0;
	font-size: 14px;
	background-color: #005877;
	color: #FFF;
}

.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;
}

/*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 a {
	color: #333;
	display: block;
	padding: 30px 10px;
	font-size: .8em;
}

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

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

.site-inner {
	padding-top: 15px;
}

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

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

h3.f_home_entradas_titulo {
	color: #111;
}

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 5px #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.3em;
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
}

.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_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 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.3em;
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
}

.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: #C9C9C9;
	padding: 20px 0;
}

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

.f_detalle_print {
	display: none;
}

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

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

.simple-theme.wp-posts-carousel {
	margin-bottom: 25px;
}

/*.slider_formacion .caption-wrap {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000 none repeat scroll 0% 0%;
    color: #FFF;
    opacity: 0.7;
    margin: 0px;
    display: block;
    width: 50%;
    line-height: 1.4em;
}*/
.metaslider .flexslider {
	margin: 0;
}

/*
.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: 50%;
	line-height: 1.4em;
	padding: 25px;
}*/
/*Manitas filtro*/
.f_catalogo_icono_filtro_manita {
	margin-bottom: 10px;
	margin-right: 5px;
}

/*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;
	font-size: 1.3rem;
}

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

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

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

.boton-comparte {
	background-color: #C9C9C9;
	color: #000000;
	padding: 11px;
	cursor: default;
	width: auto;
}

.boton-comparte:hover {
	background-color: #C9C9C9;
	color: #000000;
}

.contenedor_compartir {
	border: #808080 1px solid;
	float: right;
	margin-left: 3px;
}

/*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: #005877;
	padding-top: 25px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: .8em;
	border-bottom: 3px solid #CCC;
}

.f_top_enlaces a {
	color: #FFF;
}

.f_top_enlaces li.li_active a {
	color: #005877;
}

.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;
}

.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: 20px;
}

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

/*Formación Agenda*/
.sidebar .widget {
	padding: 0;
}

/*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;
}

@media (max-width: 1200px) {
	.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;
	}
	
	.f_detalle_contenedor_filtro_home .btn-success-home {
		padding: 15px;
	}
}

@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_contenedor_filtro, 
																											.wrap, 
																											.container_logos_pie, 
																											.container_boletin, 
																											.container_footer, 
																											.breadcrumb, 
																											.f_detalle_cabecera_pestanas, 
																											.f_detalle_pestanas, #turnkey-credit, 
																											.pagination {
		display: none;
	}
	
	#cookie-law-info-again, #cookie-law-info-bar {
		display: none;
	}
	
	#cookie-law-info-bar {
		border: none;
	}
	
	#cookie-law-info-bar span, #cookie-law-info-bar #cookie_action_close_header, #cookie-law-info-bar #CONSTANT_OPEN_URL {
		display: none;
	}
	
	#info_presentacion, #info_programa, #info_documentacion, #info_observaciones, #info_historico, #info_matricularme, .f_detalle_programa {
		display: block;
	}
	
	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 .sub-menu a {
	background-color: #005877;
	color: #FFF;
	padding: 10px;
	border: 0;
}

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

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

.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: 600px;
}

/* 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) {
	.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;
	}
}

/* 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;
}

#enlaceHistorico {
	color: #E87B00;
	font-weight: 300;
}

#enlaceHistorico:hover {
	cursor: pointer;
	color: #E87B00;
	text-decoration: underline;
}

/*Acordeon soy empresa*/
.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
	border: none;
}

.panel-default > .panel-heading-acordeon {
	color: #333;
	background-color: #FFF;
	border-color: #ddd;
	border: none;
	padding: 10px 15px;
}

.panel-acordeon {
	margin-bottom: 20px;
	background-color: #fff;
	border: 0 solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.05);
	box-shadow: 0 0 0 rgba(0,0,0,.05);
	border: none;
}

.panel-group .panel-heading-acordeon + .panel-collapse .panel-body {
	border-top: 0 solid #ddd;
}

.panel-acordeon h1 {
	margin-bottom: 0;
	margin-top: 0;
}

a.parpadea {color:#E87B00;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; }}