@charset "utf-8";

/* CSS Document */
.menu_lateral.desplegado{
	width:auto;
}

body {
	font-family: 'Open Sans';
	background: #fff;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none;
	font-size: 10px;
}

h1,
h2,
h3,
h4,
span,
a,
strong,
input,
p,
table,
th,
td,
td.subrayado,
#programa table td,
label {
	font-family: 'Open Sans';
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 4em;
	color: #1A3D79;
	text-transform: uppercase;
	font-family: 'Spartan', sans-serif;
}

h1 span {
	display: block;
	color: #666;
	font-weight:400;
	font-size:0.5em;
}

h2 {
	font-size: 3em;
	line-height: 2em;
	color: #1A3E7A;
	display: block;
}

p {
	font-size: 1.6em;
	color: #666;
	line-height: 24px;
	margin: 0 0 10px 0;
}

strong {
	color: #333;
	font-weight: 600;
}

.bold_white{
	color:#fff;
	font-weight: bold;
}

.bold_black{
	color:#000;
	font-weight: bold;
}

.semi-bold p{
	font-weight: 400;
}

.flotar_der {
	float: right;
	text-align: right;
}

.flotar_izq {
	float: left;
}

.no_flotar {
	float: none;
	clear: both;
	padding: 30px 0 0 0;
}

p span.negrita {
	color: #333;
	font-family: 'Open Sans';
}

p span.negrita.der {
	float: right;
	text-align: right;
	color:#fff;
}

.ie7 body {
	overflow: hidden;
}

#scroll-wrap {
	width: 100% !important;
	height: auto;
	overflow: hidden !important;
}

#contenedor_seminario {
	width: 100%;
	height: auto;
	overflow: hidden !important;
	margin-bottom: -90px;
}

.bloque-info {
	padding: 20px;
	background: rgba(109, 153, 167, .2);
	min-height: 220px;
}

@media (max-width:1020px) {
	.bloque-info {
		min-height: 250px;
	}
}

.bloque-info h3 {
	text-align: center;
	font-size: 2.2em;
	color: #09364c;
	margin-bottom: 1.5em;
}

@media (max-width:900px) {
	.bloque-info h3 {
		min-height: 55px;
	}
}

@media (max-width:890px) {
	.bloque-info {
		min-height: 280px;
	}
}

@media (max-width:767px) {
	.bloque-info {
		min-height: 150px;
		margin-bottom: 30px;
	}
	.bloque-info h3 {
		min-height: auto;
	}
}

.bloque-info p {
	text-align: center;
}

.marco {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

#contenedor_cabecera {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 90px;
}

#contenedor_cabecera:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #000;
	opacity: .2;
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
}

#cabecera {
	background: #fff;
	display: table;
	height: 90px;
	width: 100%;
}

#cabecera .interior_cabecera {
	display: table;
	height: 90px;
	width: 100%;
}

#contenedor_menu,
#logo,
#botonera_cabecera {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

#logo img {
	/* display: block; */
	width: 176px;
	padding-top: 2px;
}

#contenedor_menu {
	text-align: right;
	display: none;
}

#logo {
	padding-left: 50px;
}

#botonera_cabecera {
	text-align: right;
	display: none;
}

#botonera_cabecera span,
#botonera_responsive span.sitios-lv {
	background: #d7d7d9;
	color: #202d36;
	height: 40px;
	width: 130px;
	font-size: 1.5em;
	margin-right: 20px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

#botonera_cabecera span.sitios-lv .icon-abajo-light,
#botonera_cabecera span.sitios-lv .icon-arriba-light,
#botonera_responsive span.sitios-lv .icon-abajo-light,
#botonera_responsive span.sitios-lv .icon-arriba-light {
	vertical-align: middle;
	margin-left: 5px;
}

#botonera_responsive {
	display: block;
	float: right;
	line-height: 90px;
	height: 90px;
	font-size: 1em;
	margin-bottom: 0;
	margin-right: 20px;
}

#botonera_responsive li {
	/* display: inline-block; */
	height: 90px;
	float: left;
}

#botonera_responsive .lupa,
#botonera_responsive .mundo,
#botonera_responsive .burger {
	font-size: 3em;
	background: #333;
}

#botonera_responsive .icono {
	display: block;
	width: 90px;
	height: 90px;
	background: #fff;
	text-align: center;
	float: left;
	cursor: pointer;
	-webkit-transition: all ease 200ms;
	transition: all ease 200ms;
}

#botonera_responsive .activo .mundo .icono {
	background: #333d47;
}

#botonera_responsive .activo .icono {
	background: #333d47;
	color: #fff;
}

#botonera_responsive .burger_icon {
	padding-top: 35px;
}

#botonera_responsive .burger_icon span {
	display: block;
	width: 30px;
	height: 4px;
	background: #333;
	margin: 0 auto 4px;
	border-radius: 4px;
}


/* MENU ********************/

#menu_principal {
	text-align: right;
}

#menu_principal ul {
	font-size: 1.6em;
	float: right;
	margin-bottom: 0;
}

#menu_principal li {
	display: inline-block;
	position: relative;
	margin-right: -3px;
}

#menu_principal a {
	display: inline-block;
	color: #444;
	text-decoration: none;
	padding: 0 20px;
	line-height: 95px;
}

#menu_principal a:hover,
#menu_principal .activo a {
	background: #ECECEC;
}


/*
#cabecera{
	width:100%;
	height:95px;
	background:#fff;
	position:fixed !important;
	top:0 !important;
	z-index:9 !important;
	border-bottom:solid 1px #eee;
}
#cabecera a.logo{
	width:231px;
	display:block;
	float:left;
	margin:5px 0 0 0;
	padding:20px 0;
}
#cabecera ul#menu{
	float:right;
}
ul#menu li{
	float:left;
	margin:0 0 0 1px;
}
ul#menu li.ultimo{
	float:left;
	margin:0;
}
ul#menu li a{
	color:#333;
	height:100%;
	display:block;
	text-decoration:none;
	padding:0 24px;
	font-size:1.6em;
	line-height:95px;
}
ul#menu li a:hover, ul#menu li a.seleccionado{
	text-decoration:none;
	background:#ececec;
}
*/


#inicio {
	background: #2a606d;
    min-height: 99.95vh;
    padding-top: 92px;
    padding-bottom: 0;
    background: url(../img/banner-completo.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    margin-bottom: 25px;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
} 

#programa {
	margin-bottom: 60px;
}

#programa p,
#contacto p {
	color: #333;
}

.bloques {
	margin-bottom: 30px;
}

.bloques ul li{
	margin-bottom: 10px;
	color: #333;
}

.mundo {
	width:100%;
	height: 100%;
	position: absolute;
	/* opacity: .8; */
	text-align: center;
	transform: rotateY(0deg);
	transition: all ease .3s;
	top: 95px;
}

.mundo img {
	width: 100%;
	width: -webkit-fill-available;
	width: -moz-available;
}

@media (max-width:1070px) {
	.mundo img {
		width: 85%;
	}
}
@media (max-width:767px) {
	.mundo img {
		width: 100%;
	}
}

body.index.IE .franja img {
	height: auto !important;
}

#inicio .franja img {
	width:60%;
	height: 100%;
	object-fit: cover;
	opacity: .7;
}

.mundo.observar--activo {
	opacity: 0;
	transform: rotateY(30deg);
}

#inicio .texto-centrado {
	width: 50%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	top: 32%;
}

#inicio .texto-centrado img {
	width: 100%;
	max-width: 500px;
}

#inicio .texto {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3%;
	width: 70%;
	margin: auto;
}

.figura {
	text-align: right;
}

.figura img {
	/* width: 100%;
	max-width: 900px;
	position: relative;
	right: -15%; */
}

.img-header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#inicio .img-header img {
	position: relative;
	width: 100%;
	min-width: 700px;
	z-index: 9;
}

#inicio h2{
	font-size: 2.4em;
	color:#333;
}

#inicio .logos {
	clear: both;
	margin: 0 0 40px 0;
}

#inicio .logos img {
	float: right;
	margin: 30px 0 0 30px;
	width: auto;
	height: 30px;
}

#contacto form textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eee;
	color: #666;
	font-size: 16px;
	margin: 0 0 15px;
	padding: 15px;
	width: 568px;
}

#captcha iframe {
	margin-bottom: 20px;
}
#form #captcha {
	margin: 20px 0;
	display: inline-block;
}
#form #captcha.invalido {
	border: 1px solid #cc0033 !important;
}
@media (max-width:1240px) {
	.bloque-captcha {
		max-height: 130px;
	}
}
@media (max-width:320px) {
	#captcha {
		transform: scale(.9);
    transform-origin: left;
	}
}

#inicio .figuras {
	position: relative;
	width: 60%;
	height: auto;
	margin: 0;
	left: 0;
	z-index: 0
}

#inicio .fig {
	position: absolute;
	max-width: 100%;
}

#inicio img.titulo {
	width: 300px;
}

a.ver_programa {
	color: #fff;
	text-decoration: none;
	line-height: 42px;
	text-align: center;
	width: fit-content;
	padding: 0 20px;
	background: #cc0033;
	font-size: 1.6em;
	display: block;
	clear:both;
	margin:0 auto;
}

.caja-titulo-expo {
	max-height: 48px;
	margin-bottom: 0 !important;
}

.ubicacion {
	width: 100%;
	text-align: center;
	float: right;
	clear:both;
}

.ubicacion p {
	color: #333;
}

.ubicacion p.nombre {
	margin: 0;
}

.ubicacion a.ver_mapa {
	display: block;
	width: 131px;
	float: right;
	margin:20px 0 0 0;
}

.ubicacion a.ver_mapa img {
	width: 43px;
	height: 43px;
}

.ubicacion a.ver_mapa span {
	color: #67675a;
	font-size: 16px;
	line-height: 40px;
	float: right;
	margin-left: 10px;
}

.ubicacion a.ver_mapa:hover span {
	text-decoration: underline;
}

#logos_managers {
	padding: 10px;
	width: auto;
	margin: auto;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

a.logo_managers {
	padding: 0 11px;
	min-height: 70px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

a.logo_managers img {
	width: 100px;
}

.logo_robeco img {
	padding-bottom: 4px;
}

#contact {
	position: relative;
	top: -50px;
	visibility: hidden;
}

#bienvenida {
	top: 95px;
	z-index: 111;
}

#bienvenida .boton-banner {
	display: inline-block;
    font-size: 1.8em;
    background: #cc0033;
    color: #fff;
    /* border: 1px solid #cc0033; */
    padding: 10px 15px;
    margin: 0 auto 19px;
    text-decoration: none;
    transition: all ease 300ms;
}

@media (max-width:1370px) {
	#bienvenida {
		top: -325px !important;
	}
}

@media (max-width:991px) {
	#bienvenida {
		top: -230px !important;
	}
}

@media (max-width:767px) {
	#bienvenida .boton-banner {
		width: 280px;
	}
}

#bienvenida p{
	color:#000;
}

#bienvenida .columna {
	float: left;
	width: 50%;
	text-align: justify;
	box-sizing: border-box;
	padding:0 15px 0 0;
}

#bienvenida .columna:last-child {
	padding:0 0 0 15px;
}

#bienvenida .personaje_bienvenida_01 {
	position: absolute;
	top: 200px;
	left: 0;
	z-index: 8;
}

#bienvenida .personaje_bienvenida_02 {
	position: absolute;
	top: 200px;
	right: 0;
	z-index: 8;
}

.referencias {
	clear: both;
	margin-top: 40px;
	display: block;
	padding-top: 20px;
}

.uno {
	display: inline-block;
	float: right;
	text-align: right;
}

.cursiva {
	font-style: italic;
	font-weight: 400;
}

.bold {
	font-weight: 400;
}

/* #programa {
	background: #fff url(../img/temp/peces-medio-alrevez.jpg) bottom right no-repeat;
	background-size: 100% auto;
} */

/* #programa {
	background: url(../img/figura.svg) no-repeat;
	background-position: 1255px;
	background-size: 600px;
} */

#programa .columnas-dos {
	width: 55%;
	float: left;
	background-color: #fff;
}

#programa .personaje_programa {
	position: absolute;
	top: 110px;
	right: 0;
	z-index: 8;
}

#programa table {
	width: 100%;
	float: left;
	margin: 10px 0;
	background-color: #fff;
}

#programa table th {
	border: 0;
}

tbody tr:hover td {
	background: none;
}
#programa table td {
	vertical-align: top;
	color: #666;
	font-size: 1.6em;
	border: 0;
	background-color: #fff;
	line-height: 2em;
}

h2.titulos-seminario {
	color: #09364c;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.6em;
}
.titulo-programa {
	color: #56c0ed;
}
.puntos {
	width: 100%;
	display: block;
	border-bottom: 1px dashed #000;
	margin: 20px 0;
}
#programa table td.sub-titulo {
	font-weight: 700;
	color: #56c0ee;
	font-size: 2.1em;
	padding-bottom: 5px;
} 

#programa table td.mini-titulo {
	text-transform: uppercase;
	font-weight: 600;
	color: #56c0ee;
}

#programa table th.vacio {
	background: #fff;
}

#programa table th.titulo-tabla {
	background-color: #ccc;
	text-transform: uppercase;
	font-weight: 700;
}

#programa table strong.texto-destacado {
	font-size: 0.9em;
	font-weight: 700;
}

#programa table td.subrayado {
	width: 50px;
}

#programa table td span.destacado {
	color: #666;
	font-weight: 500;
}

#programa table td span {
	color: #666;
	font-family: 'Open Sans';
}
.expositores {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#expositores {
	background: #f9f9f9;
	padding: 5em 0 !important;
}

.separador-titulo {
	margin-bottom: 30px;
	text-align: left;
	padding-left: 20px;
}

a.ver-text {
	font-size: 1.6em;
	display: block;
	text-align: right;
	margin-bottom: 10px;
	outline: 0;
	text-decoration: none;
}

.separador-titulo h2 {
	font-weight: 600;
	color: #cc0033;
}

.item-primero {
	width: 95% !important;
	display: block !important;
	margin: auto !important;
}

#expositores .item {
	width: 48%;
	height: auto;
	box-sizing: border-box;
	text-align: center;
	padding: 15px;
	display: inline-block;
	vertical-align: text-top;
	margin-bottom: 5%;
}

/*
#expositores .item:first-child{
	padding:0 15px 0 0;
}
*/

#expositores .item img {
	margin: 0 auto;
}
#expositores .item h3 {
	color: #56c0ee;
	font-size: 2.4em;
	text-align: center;
	margin: 20px 0 30px;
	line-height: 1;
}

#expositores h3 span {
	font-size: 16px;
	color: #666;
	display: none;
} 
 
#expositores .item p {
	color: #333d47;
	text-align: justify;
}

#expositores .item h4 {
	color: #eee;
	text-align: center;
}

.expositores.invitado .item {
	width: 100% !important;
}

.expositores.invitado .bloque_texto {
	float: left;
}

#contacto {
	background: #fff;
}

#contacto .formulario_responsivo {
	padding: 20px 0;
}

#contacto form {
	width: 70%;
	float: left;
}

#contacto input {
	color: #666;
	float: none;
	font-size: 1.5em;
	padding: 12px 55px 12px 10px;
	width: 100%;
	border: solid 1px #ddd;
	box-sizing: border-box;
	height: 46px;
	font-family: 'Open Sans';
}

#contacto input:focus,
select:focus,
textarea:focus {
	color: #333;
	border: solid 1px #333;
}

#contacto .textareaContacto {
	color: #666;
	float: none;
	font-size: 1.5em;
	padding: 12px 10px;
	width: 100%;
	border: solid 1px #ddd;
	box-sizing: border-box;
	height: 120px;
	display: block;
	background: #fff;
	font-family: 'Open Sans';
}

#contacto select {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 5px;
	padding: 8px 6px;
	width: 100%;
	border: solid 1px #ddd;
	float: left;
	box-sizing: border-box;
	height: 40px;
}

#contacto option {
	padding: 5px 10px;
}

#contacto option.primera {
	padding: 15px 10px 5px 10px;
}

#contacto option.segunda {
	padding: 5px 10px 15px 10px;
}

#contacto .bloque {
	padding: 0 10px 20px 0;
	width: 70%;
	display: block;
	box-sizing: border-box;
	margin: 0;
}

#contacto .bloque.ultimo {
	padding: 0 0 20px 0;
}

#contacto .bloque.especial {
	clear: both;
	width: 70%;
	padding: 0;
}

#contacto .botonera {
	width: 513px;
}

#contacto .btn.borrar {
	background: #ccc none repeat scroll 0 0;
	margin: 0 10px 0 0;
}

#contacto label {
	color: #333;
	display: block;
	float: none;
	font-size: 1.5em;
	line-height: 28px;
	width: 100%;
}

#contacto .asterisco {
	color: #666;
	float: left;
	font-size: 12px;
	height: 20px;
	line-height: 31px;
	width: 10px;
}

#contacto #nombres {
	background: #fff;
}

#contacto #rut {
	background: #fff;
}

#contacto #telefono_fijo {
	background: #fff;
}

#contacto #email {
	background: #fff;
}

#contacto .error {
	color: #cc0033;
	display: none;
	float: left;
	line-height: 30px;
	padding-left: 0;
	font-size: 1.4em;
}

#contacto .info_obligatorio {
	font-size: 1.4em;
	color: #999;
}

#contacto #errores_form {
	background: #efa3a3;
	padding: 15px;
	color: #9c4242;
	clear: both;
	box-sizing: border-box;
	font-size: 1.6em;
	margin: 20px 0;
}

#contacto .caja_sucursales .ui-accordion-content a:hover {
	text-decoration: none;
}

#contacto .caja_sucursales .ui-accordion-content a.telefono,
.caja_sucursales .ui-accordion-content a.telefono:hover {
	text-decoration: none;
	color: #666 !important;
	float: none;
	margin: 0;
	padding: 0;
}

#contacto .caja_sucursales .ui-accordion-content span.linea {
	padding: 0 5px;
}

#contacto .invalido {
	border: 1px solid #cc0033 !important;
}

#contacto .valido {
	border: 1px solid green !important;
}

#contacto a.btn {
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	float: right;
	font-size: 1.6em;
	box-sizing: border-box;
	width: auto;
}

#contacto a.btn.disabled {
	pointer-events: none;
}

#contacto.respuestas {
	min-height: 740px;
	display: flex;
	align-items: center;
}

#contacto .btn-respuestas {
	margin-top: 40px;
}

#contacto.respuestas .btn.ver_programa {
	background: #cc0033;
	width: auto;
	padding: 10px 25px;
}

.respuesta a.btn {
	padding: 0 20px !important;
}

#contacto a.btn.enviar {
	background: #cc0033;
}

#contacto a.btn.borrar {
	background: #999;
	border-color: #999;
}

#contacto .ubicacion a.ver_mapa {
	margin: 20px 0 0 0;
	display: block;
	width: 130px;
	float: left;
	padding: 0;
}

.respuesta {
	width: 100%;
}

#mapa {
	position: relative;
	top: 0;
	background: #f7f7f7;
	padding:80px 0 0 0;
}

#mapa .personaje_mapa {
	position: absolute;
	right: 80px;
	z-index: 8;
}

#mapa .ubicacion,
#contacto .ubicacion {
	float: left;
	margin:0 0 20px 0;
}

#mapa .ubicacion p {
	color: #666;
	margin: 0;
	text-align: left;
}

#mapa .ubicacion p.nombre {
	font-size: 18px;
	color: #333;
}

a.btn_siguiente {
	width: 61px;
	height: 61px;
	display: block;
	margin: 0 auto;
	clear: both;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	z-index: 8;
}

a.btn_inicio {
	width: 61px;
	height: 61px;
	display: block;
	margin: 0 auto;
	clear: both;
	position: absolute;
	bottom: 130px;
	left: 0;
	right: 0;
}

#pie {
	background: none;
	padding: 0 0 20px 0;
	margin: 60px auto 0;
	clear: both;
}

#pie a.logo_footer {
	width: 122px;
	height: 33px;
	display: block;
	float: left;
	margin: 5px 50px 0 0;
}

#pie p {
	color: #666;
	margin: 0;
	float: left;
	font-size: 1.4em;
	line-height: 20px;
}

#pie p span {
	color: #999;
}

#pie a.tel {
	color: #666;
	text-decoration: none;
}

#nav-mobile {
	display: none;
}

#subir {
	bottom: 40px;
	display: none;
	height: 40px;
	position: fixed;
	right: 0;
	width: 40px;
	z-index: 100;
}

.redes_sociales {
	float: right;
}

.redes_sociales a {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 2.8em;
	text-align: center;
}

.redes_sociales a:hover {
	text-decoration: none;
}

.redes_sociales a.twitter,
.redes_sociales a.linkedin,
.redes_sociales a.instagram {
	background: #333d47;
	margin-right: 5px;
}

.redes_sociales a.instagram {
	margin-right: 0;
}

.redes_sociales a i {
	line-height: 40px;
}

#menu_responsive ul a:hover {
	text-decoration: none;
}

#menu_responsive ul li.activo > a {
	text-decoration: none;
}
.btn-programa {
	width: 100%;
	display: block;
	float: right;
	/* margin: 25px 0; */
	margin-bottom: 6em;
}

.titulo-header {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 0 18px 0;
}

.titulo-header h4 {
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 25px;
}


.alinear-der {
	text-align: right;
}

.caja-respuestas,
.caja-respuestas p {
	text-align: center;
	margin: 0 auto;
	widows: 100%;
}

.caja-respuestas {
	top: 100px;
}

.btn-respuestas {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

.bold ul {
	float: left;
	margin-top: 20px;
}

.cursiva ul {
	float: right;
	clear: both;
	text-align: right;
	margin-top: 20px;
}

.columnas {
	display: block;
	clear: both;
}

.columnas-datos-extra {
	padding-top: 30px;
}

.datos-inferior {
	width: 100%;
	margin-top: 40px;
	display: table;
}

.datos-inferior-izq,
.datos-inferior-der {
	display: table-cell;
}

.datos-inferior-der {
	text-align: right;
	width: 50%;
}

.datos-inferior-izq {
	width: 49%;
}

.datos-inferior-izq p,
.datos-inferior-der p {
	font-style: italic;
}

.datos-inferior-der.datos-cargo p {
	font-style: normal;
	margin-bottom: 0;
}

.datos-inferior-der p span {
	display: block;
}

/* Selector de sitios */

.marco-selector {
	max-width: 860px;
	margin: auto;
}

.marco-selector a {
	color: #acb5bf;
}

.marco-selector a:hover {
	color: #fff;
	text-decoration: underline;
}

.fondo-selector {
	background: url(../img/selector-sitios/fondo-selector.jpg) no-repeat center;
	background-size: cover;
	padding: 25px 0 70px;
	position: fixed;
	width: 100%;
	z-index: 111;
}

.fondo-selector .franja-titulos {
	background: #222c35;
	height: 50px;
	position: relative;
	bottom: -35px;
	z-index: 111;
}

.fondo-selector .sitios-corporativos,
.fondo-selector .redes-sociales {
	width: 30%;
	float: left;
}

.fondo-selector .otros-accesos {
	width: 40%;
	float: left;
}

.fondo-selector h3 {
	color: #fff;
	font-size: 1.8em;
	margin-bottom: 35px;
	position: relative;
	z-index: 111;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.fondo-selector .redes-sociales h3 {
	color: transparent;
}

.fondo-selector li {
	margin-bottom: 5px;
}

.fondo-selector .redes-sociales li:nth-child(3) {
	margin-bottom: 10px;
}

.fondo-selector .redes-sociales li ul li {
	margin-right: 5px;
}

.fondo-selector .item {
	color: #acb5bf;
}

.fondo-selector .item:hover,
.fondo-selector .item.activo {
	color: #fff;
	text-decoration: underline;
}

.contenedor-scorporativos ul,
.contenedor-oaccesos ul {
	height: 120px;
	border-right: 1px solid #495056;
}

.contenedor-scorporativos,
.contenedor-oaccesos,
.contenedor-rsociales {
	max-width: 75%;
	margin: auto;
}

span.icon {
	color: #202d36;
	background: #acb5bf;
	border-radius: 50%;
	font-size: 1em;
	width: 25px;
	text-align: center;
	height: 25px;
	display: inline-block;
	line-height: 26px;
}

span.icon:hover {
	color: #fff;
	transition: all ease 400ms;
}

span.icon-twitter:hover {
	background: #52b9d8;
	transition: all ease 400ms;
}

span.icon.icon-facebook:hover {
	background: #295296;
	transition: all ease 400ms;
}

span.icon-youtube-play:hover {
	background: #e62117;
	transition: all ease 400ms;
}

span.icon-linkedin:hover {
	background: #0077b5;
	transition: all ease 400ms;
}

span.icon-instagram:hover {
	background: #cd486b;
	transition: all ease 400ms;
}

.menu_principal li:nth-child(1) {
	display: none;
}

.redes-sociales ul ul {
	display: block;
	margin-top: 5px;
}

.redes-sociales ul ul li {
	display: inline-block;
}

.botonera span.sitios-lv {
	background: #d7d7d9;
	color: #202d36;
	height: 40px;
	width: 130px;
	font-size: 1.5em;
	margin-right: 20px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

@media (max-width:1040px) {
	.botonera span.sitios-lv {
		padding: 10px 5px;
	}
}

/* header nav li:nth-child(6) {
	display: none;
} */

#botonera span.sitios-lv.activo {
	background: #202d36;
	color: #fff;
}

#botonera span.sitios-lv img {
	margin-right: 10px;
	vertical-align: middle;
	padding-bottom: 2px;
}

#menu_responsive .menu_principal_fase1 a {
	display: block;
	padding: 8px 35px 8px 20px;
	color: #bdc8d2;
}

.sitios-corporativos ul li img,
#menu_responsive .menu_principal_fase1 img {
	margin-right: 10px;
	margin-bottom: 3px;
	vertical-align: middle;
}

.fondo-selector .sitios-corporativos li .item.activo {
	color: #fff;
	text-decoration: underline;
}

#menu_responsive ul.menu_principal_redes {
	margin: 0;
	padding: 10px 0 20px 20px;
}

#menu_responsive .menu_principal_redes li {
	display: inline-block;
	margin-right: 10px;
}

#menu_responsive .menu_principal_redes li a {
	padding: 0;
}

#menu_responsive .menu_principal_redes li span {
	width: 40px;
	height: 35px;
	text-align: center;
	padding-top: 7px;
	font-size: 1.5em;
	margin-left: 0;
	margin-right: 0;
}

.menu_principal_fase1 li:last-child,
.menu_principal_fase1 li.ultimo-especial {
	padding-bottom: 20px;
}

.menu_principal_redes li:last-child,
.menu_principal_fase2 li:last-child {
	padding-bottom: 0;
}

#menu_responsive .accesos-responsive .contacto {
	width: 100%;
	text-align: center;
}

#menu_responsive ul li a span {
	vertical-align: middle;
	float: right;
	margin-right: -20px;
	margin-left: 10px;
}

#menu_responsive ul li a.ui-state-active,
#menu_responsive .menu_principal_fase1 {
	background: #2d3640;
}

.menu_sitios_externos {
	display: none;
}

@media (max-width:992px) {
	.contenedor-scorporativos,
	.contenedor-oaccesos,
	.contenedor-rsociales {
		max-width: 85%;
	}
	#botonera span.sitios-lv {
		margin-right: 0;
	}
}

@media (max-width:767px) {
	.fondo-selector,
	.botonera span.sitios-lv {
		display: none;
	}
	.menu_sitios_externos {
		display: block;
	}
	#inicio .texto-centrado {
		width: 60%;
	}
}

@media (max-width:320px) {
	#menu_responsive .menu_principal_redes li span {
		width: 40px;
		height: 40px;
		padding-top: 7px;
		font-size: 1.5em;
	}
}

/* MEDIA QUERIES */

/* @media (max-width:1450px) {
	.figura img {
		right: -33%;
	}
} */
@media (max-width: 1279px) {
	#fondo_negro {
		display: none;
		background: rgba(0, 0, 0, .50);
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 999;
	}
	/* #inicio .texto {
		right: 50px;
	} */
}
@media only screen and (max-width: 1240px) {
	.oculto-responsive{
		display: none;
	}
	.marco {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 50px;
		position: relative;
		width: 100%;
	}
	#cabecera a.logo {
		display: block;
		float: left;
		width: 231px;
		margin: 5px 0 0 0;
	}
	#menu_principal {
		width: 100%;
		background: none;
		clear: both;
		margin: 0;
		height: 0;
	}
	#nav-mobile {
		display: block;
		float: right;
		width: 32px;
		height: 21px;
		position: absolute;
		right: 50px;
		top: 35px;
		opacity: 1;
	}
	#nav-mobile.nav-active {
		opacity: 1;
	}
	#cabecera ul#menu {
		float: none;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
	}
	ul#menu li {
		float: none;
		margin: 0;
		background: #efeceb;
	}
	ul#menu li.ultimo {
		float: none;
		margin: 0;
	}
	ul#menu li a {
		color: #5d5b61;
		text-decoration: none;
		line-height: 42px;
		border-radius: 0;
		padding: 0;
		width: 100%;
		text-align: center;
		font-size: 20px;
		display: block;
	}
	.normal {
		z-index: 10;
		position: relative;
		top: 96px;
		height: 0;
		overflow: hidden;
		-webkit-transition: height .4s;
		transition: height .4s;
	}
	.abierto {
		z-index: 10;
		position: relative;
		top: 96px;
		height: 220px;
		overflow: hidden;
		-webkit-transition: height .4s;
		transition: height .4s;
	}
	.cuerpo {
		width: 100%;
		height: auto;
		/* position: relative !important; */
		/* top: 0 !important; */
		/* padding: 120px 0; */
		padding-top: 93px;
	}
	/* #inicio .texto {
		position: absolute;
		right: 60px;
		bottom: 0;
	} */
	#bienvenida h2,
	#programa h2,
	#expositores h2,
	#contacto h2,
	#mapa h2 {
		margin: 0 0 20px 0;
	}
	#bienvenida .columnas .columna,
	#bienvenida .columnas .columna.ultimo {
		float: none;
		margin: 0;
		width: auto;
	}
	#programa table {
		width: 90%;
		margin: 0 0 20px 0;
	}
	#programa table td {
		color: #666;
		padding: 8px 10px;
	}
	#programa table td span {
		display: inline;
	}
	.expositores {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	#expositores .item h3 {
		text-align: center;
	}
	#contacto .formulario {
		margin: 0;
		width: 100%;
		height: auto;
	}
	#contacto .respuesta {
		margin: 0;
	}
	.personaje_mapa {
		display: none;
	}
	#pie {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		clear: both;
		margin: 60px auto 0;
		padding: 0 0 20px;
		width: 100%;
	}
	#pie a.logo_footer {
		display: block;
		float: left;
		height: 35px;
		width: 133px;
	}
	#pie p {
		color: #666;
		float: left;
		margin: 0;
	}
	iframe {
		height: 340px;
	}
	#contacto form {
		width: 100%;
		float: none;
	}
	#programa .personaje_programa {
		display: none;
	}
	#bienvenida .columnas .columna {
		padding: 0;
	}
	#bienvenida .texto__horario {
		margin-bottom: -10px;
	}
}
@media only screen and (max-width: 1200px) {
	#inicio .figuras {
		left: -200px;
	}
	#programa {
		background-position: 895px;
	}
}
@media (max-width:1199px) {
	#inicio .img-header img {
		width: 80%;
		min-width: 670px;
	}
	/* #inicio .texto {
		top: 180px;
		width: 100%;
		left: 0;
	} */
	/* .figura img {
		bottom: -590px;
		right: -38%;
	} */
}
@media only screen and (max-width: 1100px) {
	#inicio .figuras {
		left: -350px;
	}
	/* .figura img {
		right: -50%;
	} */
	/* #inicio .texto {
		width: 100%;
		left: 0;
		top: 250px;
	} */
	#programa {
		background-position: 895px;
	}
	/* #programa {
		background: #fff url(../img/temp/peces-medio.png) bottom right no-repeat;
	} */
	/* .img-header{
		width: 50%;
	} */
}
@media only screen and (max-width: 1024px) and (orientation:landscape) {
	.marco {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 50px;
		position: relative;
		width: 100%;
	}
	#bienvenida .columnas .columna {
		float: none;
		width: 100%;
	}
}
@media (max-width:992px) {
	/* #inicio .texto {
		top: 135px;
	} */
	/* .figura img {
		right: 0;
		bottom: -600px;
		max-width: 600px;
	} */
	.figura {
		text-align: center;
	}
	.btn-programa {
		margin: 0 0 25px;
	}
	#inicio .img-header img {
		min-width: auto;
		width: auto;
	}
	#programa .columnas-dos {
		width: 70%;
	}
}
@media only screen and (max-width: 991px) {
	.caja-titulo-expo {
    max-height: 60px;
    margin-bottom: 60px;
	}
	#inicio {
		min-height: 690px;
	}
	#inicio .texto {
		bottom: 16%;
	}
	#inicio .franja {
		left: 0;
		top: -16%;
	}
	#inicio .franja {
    top: 20%;
	}
	/* .figura img {
		right: 0;
		bottom: -710px;
		max-width: 600px;
	} */
}
@media only screen and (max-width: 980px) and (orientation:landscape) {
	.normal,
	.abierto {
		top: 50px;
	}
}
@media only screen and (max-width: 800px) {
	#programa {
		background-position: 500px;
	}
	#expositores .item img {
		width: 100%;
		height: auto;
	}
	#expositores .invitado .item img {
		width: 70%;
		height: auto;
	}
	#inicio .figuras {
		display:none;
	}
	/* #inicio .texto {
		top: 150px !important;
	} */
	/* .figura img {
		bottom: -40%;
		max-width: 470px;
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
	} */
	#inicio h1 {
		float: none;
		text-align:left;
	}
	#inicio h2 {
		float:none !important;
		text-align:center !important;
	}
	a.ver_programa{
		float:none;
		margin:20px auto;
	}
	.ubicacion {
		text-align: center;
		float: none;
	}
	.ubicacion a.ver_mapa {
		float: none;
		margin: 20px auto 0;
	}
	#programa {
		background: #fff;
	}
	/* .img-header{
		width: 60%;
	} */
}
@media only screen and (min-width: 768px) {
	#menu_responsive.desplegado {
		width: 50%;
		top: 90px;
	}
	#menu_responsive {
		top: 90px;
	}
	.menu_lateral {
		top: 90px;
	}
}
@media (max-width:767px) {
	/* .figura img {
		bottom: -40%;
	} */
	#inicio {
		min-height: 650px;
		margin-bottom: -20px;
		padding-top: 65px;
	}
	#inicio .texto {
		bottom: 2%;
	}
	#inicio .texto-centrado {
		top: 26%;
	}
	#inicio .franja {
		top: 7%
	}
	#logos_managers {
		flex-wrap: wrap;
	}
	a.logo_managers {
    width: 25%;
	}
	/* #inicio .texto {
		top: 130px !important;
	} */
	#botonera_responsive span.sitios-lv {
		display: none;
	}
	#programa .columnas-dos {
		width: 100%;
	}
}
@media only screen and (max-width: 736px) and (orientation: landscape) {
	.cuerpo {
		padding: 90px 0;
		min-height: 420px;
		margin: 0;
	}
	#inicio .personaje_principal {
		top: 0 !important;
	}
	#expositores .invitado img {
		width: 40% !important;
	}
	#contacto .bloque {
		width: 50%;
		float: left;
		box-sizing: border-box;
		margin: 0;
	}
	#contacto input {
		width: 98%;
	}
	#nav-mobile {
		top: 20px;
	}
	.normal,
	.abierto {
		top: 71px;
	}
	#bienvenida .columnas .columna {
		padding: 0;
	}
}
@media only screen and (max-width: 680px) and (orientation:landscape) {
	#programa {
		background: #fff;
	}
	.caja-titulo-expo {
		margin-bottom: 10px;
	}
	#contacto a.btn {
		color: #fff;
		text-decoration: none;
		padding: 10px 20px;
		float: right;
		font-size: 1.5em;
		box-sizing: border-box;
	}
	.respuesta a.btn {
		padding: 10px 20px !important;
	}
	.cuerpo {
		width: 100%;
		height: auto;
		padding: 80px 0 100px 0;
		position: relative !important;
		top: 0 !important;
	}
	#inicio h1 {
		margin: 20px 0 0 0;
	}
	#programa table {
		width: 100%;
		margin: 0;
	}
	#programa table td {
		color: #666;
		padding: 7px 10px;
	}
	#programa .caja {
		position: relative;
		z-index: 8;
	}
	#programa .personaje_programa {
		position: absolute;
		right: -50px;
		top: 170px;
		z-index: 8;
	}
	#contacto .formulario {
		margin: 0;
		width: 100%;
		height: auto;
	}
	#contacto .formulario p {
		margin: 0 0 10px 0;
		width: auto;
	}
	#contacto .formulario form {
		margin: 0;
		width: 100%;
		height: auto;
	}
	#contacto form fieldset input,
	#contacto form fieldset textarea {
		background: #fff none repeat scroll 0 0;
		border: 1px solid #eee;
		color: #666;
		font-size: 16px;
		margin: 0 0 15px;
		padding: 10px 4%;
		width: 92%;
	}
	#contacto form textarea {
		background: #fff none repeat scroll 0 0;
		border: 1px solid #eee;
		color: #666;
		font-size: 16px;
		margin: 0 0 15px;
		padding: 15px 4%;
		width: 92%;
	}
	.personaje_mapa {
		position: absolute;
		right: -200px;
		top: -500px;
		z-index: 8;
		width: 300px;
		height: auto;
	}
	#pie {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		clear: both;
		margin: 20px auto 0;
		padding: 0 0 20px;
		width: 100%;
	}
	#pie a.logo_footer {
		display: block;
		float: left;
		height: 33px;
		margin: 5px 50px 0 20px;
		width: 122px;
	}
	#pie p {
		color: #666;
		float: left;
		margin: 0 0 0 20px;
	}
	#cabecera a.logo {
		width: 160px;
		margin: 10px 0 0 0;
	}
	#cabecera a.logo img {
		width: 100%;
	}
	/* #inicio .texto {
		top: 20px;
	} */
	h2 {
		line-height: 1em;
	}
	h1 {
		font-size: 3em;
	}
	h1 span {
		margin: 20px 0 0 0;
	}
	#inicio .personaje_principal {
		left: 50% !important;
	}
	#inicio img.titulo {
		width: 300px;
	}
	.cuerpo {
		padding: 90px 0 100px 0;
		min-height: 400px;
	}
	.ubicacion {
		margin: 77px 0 0 0;
	}
	#logos_managers {
		display: none;
	}
	h2 {
		font-size: 2.6em;
	}
	#programa table {
		width: 100%;
		margin: 0 0 20px 0;
	}
	#pie a.logo_footer {
		float: none;
		margin: 20px auto 10px;
	}
	#pie p {
		float: none;
		margin: 0 auto;
		clear: both;
		text-align: center;
	}
	#pie a.tel {
		color: #fff;
		text-decoration: none;
		background: #3c3c37;
		display: block;
		margin: 10px auto 0;
		padding: 10px;
		width: 200px;
		text-align: center;
	}
}
@media only screen and (max-width: 640px) {
	.bold ul {
		float: none;
	}
	.cursiva ul {
		float: none;
		clear: none;
		text-align: center;
	}
	#contacto .caja-respuestas .btn-respuestas a {
		width: 100%;
		padding: 20px 0;
	}
	.cursiva {
		font-style: normal;
	}
	.referencias {
		text-align: center;
	}
	.uno {
    float: none;
    text-align: center;
    margin-bottom: 15px;
	}
	#inicio img.titulo {
		width: 250px;
	}
	#inicio .texto-centrado {
		width: 80%;
	}
	#inicio .texto-centrado img {
    max-width: 800px;
	}
	#inicio .texto {
		bottom: 20%;
	}

	p,
	#programa table td,
	#contacto label,
	#contacto input,
	#contacto a.btn {
		font-size: 1.7em !important;
		line-height: 1.3em;
	}
	.marco {
		width: 100%;
		position: relative;
		box-sizing: border-box;
		padding: 0 20px;
	}
	#inicio h1 {
		margin: 20px auto 0 auto;
	}
	h1 span {
		color: #fff;
		display: block;
		line-height: 1.2em;
		text-align: left;
	}
	#inicio img.titulo {
		position: relative;
		width: 100%;
		z-index: 8;
		height: auto;
		margin: 0;
		left: 0;
	}
	#logos_managers {
		display: none;
	}

	.personaje_principal,
	.personaje_bienvenida_01,
	.personaje_bienvenida_02,
	.personaje_programa,
	.personaje_mapa {
		display: none;
	}
	img.logo_vigilado {
		clear: both;
		margin: auto;
		display: block;
		padding: 40px 0 0 0;
	}

	p span.negrita.der {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	a.ver_programa {
		background: #cc0033 none repeat scroll 0 0;
		color: #fff;
		float: none;
		line-height: 42px;
		margin: 20px 10%;
		display: block;
		padding: 0;
		text-decoration: none;
		width: 80%;
		text-align: center;
		font-size: 20px;
	}
	.ubicacion {
		clear: both;
		margin: 30px 0 0 0;
		width: 100%;
		text-align: center;
	}
	.ubicacion a.ver_mapa {
		display: block;
		float: none !important;
		margin: 20px auto 0;
		padding: 0 !important;
		text-decoration: none;
	}
	#logos_managers {
    margin-top: 30px;
	}
	a.logo_managers {
    padding: 10px;
	}
	#contacto .ubicacion a.ver_mapa {
		display: block;
		float: left !important;
		margin: 20px auto 0;
		padding: 0 !important;
		text-decoration: none;
	}
	.cuerpo {
		height: auto;
		padding: 100px 0;
		width: 100%;
		position: relative !important;
		top: 0 !important;
	}
	#programa table {
		margin: 0 0 20px 0;
		width: 100%;
	}
	#expositores .item {
		box-sizing: border-box;
		float: left;
		height: auto;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	#contacto .formulario {
		margin: 0;
		width: 100%;
		height: auto;
	}
	#contacto .btn_enviar {
		background: #cc0033 none repeat scroll 0 0;
		border: medium none;
		color: #fff;
		float: right;
		line-height: 42px;
		margin: 10px 0;
		padding: 0;
		text-decoration: none;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 20px;
	}
	iframe {
		height: 250px;
	}
	#pie a.logo_footer {
		display: block;
		float: none;
		height: 35px;
		margin: 5px auto 20px;
		width: 133px;
	}
	#pie p {
		color: #666;
		float: left;
		margin: 0 20px;
		font-size: 14px;
		text-align: center;
	}
	#inicio {
		padding-top: 65px;
	}
	a.btn_siguiente {
		display: none;
	}
	.ubicacion {
		margin: 0 0 20px 0;
	}
	#mapa .ubicacion p {
		text-align: center;
	}
	#pie a.tel {
		width: 100%;
	}
	#nav-mobile {
		right: 20px;
	}
	#bienvenida h2,
	#programa h2,
	#expositores h2,
	#contacto h2,
	#mapa h2 {
		text-align: center;
	}
	#expositores .item img {
		width: 70%;
		height: auto;
	}
	#contacto .bloque {
		box-sizing: border-box;
		float: none;
		margin: 0;
		padding: 0 0 20px 0;
		width: 100%;
	}
	#contacto .bloque.especial {
		margin: 20px 0 0 0;
	}
	#contacto a.btn.borrar {
		float: left;
	}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
	.cuerpo {
		padding: 72px 0 100px;
	}
	#inicio {
		max-height: 500px;
	}
	#inicio img.titulo {
		width: 60%;
		float: none;
		margin: 0 auto;
	}
	#inicio h1 {
		text-align: center;
	}
	h1 span {
		margin: 0;
	}
	.cuerpo {
		min-height: 413px;
		padding: 85px 0 100px;
	}
}
@media only screen and (max-width: 480px) {
	/* #inicio {
		min-height: 620px !important;
	} */
	#inicio .texto-centrado {
		width: 80%;
	}
	#inicio .texto {
		bottom: 10%;
		width: 90%;
	}
	#programa .columnas-dos {
		width: 100%;
	}
	.columnas-datos-extra, .columnas-anfitrion {
    text-align: center;
	}
	.columna-texto {
    padding-bottom: 5%;
	}
	.datos-inferior {
    display: block;
    text-align: center;
	}
	.datos-inferior-izq {
		margin-bottom: 20px;
	}
	.datos-inferior-izq, .datos-inferior-der {
    display: inline-block;
    width: 100%;
    text-align: center;
	}
	/* .figura img {
		max-width: 400px !important;
	} */
	/* #inicio .texto {
    top: 30px !important;
	} */
}
@media only screen and (max-width: 460px) {
	#inicio {
    /* min-height: 525px !important; */
    margin-bottom: -20px;
	}
	#inicio .texto-centrado {
    top: 29%;
	}
	#inicio .texto {
    bottom: 15%;
	}
	#programa .columnas-dos {
		width: 100%;
	}
	.flotar_izq,
	.flotar_der {
		width: 100%;
		text-align: center;
		float: none;
	}
	#inicio .texto-centrado {
    width: 75%;
	}
	/* #inicio .texto {
		top: 70px !important;
	} */
}
@media only screen and (max-width: 410px) {
	.caja-titulo-expo {
		margin-bottom: 60px;
	}
	#inicio .texto-centrado {
    width: 70%;
	}
	#inicio .texto-centrado img {
		max-width: 300px;
	}
}
@media only screen and (max-width: 360px) {
	/* .figura img {
		bottom: -35%;
	} */
	#programa .columnas-dos {
		width: 100%;
	}
	.personaje_principal,
	.personaje_bienvenida_01,
	.personaje_bienvenida_02,
	.personaje_programa,
	.personaje_mapa {
		display: none;
	}
	h2 {
		display: block;
		font-size: 3.6em;
		line-height: 1em;
	}
	a.ver_programa {
		background: #cc0033 none repeat scroll 0 0;
		color: #fff;
		float: none;
		line-height: 42px;
		display: block;
		padding: 0;
		text-decoration: none;
		width: 80%;
		text-align: center;
		font-size: 20px;
	}
	.ubicacion {
		clear: both;
		margin: 50px 0;
		width: 100%;
	}
	p span.negrita.der {
		float: left;
		margin: 10px 0 20px 0;
	}
	.cuerpo {
		height: auto;
		padding: 120px 0 100px;
		width: 100%;
		position: relative !important;
		top: 0 !important;
	}
	#programa table {
		margin: 0 2%;
		width: 96%;
	}
	#contacto .formulario {
		margin: 0;
		width: 100%;
	}
	#contacto .btn_enviar {
		background: #cc0033 none repeat scroll 0 0;
		border: medium none;
		color: #fff;
		float: right;
		line-height: 42px;
		margin: 10px 0;
		padding: 0;
		text-decoration: none;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 20px;
	}
	#mapa .ubicacion,
	#contacto .ubicacion {
		clear: both;
		margin: 0 0 10px;
		width: 100%;
	}
	iframe {
		height: 250px;
	}
	#pie a.logo_footer {
		margin: 5px auto 20px;
	}
	#pie p {
		color: #666;
		float: left;
		margin: 0 20px;
		font-size: 14px;
		text-align: center;
	}
	a.btn_siguiente {
		display: none;
	}
	h2 {
		text-align: center;
	}
	#mapa .ubicacion,
	#contacto .ubicacion {
		text-align: center;
	}
	.ubicacion {
		margin: 20px 0;
	}
	.cuerpo {
		min-height: 120px;
	}
	h2 {
		font-size: 3em;
	}
	#programa table td span.destacado {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.flotar_der {
		float: none;
		clear: both;
	}
	.flotar_izq {
		float: none;
		clear: both;
	}
	.no_flotar {
		float: none;
		clear: both;
		padding: 30px 0 0 0;
	}
	/* #inicio .texto {
		top: 30px !important;
	} */
}
@media (max-width: 320px) {
	.img-header img {
		width: 100%;
	}
	#inicio .texto {
    bottom: 22%;
	}
	#inicio .texto-centrado {
		top: 22%;
		padding: 20px 10px 40px;
		width: 90%;
	}
	#inicio {
    min-height: 550px !important;
	}
	.btn-programa {
		margin-bottom: 0;
	}
}

.texto__banner {
	position: absolute;
	top: 30vh;
	z-index: 100;
	color: white;
	right: 3%;
}

.texto__banner h1 {
	color: white;
	font-weight: 600;
	font-size: 6em;
	line-height: 1.1em;
	margin-top: 0;
	margin-bottom: -10px;
}
.texto__banner h1 span {
	display: block;
	color: white;
	font-weight: 600;
	font-size: 1.2em;
}

.texto__horario {
	color: #09364c;
	margin: 0;
	padding-top: 10px;
	margin-bottom: -10px;
	font-weight: 600;
}

.texto__horario span {
	color: #fff;
}

.texto__img {
	margin-bottom: 10px;
	padding-left: 10px;
}

.contenedor-subtextos {
	display: flex;
}

.contenedor-subtextos img {
	height: 67px;
	position: relative;
	top: 20px;
}


@media (max-width:767px) {
	.contenedor-subtextos {
		justify-content: center;
	}
}

.subtexto__horario {
	background: transparent;
	border:1px solid #fff;
	margin: 0;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 5px;
	margin: 40px 0 0;
	font-size: 16px;
	letter-spacing: .3em;
}

span.texto__año {
	font-weight: 700;
	font-size: 7em;
	margin-bottom: 0.1em;
	color: #09364c;
}

.texto__titulo {
    display: flex;
		align-items: flex-start;
    flex-direction: column;
}

.texto__subtitulo {
	color:#2a606d;
	text-transform: uppercase;
	font-size: 3em;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.texto__subtitulo span {
	font-weight: 700;
}

p.texto__horario {
    text-align: center;
    color: white;
    padding: 1em;
	line-height: 2em;
	/* height: 5.5em; */
	font-weight: 600;
}
p.texto__horario span {
    display: block;
	font-weight: 300;
}
.info_banner {
	background: rgb(9, 35, 42, .74);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	flex-basis:fit-content;
	width: fit-content;
	margin: auto;
}
.info_banner h1 {
	color: white;
}

.caja-subtextos {
	padding: 30px;
}
.caja-subtextos img {
    width: 320px;
    height: 150px;
}

@media (max-width:414px){
	.caja-subtextos img {
		width: 280px;
		height: 130px;
	}
}
/* .franja__horario {
	background:#2a606d;
} */

/* .franja__horario::before {
	content: '';
	background-color: rgba(137, 176, 192, .7);
	display: block;
	width: 100vh;
	height: 100%;
	position: absolute;
	left: -100vh;
	right: -100vh;
} */

/* .franja__horario::after {
	content: '';
	background: #2a606d;
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    right: -35em;
    z-index: -1;
} */

.boton.primario {
    background: #E8454E;
    border-color: #E8454E;
    color: #fff;
}

.btn-inscripcion {
	margin: 2em auto 3em;
	display: flex;
	justify-content: center;
}

#programa table td span.sub-titulo {
    font-weight: 700;
    color: #56c0ee;
    font-size: 1.1em;
    padding-bottom: 5px;
}

@media (max-width: 1366px) {
	#inicio .franja img {
		width: 80%;
	}
}

@media (max-width: 1280px) {
	
}

@media (max-width: 991px){
	p.texto__horario {
		margin-bottom: 0;
	}
	#inicio .franja img {
		width: 100%;
	}
	.texto__banner h1 {
		margin-bottom: -5px;
		font-size: 5em;
	}
	.texto__banner {
    top: 18vh;
	}
	.texto__titulo {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	span.texto__año {
		font-size: 6em;
	}
}
@media (max-width: 768px){
	.texto__subtitulo {
		font-size: 2.5em;
	}
	.texto__banner h1 {
		font-size: 5em;
	}
	span.texto__año {
		font-size: 6em;
		line-height: 1em;
	}
	
	.texto__banner {
		top:25vh;
	}
	#programa table td span.sub-titulo {
		padding-bottom: 0;
		margin-bottom: -5px;
		display: block;
	}
}
@media (max-width: 767px){
	.texto__banner {
		top: 15vh;
	}
}
@media (max-width: 600px){
	.texto__banner h1 {
		font-size: 4em;
	}
	span.texto__año {
		font-size: 5em;
	}
}
@media (max-width: 480px){
	.texto__subtitulo {
		font-size: 1.5em;
	}
	.texto__banner h1 {
		font-size: 3em;
	}
	span.texto__año {
		font-size: 4em;
	}
	/* .texto__banner {
		top: 26vh;
	} */
	.cuerpo {
		padding: 0;
	}
}
@media (max-width: 360px){
	.texto__banner h1 {
		font-size: 2.5em;
	}
	span.texto__año {
		font-size: 3.5em;
	}
	#inicio {
		min-height: 525px !important;
	}
	#bienvenida .texto__horario {
		margin-bottom: 5px;
	}
	#bienvenida {
    top: -128px !important;
	}
	.texto__horario {
		font-size: 2.6em;
	}
	.texto__banner {
		right: 10%;
		top: 18vh;
	}
	.contenedor-subtextos img {
		height: 50px;
	}
	.mundo img {
    width: 115%;
	}
}

#programa table td.mini {
	display: none;
}