* {
    margin: 0px;
    padding: 0px;
}
body{
	background: #fff;
	padding: 0 !important;
	overflow-x: hidden;
	margin: 0 !important;
}
div.ps-toolbar {
  background-color: #0088BC !important;
}
h2{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: 700;
	margin: 15px 0;
	text-align: center;
}
h3, .titulo-interno h4{
	background: url("../img/bg-title.png") center bottom no-repeat;
	display: inline-block;
	color: #ef6e52;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-style: italic;
	font-weight: 400;
	margin: 40px auto 20px;
	padding-bottom: 15px;
	text-align: center;
	width: 100%
}
h4, .contenido h3 {
	background: url("../img/bg-title.png") center bottom no-repeat !important;
	display: inline-block;
	display: block;
	color: #ef6e52;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: 700;
	margin: 10px 0;
	text-align: left;
	width: 100%
}
h4{background: none !important;}
b,strong {
	color: #666666;
	font-weight: 700;
}
img{
	border: 0 !important;
}
#men:checked ~ .move {
	margin-left: -70%;
	transition: all 0.5s;
}
#men:checked ~ .header__enlaces {
	margin-left: 70%;
	transition: all 0.5s;
}
/* A */
.agenda__block {
	padding-top: 40px;
}
.agenda__block .fecha {
	background: #f0f0f0;
}
.agenda__desarrollo {
	margin: 0px auto;
	max-width: 1200px;
}
.agenda__desarrollo ul{
	margin-top:30px !important;
	padding:0px !important;
}
.agenda__desarrollo ul li{
	border-bottom:1px solid #CCC;
	border-left:0px !important;
	display: table;
	margin: 0 auto !important;
	padding: 0px !important;
	width: 100%;
}
.agenda__desarrollo ul li div{
	display: inline-block;
	vertical-align: middle;
}
.agenda__desarrollo ul li .fecha{
	display: table-cell;
	font-size: 28px;
	padding-right:10px;
	text-align: center;
	width: 20%;
}
.agenda__desarrollo ul li .color0{
	border-right:5px solid #EF6E51;
	color: #EF6E51;
}
.agenda__desarrollo ul li .color1{
	border-right:5px solid #5A5E60;
	color: #5A5E60;
}
.agenda__desarrollo ul li .color2{
	border-right:5px solid #002930;
	color: #002930;
}
.agenda__desarrollo ul li .color3{
	border-right:5px solid #DB8849;
	color:#DB8849;
}
.agenda__desarrollo ul li .color4{
	border-right:5px solid #B23434;
	color:#B23434;
}
.agenda__desarrollo ul li .desarrollo{
	padding: 20px 0 20px 20px;
	width:  75%
}
.agenda__desarrollo ul li .desarrollo h3{
	color: #ef6e52;
    font-family: 'Lato', sans-serif;
    font-size: 1.7em;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 20px 0 !important;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;

	padding:0px;
	text-align: left !important;
	background: none !important;
	margin:0px !important;
}
.agenda__desarrollo ul li .desarrollo p{
	margin:10px 0px !important;
	text-align: left !important;
	width: 100% !important;
}
.agenda__desarrollo ul li .desarrollo .hora{
	display: block;
	color:#002930;
	font-size:13px;
	margin: 0px;

}
.agenda__desarrollo ul li .desarrollo .lugar{
	font-weight:bold;
}
.agenda__lista .agenda__lista--nav ul {
  box-sizing:border-box;
  display: block;
  padding: 0px;
  text-align: center;
}
.agenda__lista .agenda__lista--nav ul li {
  border-left:none !important;
  box-sizing:border-box;
  display: inline-block;
  list-style: none;
  padding: 10px;
  vertical-align: top;
  width: 23%;
}
.agenda__lista .agenda__lista--nav ul li img{
	width: 100%;
}
.agenda__selectores{
	text-align: center;
}
.agenda__selectores h4, .agenda__selectores select{
	box-sizing:border-box;
	display: inline-block;
	vertical-align: top;
	width: 23%;
}
.agenda__selectores select{
	background: #E0E0E0;
	color:#666;
	padding:10px;
	font-size: 15px;
}
.agenda__selectores h4{
	padding: 0px 10px;
	margin: 0px !important;
	text-align: right;
	font-size: 1.3em;
}
/* B */
.boleteriainterna {
  padding-top: 40px;
}
.u__input,
.boleteria select,
.boleteria__personal--box input[type=button],
.boleteria__personal--box input[type=text],
.boleteria__personal--box input[type=number],
.boleteria__personal--box input[type=email],
.boleteria__personal--box input[type=submit],
.boleteria__personal--box select,
.boleteria__entradas ul li select {
  display: block;
  height: 40px;
  border-radius: 8px;
  width: 95%;
  border: 1px solid #bcb0b0;
  padding: 0 0 0 15px;
  border-radius: 8px;
}
.u__input:hover,
.boleteria select:hover,
.boleteria__personal--box input[type=button]:hover,
.boleteria__personal--box input[type=text]:hover,
.boleteria__personal--box input[type=number]:hover,
.boleteria__personal--box input[type=email]:hover,
.boleteria__personal--box input[type=submit]:hover,
.boleteria__personal--box select:hover,
.boleteria__entradas ul li select:hover,
.u__input:focus,
.boleteria select:focus,
.boleteria__personal--box input[type=button]:focus,
.boleteria__personal--box input[type=text]:focus,
.boleteria__personal--box input[type=number]:focus,
.boleteria__personal--box input[type=email]:focus,
.boleteria__personal--box input[type=submit]:focus,
.boleteria__personal--box select:focus,
.boleteria__entradas ul li select:focus,
.u__input:active,
.boleteria select:active,
.boleteria__personal--box input[type=button]:active,
.boleteria__personal--box input[type=text]:active,
.boleteria__personal--box input[type=number]:active,
.boleteria__personal--box input[type=email]:active,
.boleteria__personal--box input[type=submit]:active,
.boleteria__personal--box select:active,
.boleteria__entradas ul li select:active {
  outline: none;
}
.boleteria__personal--box select{
	width: 99%;
}
.boleteria #vlrTotBol {
  font-size: 29px;
}
.boleteria form {
  padding: 25px;
}
.boleteria form h3 {
  font-weight: 700;
  margin: 25px 0 12px;
  font-size: 1.3em;
  color: $red;
  width: 100%;
}
.boleteria form p {
  width: 100%;
  font-size: 1.2em;
  color: #615546;
  margin-bottom: 20px;
}
.boleteria form label {
  font-weight: bold;
  margin: 8px 0 8px 15px;
  display: block;
  color: #615546;
}
.boleteria__personal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .boleteria__personal {
    margin-top: 30px;
  }
}
.boleteria__personal p {
  margin-bottom: 20px;
}
.boleteria__personal h3 {
  color: #ef6e52;
  font-size: 40px !important;
  margin-top: 10px;
  margin-bottom: 15px !important;
}
.boleteria__personal--box {
  margin: 1%;
  width: 48%;
}
@media screen and (max-width: 600px){
	.boleteria__personal--box {
    margin: 1% auto;
    width: 90%;
}
}

.boleteria__personal--box input[type=submit] {
  background: #76af29;
  color: #fff;
  cursor: pointer;
  margin-top: 25px;
}
.boleteria__entradas h3 {
  color: #ef6e52;
  font-size: 1.5em;
  padding-bottom: 15px !important;
}
.boleteria__entradas ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.boleteria__entradas ul li {
  list-style: none;
  margin: 1%;
  width: 48%;
}
.boleteria__entradas ul li h3 {
  margin-bottom: 0.5em;
  padding: 0;
}
.boleteria__entradas--pago .boleteria__entradas--acepto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
}
.boleteria__entradas--pago .boleteria__entradas--acepto label {
  padding-right: 1em;
}
.boleteria__entradas--pago input[type="submit"] {
  background: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 10px auto;
  max-width: 300px;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  width: 100%;
}
.boleteria__entradas--pago input[type="submit"]:hover {
  background: #ef6e52;
  color: #fff !important;
}
.boleteria__entradas--pago input {
  background: $red;
  cursor: pointer;
}
.boleteria__entradas--pago input:hover {
  background: #fff;
  color: #ef6e52 !important;
  border: 1px solid #ef6e52 !important;
  font-weight: bold !important;
}
.boleteria__proceso h3 {
  color: #ef6e52;
  font-size: 1.5em;
  margin: 15px 0px 0px 0px;
  padding-bottom: 20px;
}
.boleteria__entradas h3 {
  margin: 20px 0px 0px 0px;
}
.boleteria__proceso--terminos {
  border: 1px solid #ccc;
  padding: 1em;
  overflow-y: auto;
  margin-top: 15px;
}
/* C */
.contenido .modulos__botonera ul {
  display: block;
  padding: 0px;
  font-size: 0;
  margin: 0 auto;
  padding: 10px 0 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contenido .modulos__botonera ul li {
	border: 0;
	cursor: pointer;
	display: inline-block;
	list-style: none;
	height: 32px;
	position: relative;
	padding:0;
	margin: 0 1.5%;
	min-width: 200px;
	max-width: 220px;
	vertical-align: top;
	width: 22%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contenido .modulos__botonera ul li:after {
	background: #e0e0e0;
	background: -webkit-radial-gradient(#e0e0e0, #fff, #fff);
	background: -o-radial-gradient(#e0e0e0, #fff, #fff);
	background: -moz-radial-gradient(#e0e0e0, #fff, #fff);
	background: radial-gradient(#e0e0e0, #fff, #fff);
	content: ' ';
	position: absolute;
	display: block;
	top: 30px;
	height: 24px;
	width: 100%;
	z-index: 1;
}
.contenido .modulos__botonera ul .checked {
  background: url("../img/asset-agenda.png") #D25D13;
}
.contenido .modulos__botonera ul .checked a{
  background: #EF6E52;
}
.contenido .modulos__botonera ul li a{
	background: #002930;
	color: #fff;
	display: block;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: 300;
	position: absolute;
	height: 32px;
	margin: 0;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	right: 0;
	top: 0;
	text-shadow: rgba(255,255,255,1) 0 0 0em;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:         all 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contenido .modulos__botonera ul li a:after {
	background: #e0e0e0;
	background: -webkit-radial-gradient(#40454C, #131314, #131314);
	background: -o-radial-gradient(#40454C, #131314, #131314);
	background: -moz-radial-gradient(#40454C, #131314, #131314);
	background: radial-gradient(#40454C, #131314, #131314);
	border-left: 2px solid #f5aa3b;
	border-top: 2px solid #EE8D6B;
	border-right: 2px solid #EF6E52;
	border-bottom: 2px solid #EF6E52;
	content: ' ';
	position: absolute;
	display: block;
	top: -1px;
	left: -12px;
	height: 34px;
	width: 34px;
	z-index: 1;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari */
	transform: rotate(45deg);
	-webkit-transition: all 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:         all 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contenido .modulos__botonera ul li a:before {
	background-image: url("../img/asset-botonera.png");
	content: ' ';
	position: absolute;
	display: block;
	top: 4px;
	left: -5px;
	height: 25px;
	width: 25px;
	z-index: 2;
}
.contenido .modulos__botonera ul li:nth-child(2) a:before {background-position: 0 -25px;}
.contenido .modulos__botonera ul li:nth-child(3) a:before {background-position: 0 -50px;}
.contenido .modulos__botonera ul li:nth-child(4) a:before {background-position: 0 -75px;}
.contenido .modulos__botonera ul li:hover > a {
  text-shadow: rgba(255,255,255,0.2) 0 0 20em;
  -webkit-transition: all 3000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:         all 3000ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contenido .modulos__botonera ul li:hover > a:after {
	-webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:         all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transform: rotate(135deg); /* IE 9 */
	-webkit-transform: rotate(13deg); /* Safari */
	transform: rotate(135deg);
}
.centrar {
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
.conferencistas {
	display: block;
	text-align: center;
	vertical-align: top;
}
.conferencistas__shadow {
	background: url("../img/shadow-autor-left.png") right top repeat-y;
	height:400px;
	position: absolute;
	width: 340px;
	z-index: 2;
}
.conferencistas__shadow-r {
	background: url("../img/shadow-autor-right.png") left top repeat-y;
	right: 0;
}
.conferencista__section {background: url("../img/shadow-autor.png") bottom center no-repeat;}
.conferencista__section figure {
	display: inline-block;
	position: relative;
	height: 230px;
	margin: 40px 0;
	vertical-align: top;
	width: 230px;
}
.conferencista__section figure div {
	background: url("../img/front-autor.png") center top no-repeat;
	height: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	z-index: 2;
}
.conferencista__section figure div, .conferencista__section figure img {
	display: block;
	position: absolute;
	height: 96%;
	margin: 2%;
	width: 96%;
}
.conferencista__section .conferencista__section--text {
	display: inline-block;
	height: 230px;
	padding-top: 70px;
	text-align: left;
	width: 460px;
}
.conferencista__section .conferencista__section--text p {
	color: #5A5E60;
	display: block;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: 400;
	margin: 0 5px 0 15px;
}
.conferencista__section .conferencista__section--text a {
	color: #ef6e51;
	font-size: 21px;
	margin: 0;
	padding: 5px 0 7px;
	text-align: left;
	width: 100px;
}
/* ------------------------------------------- MODULO DE CONFERENCISTAS  -------------------------------------*/

.conferencistas__interno li , .conferencistas__lista li{
	border-left:none !important;
}
.conferencistas__interno .conferencistas__agenda ul {
  display: block;
  padding: 0;
  text-align: center;
}
.conferencistas__interno .conferencistas__agenda ul li .conferencistas__agenda--before,
.conferencistas__interno .conferencistas__agenda ul li .conferencistas__agenda--after {
  display: block;
  width: 100%;
}
.conferencistas__interno .conferencistas__agenda ul {
	background-image: url('../img/sombra-agenda.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	margin: 0;
	padding-bottom:20px;
}
.conferencistas__interno .conferencistas__agenda ul li{
	margin-bottom:15px;
	list-style-type: none;
}
.conferencistas__interno .conferencistas__agenda ul li div{
	padding:.5em 0;
}
.conferencistas__interno .conferencistas__agenda ul li .conferencistas__agenda--before{
	border-bottom:1px solid #CCC;
}
.conferencistas__interno .conferencistas__agenda ul li .conferencistas__agenda--before .conferencia{
	font-weight: bold;
	text-align:  left;
	width: 68%;
}
.conferencistas__interno .conferencistas__agenda ul li .conferencistas__agenda--before .dia{
	color:#EF6E52;
	text-align: right;
	width: 30%;
}
.conferencistas__interno .conferencistas__agenda ul li .conferencistas__agenda--after .lugar{
	text-align: left;
	width: 68%;
}
.conferencistas__interno .conferencistas__agenda ul li .conferencistas__agenda--after .hora{
	text-align: right;
	width: 30%;
}
.conferencistas__interno .conferencistas__agenda ul li .conferencistas__agenda--before div,
.conferencistas__interno .conferencistas__agenda ul li .conferencistas__agenda--after div {
  display: inline-block;
  padding: 0px;
  vertical-align: top;
}
.conferencistas__interno .conferencistas__interno--desc div,
.conferencistas__interno .conferencistas__interno--desc figure {
  display: inline-block;
  vertical-align: top;
}
.conferencistas__interno .conferencistas__interno--desc div {
  margin-left: 20px;
  width: 700px;
}
.conferencistas__interno .conferencistas__interno--desc div p {margin: 0 0 10px !important;}
.conferencistas__interno .conferencistas__interno--desc figure {
  margin: 0;
  padding: 0;
  max-width: 230px;
}
.conferencistas__interno .conferencistas__interno--desc figure figcaption a {
  background:#EF6E52;
  color:white;
  display: block;
  padding: 0;
  text-align: center;
  width: 100%;
}
.conferencistas__interno .conferencistas__interno--desc figure figcaption span {
  display: block;
  text-align: center;
  width: 100%;
}
.conferencistas__interno .conferencistas__interno--desc figure img {
  width: 100%;
}
.conferencistas__interno .conferencistas__relacionados h4, .conferencistas__interno .conferencistas__agenda h4{
	text-align: center;
	margin: 20px 0;
}
.conferencistas__interno .conferencistas__relacionados ul {
  display: block;
  padding: 0px;
  position: relative;
  text-align: center;
}
.conferencistas__interno .conferencistas__relacionados ul li {
  box-sizing:border-box;
  display: inline-block;
  margin: 0;
  padding: 20px 50px;
  vertical-align: top;
  width: 48%;
}
.conferencistas__interno .conferencistas__relacionados ul li figure{margin: 0 auto !important;}
.conferencistas__interno .conferencistas__relacionados ul li:first-child {
  border-right: 1px solid #ccc;
}
.conferencistas__interno .conferencistas__relacionados  .contenido p {
	margin: 0 !important;
	text-align: center;
	min-height: 100px;
}
.conferencistas__interno .conferencistas__relacionados  .contenido h3 {
	background: none !important;
	padding: 0;
}
.conferencistas__interno .conferencistas__relacionados  .contenido a {color: #004C63; font-weight: 700;}
.conferencistas__lista .conferencistas__lista--desc h2{
	color: #ef6e52;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    margin: 15px 0;
    text-align: left;
}
.conferencistas__lista .conferencistas__lista--desc a{
	color: #004C63;
	display: block;
	font-weight: 700;
	margin:1em auto;
	position: relative;
	text-align: left;
	width: 100%;
}
.conferencistas__lista .conferencistas__lista--desc a:after{
	content: ' ';
	position: absolute;
	margin: 0;
	width: 0;
	top: 4px;
	left: 65px;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 15px solid #004C63;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.conferencistas__lista .conferencistas__lista--desc  p{
	display: block;
	margin: 0px !important;
	text-align: left;
}
.conferencistas__lista .conferencistas__lista--desc ul {
  display: block;
  padding: 0px;
  text-align: center;
}
.conferencistas__lista .conferencistas__lista--desc ul li {
  border-bottom: 1px solid #ccc;
  display: block;
  margin: 1em 0;
  padding:0px 0px 15px 0;
  position: relative;
}
.conferencistas__lista .conferencistas__lista--desc ul li div {
  margin-left: 20px;
  width: 700px;
}
.conferencistas__lista .conferencistas__lista--desc ul li figure,
.conferencistas__lista .conferencistas__lista--desc ul li div {
  display: inline-block;
  vertical-align: top;
}
.conferencistas__lista .conferencistas__lista--desc ul li figure, .conferencistas__interno .conferencistas__relacionados ul li figure {
  height:195px;
  margin: 0px;
  max-width: 200px;
  padding: 0px;
  position:relative;
  overflow: hidden;
  width: 100%;
}
.conferencistas__lista .conferencistas__lista--desc ul li figure .in-mask, .conferencistas__interno .conferencistas__relacionados ul li figure .in-mask {
	width: 85%;
	height: 120%;
}
.conferencistas__lista .conferencistas__lista--desc ul li figure .mask,  .conferencistas__interno .conferencistas__relacionados ul li figure .mask {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width: 200px;
}
.conferencistas__lista .conferencistas__lista--nav ul {
  display: block;
  padding: 0px;
  text-align: center;
}
.conferencistas__lista .conferencistas__lista--nav ul li {
  display: inline-block;
  list-style: none;
  padding: 10px;
  vertical-align: top;
  width: 22%;
}
.conferencistas__lista .conferencistas__lista--nav ul li img{
	width: 100%;
}
/* -----------------------------------------------------------------------------------------------------------*/


.congresos {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	height: auto;
	font-size: 0;
	vertical-align: top;
	width: 100%;
}
.congresos .congreso_uno, .congresos .congreso_dos {
	color: #fff;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: 300;
	height: 255px;
	position: relative;
	background-color: black;
	vertical-align: top;
	width: 50%;
}
.congresos .congreso_uno {
	border-top: 5px solid #ef6e52;
	border-bottom: 5px solid #ef6e52;
	background: url("../img/bg-congreso-uno.jpg") center no-repeat;
	background-size: cover;
	text-align: right;
}
.congresos .congreso_dos {
	border-top: 5px solid #c2cccc;
	border-bottom: 5px solid #c2cccc;
	background: url("../img/bg-congreso-dos.jpg") center no-repeat;
	background-size: cover;
	text-align: left;
}
.congresos .congreso_uno .congreso__uno--ctn{
	margin: 0 0 0 auto;
	width: 510px;
}
.congresos .congreso_dos .congreso__dos--ctn {
	margin: 0;
	width: 510px;
}
.congresos .congreso_uno .congreso__uno--ctn figure, .congresos .congreso_dos .congreso__dos--ctn figure {padding: 22px 40px 3px;}
.congresos .congreso_uno .congreso__uno--ctn p, .congresos .congreso_dos .congreso__dos--ctn p {margin: 10px 50px 6px; text-align: center;}
.contenido {
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 20px;
	font-weight: 400;
	height: auto;
	margin: 0 auto;
	padding-top: 0;
	position: relative;
	width: 94%;
}
.contenido p {
	margin: 10px 30px !important;
	text-align: justify;
	width: auto !important;
}
.contenido p img {padding: 15px;}
.contenido h3 {
	background: none;
	text-align: center;
	font-size: 25px;
}
.contenido h4, .titulo-interno h4 {
	font-size: 20px;
	margin: 20px auto 10px 30px;
}
.contenido a {
	color: #f08e6c;
	text-decoration: none;
}
.contenido ul,
.contenido ol {
	margin: 0 auto;
	padding: 0 0 0 70px;
	list-style-image: none;
	list-style-type:none;
}
.contenido ul li,
.contenido ol li {
	border-left: 20px solid #ef6e51;
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	margin: 5px 0;
	padding: 1px 17px 1px 17px;
}
.contenido .btn-agenda {
	margin: 0 auto;
	max-width: 450px;
	width: 100%;
}
.contenido .periodistas{
  box-sizing: border-box;
  display: block;
  padding: 0 0 20px 0;
  min-width: 320px;
}
.contenido .periodistas .error{
  height: 35px;
  z-index: 2;
}
.contenido .periodistas label{
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  float: left;
  position: relative;
  position: relative;
  padding: 8px 0 4px;
  vertical-align: bottom;
  text-align: left;
  width: 100%;
}
.contenido .periodistas h3 {margin: 30px 0;}
.contenido .periodistas h4 {text-transform: uppercase;}
.contenido .periodistas textarea, .contenido .periodistas input[type=text], .contenido .periodistas input[type=file], .contenido .periodistas input[type=mail], .contenido .periodistas input[type=email], .contenido .periodistas input[type=number], .contenido .periodistas select{
  border: 1px solid rgba(239,110,81,0.2);
  background: #f2f2f2;
  color: #949494;
  display: block;
  font-family: 'Lato', sans-serif !important;
  font-style: italic;
  margin: 5px 0;
  padding: 10px 3%;
  width: 94%;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contenido .periodistas input[type=radio]{
  display: block;
}
.contenido .periodistas select{
  background: url("../img/ico-select.png") 97% center no-repeat #f2f2f2;
  width: 100%;
}
.contenido .periodistas input[type=button]{
    border: 0;
    background-color: #dc624e;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    padding: 6px 30px 8px;
    margin: 0 5px;
    text-decoration: none;
    top: 4px;
}
.contenido .periodistas .send{
	background: url("../img/bg-enlace-one.png") right center no-repeat #7c2e25;
	border: 0;
	display: block;
	font-family: 'lato', sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: 700;
	color: #f08c6b;
	padding: 15px 60px 15px 40px !important;
	margin: 0 auto;
	text-transform: uppercase;
}
/* E */
.enlace a, .enlace_dos a, .enlace_tres a {
	background: url("../img/bg-enlace-one.png") right center no-repeat #7c2e25;
	color: #f08c6b;
	display: block;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 26px;
	font-weight: 400;
	height: auto;
	padding: 5px 25px 7px 5px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 150px !important;
	text-align: center;
	text-decoration: none;
	width: auto;
	z-index: 9;
}
.enlace a:hover {
	text-shadow: #fff 0em 0em 1em;
	transition: all 0.3s;
}
.enlace_dos a {
	background: url("../img/bg-enlace.png") right center no-repeat;
	padding: 5px 10px 7px;
}
.enlace_dos a:hover {
	background: url("../img/bg-enlace-hover.png") right center no-repeat;
}
.enlace_tres a {
	background: url("../img/bg-enlace-tres.png") center top no-repeat;
	color: #fff;
	padding: 5px 15px 10px;
	font-size: 16px;
	width: 50px;
}
.enlace_tres a:hover {
	background: url("../img/bg-enlace-tres-hover.png") center top no-repeat;
}
/* F */
.footer {
	border-bottom: 10px solid #ef6e52;
	background: rgba(215,225,225,0.55);
	background-size: cover;
	color: #808d9f;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin-top: 45px;
	margin-bottom: 60px;
}
.footer .footer__llegar{
	color: #fff;
	font-size: 15px;
	background-color: rgba(248,188,159,0.3);
	text-align: center;
}
.footer .footer__llegar div {
	margin: auto;
	padding: 25px 5px;
}
.footer .footer__llegar div p {
	color: #525b66;
	margin: auto;
	padding: 0;
}
.footer .footer__llegar figure, .footer .footer__llegar figure img {
	max-width: 315px !important;
}
.footer .footer__llegar .footer__llegar--form figure, .footer .footer__llegar .footer__llegar--form div {
	display: inline-block;
	vertical-align: middle;
	margin: 4px;
	padding: 0;
	text-align: left;
	width: auto;
}
.footer .footer__llegar .footer__llegar--form div {width: 230px;}
.footer .footer__llegar .footer__llegar--form div p {
	color: #ef6e52;
	font-weight: 400;
	text-align: left;
}
.footer .footer__llegar .footer__llegar--form div input[type="text"] {
	background-color: rgba(0,0,0,0);
	border: 0;
	border-bottom: 1px solid rgba(239,110,82,0.5);
	color: #999;
	font-size: 13px;
	width: 200px;
}
.footer .footer__llegar .footer__llegar--form div input[type="submit"] {
	background: url("../img/bg-submit.png") left center no-repeat;
	border: 0;
	width: 20px;
}
.footer .footer__menu {font-size: 0;}
.footer .footer__menu .footer__redes {
	display: inline-block;
	margin: 20px auto;
	position: relative;
	vertical-align: top;
	width: 30%;
}
.footer .footer__menu .footer__redes a {
	display: inline-block;
	height: 25px;
	padding: 0 4px !important;
	overflow: hidden;
	vertical-align: middle;
	text-decoration: none;
	width: 25px;
}
.footer .footer__menu .footer__redes img {
	position: relative;
	top: -51px;
	width: 25px;
}
.footer .footer__menu .footer__redes img:hover {
	opacity: 0.6;
}
.footer .footer__menu .footer__app{
	display: inline-block;
	font-size: 13px;
	margin: 15px auto;
	width: 70%;
}
.footer .footer__menu .footer__app a,
.footer .footer__menu .footer__app p {
	vertical-align: middle;
	margin: 0 2px;
}
.footer .footer__menu .footer__app p, .footer .footer__menu .footer__app a {
	display: inline-block;
	max-width: 250px;
	text-align: right;
	padding: 0;
	margin: 0;
	margin-right: 10px;
}
.footer .footer__menu .footer__app img {
	margin: 5px 0 0;
	border: 0;
}
.footer .footer__menu .footer__app img:hover {opacity: 0.8;}
.footer .footer__menu .forter__menu--nav {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 15px 0;
	width: 75%;
}
.footer .footer__menu .forter__menu--nav, .footer .footer__menu .forter__serv--nav, .footer .footer__menu .forter__enlaces {
	color: #ef6e52;
	display: inline-block;
	font-size: 13px;
	padding: 10px 0;
	vertical-align: top;
}
.footer .footer__menu .forter__menu--nav {width: 75%;}
.footer .footer__menu .forter__serv--nav {width: 25%;}
.footer .footer__menu .forter__enlaces{
	text-align: center;
	width: 100%
}
.footer .footer__menu .forter__serv--nav ol li {
	display: block;
	font-weight: 400;
	height: auto;
	margin-right: 15px;
	vertical-align: top;
	width: auto;
}
.footer .footer__menu .forter__enlaces ol li {
	display: inline-block;
	border-left: 1px solid #808d9f;
}
.footer .footer__menu .forter__enlaces ol li:nth-child(1){border-left: 0;}
.footer .footer__menu .forter__menu--nav ol li {
	display: inline-block;
	font-weight: 400;
	height: auto;
	margin-right: 3px;
	vertical-align: top;
	width: auto;
}
.footer .footer__menu .forter__menu--nav ol li ul li{
	border-left: 1px solid #ee8d6b;
	display: block;
}
.footer .footer__menu .forter__menu--nav ol li ul li a, .footer .footer__menu .forter__enlaces ol li a {
	color: #808d9f;
	font-weight: 300;
	padding: 0 8px;
	text-decoration: none;
}
.footer .footer__menu .forter__menu--nav ol li ul li a:hover, .footer .footer__menu .forter__enlaces ol li a:hover {color: #C6C6C6;}
.footer .footer__menu .footer__servicios {
	display: block;
	width: 100%;
}
.footer .footer__menu .footer__servicios ul li {
	display: inline-block;
	height: 38px;
	padding: 5px 15px 20px 15px;
	text-align: left;
	vertical-align: middle;
	width: auto;
}
.footer .footer__menu .footer__servicios ul li a:before {
	content: url("../img/ico-footer-service.png");
	display: inline-block;
	position: relative;
	height: 32px;
	top: 11px;
	left: -5px;
}
.footer .footer__menu .footer__servicios ul li:hover > a:before {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transition: all 0.5s;
}
.footer .footer__menu .footer__servicios ul li a, .footer .footer__menu .forter__serv--nav ol li a {
	color: #ef6e52;
	font-size: 14px;
	text-decoration: none;
}
.footer .footer__menu .forter__serv--nav ol li a:hover {text-decoration: underline;}
/*.footer .footer__menu .footer__servicios ul li:nth-child(1) {background: url("../img/bg-servicio-uno.png") left no-repeat;}
.footer .footer__menu .footer__servicios ul li:nth-child(1):hover {background: url("../img/bg-servicio-uno-h.png") left no-repeat;}
.footer .footer__menu .footer__servicios ul li:nth-child(2) {background: url("../img/bg-servicio-dos.png") left no-repeat;}
.footer .footer__menu .footer__servicios ul li:nth-child(2):hover {background: url("../img/bg-servicio-dos-h.png") left no-repeat;}
.footer .footer__menu .footer__servicios ul li:nth-child(3) {background: url("../img/bg-servicio-tres.png") left no-repeat;}
.footer .footer__menu .footer__servicios ul li:nth-child(3):hover {background: url("../img/bg-servicio-tres-h.png") left no-repeat;}
.footer .footer__menu .footer__servicios ul li:nth-child(4) {background: url("../img/bg-servicio-cuatro.png") left no-repeat;}
.footer .footer__menu .footer__servicios ul li:nth-child(4):hover {background: url("../img/bg-servicio-cuatro-h.png") left no-repeat;}
*/
/* Barra patrociandores */
.footer-fix {
  bottom: 0;
  font-size: 0;
  height: 58px;
  width: 100%;
  position: fixed;
  vertical-align: top;
  z-index: 999999;
  -webkit-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px -1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px -1px 5px 0px rgba(50, 50, 50, 0.75);
}
.footer-fix .fix__titulo {
  background: #4E4A47;
  border-right: 5px solid #EF6E52;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  height: 100%;
  text-align: right;
  vertical-align: top;
  width: 50%;
}
.footer-fix .fix__titulo .fix__titulo--min {display: block; font-size: 13px !important; margin: 12px 70px 0;}
.footer-fix .fix__titulo .fix__titulo--max {display: block; font-size: 18px !important; margin: 0 70px 0;}
.footer-fix .fix__logos {
  background: rgba(255,255,255,0.8);
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: 50%;
}
.footer-fix .fix__logos ul {
  display: inline-block;
  height: 100%;
  position: absolute;
  text-align: left;
  vertical-align: top;

}
.footer-fix .fix__logos ul li {
  height: 50px;
  padding: 4px 20px;
  display: inline-block;
}
.footer-fix .fix__logos ul li img {
  height: 100%
}
.footer-fix .fix__logos .fix--cerrar {
  border: 1px solid #5D5D5D;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif !important;
  font-size: 0;
  height: 19px;
  position: relative;
  float: right;
  text-align: center;
  vertical-align: top;
  width: 60px !important;
}
.footer-fix .fix__logos .fix--cerrar:hover p {
  background: #EF6E52;
  transition: all 0.5s;
}
.footer-fix .fix__logos .fix--cerrar div {
  background: #fff;
  font-weight: 700;
  font-size: 11px;
  display: inline-block;
  color: #323232;
  padding: 3px 5px !important;
  vertical-align: top;
}
.footer-fix .fix__logos .fix--cerrar p {
  background: #323232;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  margin: 0;
  padding: 3px 5px !important;
  transition: all 0.5s;
  vertical-align: top;
}
.footer .footer__menu .forter__menu--nav ol li:nth-child(4), .footer .footer__menu .forter__menu--nav ol li:nth-child(5){
	display: none;
}
/* G */
.galeria {
	display: block;
	margin: 0;
	padding: 0;
}
.galeria h3, .conferencistas h3  {
	font-size: 30px;
}
.galeria p {
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 23px;
	font-weight: 300;
	text-align: center;
}
.galeria a {
	font-size: 20px !important;
	padding: 3px 10px 5px !important;
	max-width: 250px !important;
	margin-bottom: 20px;
}
/* H */
.header{
	background: #fff;
	background-size: cover;
	border-top: 4px solid #ef6e52;
	border-bottom: 2px solid #F5AA3B;
	box-sizing: border-box;
	height: 169px;
	font-size:0px;
	margin-top: 0px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1001;
}
.header-o{
	background: #fff;
	height: 190px;
	border-bottom: 2px solid #ef6e52;
}
.header .header__logo {
	display: inline-block;
	height: auto;
	min-height: 130px;
	text-align: right;
	width: 20%;
}
.header .header__logo--img {
	color: #808d9f;
	display:  block;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 19px;
	font-weight: 400;
	margin: 12px 0 0;
	max-width: 414px;
	text-align: left;
}
.header .header__logo--img figcaption {
	padding: 6px 20px;
	min-width: 232px;
}
.header .header__enlaces {
	display: inline-block;
	text-align:left;
	vertical-align: top;
	width: 80%;
}
.header .header__enlaces-o {background: url('../img/bg-menu-odontotech.png') right bottom no-repeat;}
.header .header__fecha-o {
	display: block;
	height: 27px;
	padding-bottom: 20px;
	text-align: right;
	width: 100%;
}
.header .header__fecha-o p {
	color: #808d9f;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 22px;
	font-weight: 300;
	text-align: right;
}
.header .header__enlaces .header__enlaces--links{
	display: block;
	text-align: right;
}
.header .header__enlaces .header__enlaces--links a {
	background-color: #dc624e;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	padding: 4px 30px;
	margin: 0 5px;
	text-decoration: none;
	top: 4px;
}
.header .header__enlaces .header__enlaces--links a:hover {
	transition: all 0.3s;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 2px 3px 0px rgba(0, 0, 0, 0.5);
}
.header .header__enlaces .header__enlaces--links a:nth-child(2) {
	background-color: #ee8d6b;
}
.header .header__enlaces .header__enlaces--redes{
	color: #004e63;
	display: block;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: 300;
	height: 25px;
	padding: 40px 0 31px;
	text-align: right;
	vertical-align: middle;
}
.header .header__enlaces .header__enlaces--redes-o {
	color: #fff;
	padding: 30px 0 15px;
}
.header .header__enlaces .header__enlaces--redes a, p {
	display: inline-block;
	margin: 0 5px;
	overflow: hidden;
	text-decoration: none;
	vertical-align: top;
}
.header .header__enlaces .header__enlaces--redes a {
	height: 25px;
	width: 25px;
}
.header .header__enlaces .header__enlaces--redes img {position: relative;}
.header .header__enlaces .header__enlaces--redes img:hover {top: -25px;}
.header .header__enlaces .header__enlaces--redes p {
	display: inline-block;
	vertical-align: top;
}
.header .header__menu {
	display: block;
	float: right;
	max-height: 45px;
	width: 100%;
	padding: 0;
	text-align: right;
}
.header .header__menu .header__menu--buscar{
	background: #808d9f;
	display: inline-block;
	height: 45px;
	position: relative;
	right: -135px;
	width: 180px;
	vertical-align: middle;
	z-index: 1;
}
.header .header__menu .header__menu--buscar-o {background: #808d9f !important;}
.header .header__menu .header__menu--buscar:hover{
	transition: all 0.5s;
	right: 0;
}
.header .header__menu .header__menu--buscar input[type='submit']{
	background: url("../img/ico-search.png") right no-repeat;
	border: 0;
	cursor: pointer;
	height: 38px;
	width: 30px;
	margin: 0 6px;
	display: inline-block;
	vertical-align: middle;
}
.header .header__menu .header__menu--buscar input[type='text']{
	background-color: rgba(255,255,255,0.2);
	border: 0px;
	color: #fff;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: 300;
	height: 38px;
	margin: 4px 4px 3px 0px;
	padding: 0;
	vertical-align: middle;
	width: 130px;
}
.header .header__menu .header__menu--menu{
	background-color: #EF6E52;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 17px;
	font-weight: 300;
	height: 45px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 600px;
	z-index: 2;
}
.header .header__menu .header__menu--menu:after{
	background: #EF6E52;
	content: ' ';
	height: 45px;
	position: absolute;
	right: -1000px;
	top: 0px;
	width: 1000px;
}
.header-o .header__menu .header__menu--menu:after{
	background: #ececec;
}
.header .header__menu .header__menu--menu-o{background-color: #ECECEC;}
.header .header__menu .header__menu--menu ol {
	margin: 10px 0 0 10px;
	padding: 0;
}
.header .header__menu .header__menu--menu ol li {
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 0 10px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	width: auto;
}
.header .header__menu .header__menu--menu-o ol li {color: #666666;}
.header .header__menu .header__menu--menu ol li a, .header .header__menu .header__menu--menu ol li span {
	color: #fff;
	text-decoration: none;
}
.header .header__menu .header__menu--menu-o ol li a, .header .header__menu .header__menu--menu-o ol li span {color: #666666;}
.header .header__menu .header__menu--menu ol li:hover {background: url('../img/ico-menu-ind-down.png') bottom center no-repeat;}
.header .header__menu .header__menu--menu ol li:hover > a, .header .header__menu .header__menu--menu ol li:hover > span {color: #913934;}
.header .header__menu .header__menu--menu ol li:hover > ul {
	height: auto;
	padding: 10px 0;
	max-height: 1500px;
	-webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	-o-transition: max-height 1s;
	transition: max-height 1s;
}
.header .header__menu .header__menu--menu ol li ul {
	box-sizing: border-box;
	background-color: #ee8d6b;
	display: block;
	list-style: none;
	max-height: 0px;
	margin: 10px 0;
	overflow: hidden;
	position: absolute;
	padding: 0;
	width: 180%;
	left: -40%;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 4px 7px 0px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 4px 7px 0px rgba(0, 0, 0, 0.7);
}
.header .header__menu .header__menu--menu ol li ul li {
	padding: 5px 0;
	text-align: center;
	width: 80%;
	border-bottom: 1px solid rgba(145, 57, 52, 0.4);
}
.header .header__menu .header__menu--menu ol li ul li:hover {background: none;}
.header .header__menu .header__menu--menu ol li ul li:last-child {border-bottom: 0px;}
.header .header__menu .header__menu--menu ol li ul li a {
	color: #fff !important;
	padding: 0 5px;
	text-decoration: none;
}
.header .header__menu .header__menu--menu ol li ul li a:hover {opacity: 0.6;}
/* I */
.InGallery {
  text-align: center;
}
.contenido .InGallery {
  margin: 15px auto !important;
  padding: 0 !important;
}
.InGallery li {
	border-left: 0 !important;
	display: inline-block;
	list-style: none !important;
	overflow: hidden;
	padding: 0 !important;
	margin: 10px 15px !important;
	text-align: center;
	width: 25%;
	vertical-align: top;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50,50,50,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50,50,50,0.75);
	box-shadow: 2px 2px 5px 0px rgba(50,50,50,0.75);
}
.InGallery li img, .InGallery li a {
	display: block;
	height: 100%;
	width: 100%;
}
.InGallery li:hover {
	-ms-transform: rotate(5deg) scale(1.05, 1.05);
	-webkit-transform: rotate(5deg) scale(1.05, 1.05);
	-moz-transform: rotate(5deg) scale(1.05, 1.05);
	-o-transform: rotate(5deg) scale(1.05, 1.05);
	transition: all 0.5s;
}
.informacion {
	color: #666666;
	display: block;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 0;
	vertical-align: top;
	padding-top: 50px;
}
.informacion .informacion__articulo {
	display: inline-block;
	width: 68%;
	vertical-align: top;
}
.informacion .informacion__articulo p {
	font-size: 20px;
	padding: 0;
	margin: 0 0 0 20px;
	text-align: left;
}
.informacion .informacion__articulo a {margin: 0  auto 0 20px; padding: 0 20px 0 0; text-align: left; width: 110px;}
.informacion .informacion__img {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 32%
}
.informacion .informacion__img img {
	padding: 0;
	margin: 0;
	max-width: 400px;
	width: 100%;
}
.info {
	color: #666666;
	display: block;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 0;
	vertical-align: top;
	text-align: center;
}
.info .info__contactos, .info .info__testimonio {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.info .info__contactos h3, .info .info__testimonio h3 {
	font-size: 25px;
	margin: 80px auto 25px;
}
.info .info__contactos .info__contactos--text{
	font-size: 17px;
	text-align: center;
	margin: auto 50px 20px;
}
.info .info__contactos ul li figure, .info .info__contactos ul li div {
	display: inline-block;
	height: 80px;
	position: relative;
	vertical-align: top;
}
.info .info__contactos ul li figure {
	width: 65px;
	margin: auto 20px auto 70px;
}
.info .info__contactos ul li div {
	width: 230px;
	margin: 0;
}
.info .info__contactos ul li p {
	font-size: 13px;
	width: 100%
}
.info .info__contactos ul li .info__titulo, .info .info__testimonio .info__titulo  {
	color: #eb6f55;
	font-size: 17px;
}
.info .info__contactos ul li .info__mail {
	color: #D27F11;
	font-weight: 700;
}
.info .info__testimonio {
	text-align: center;
}
.info .info__testimonio iframe {
	margin: 10px auto;
}
.info .info__testimonio p {
	font-size: 15px;
	font-weight: 300;
}
.info .info__testimonio p, .info .info__testimonio span {
	margin: auto;
	width: 100%;
}
.info .info__pauta, .footer .footer__menu {
	display: inline-block;
	width: 680px;
	vertical-align: top;
}
.info .info__pauta figure  {
	width: 100%;
	vertical-align: top;
}
.info .info__organizadores, .footer .footer__llegar {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	position: relative;
}
.footer .footer__llegar {
	min-height: 310px;
	height: auto;
	width: 315px;
}
.info .info__organizadores ul {font-size: 0;}
.info .info__organizadores ul li {
	color: #727276;
	font-size: 18px;
	display: block;
	text-align: center;
}
.info .info__organizadores ul li ul{
	display: inline-block;
}
.info .info__organizadores ul li ul p {
	display: block;
	margin-bottom: 0;
	text-align: center;
	font-size: 13px;
}
.info .info__organizadores ul li ul li {
	border-left: 1px solid rgba(0,0,0,0.1);
	display: inline-block;
	padding: 0;
	margin: 15px 0 0;
	padding: 0 10px;
}
/*.info .info__organizadores ul li ul li img {height: 50px;}*/
.info .info__organizadores .unline{
	border-left: 0;
	padding: 0 10px 0 0;
}
.invitacion {
	background-position: 700px 0px;
	color: #666666;
	display: block;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 0;
	vertical-align: top;
	text-align: center;
}
.invitacion .invitacion__articulo {
	display: inline-block;
	height: auto;
	min-height: 140px;
	vertical-align: top;
	text-align: right;
	width: 60%;
}
.invitacion .invitacion__articulo .invitacion__articulo--text {
	display: block;
	float: right;
	text-align: right;
	width: 630px;
}
.invitacion .invitacion__articulo .invitacion__articulo--text p {
	font-size: 20px;
	padding: 0;
	margin: 0 20px 0 0;
	text-align: right;
}
.invitacion .invitacion__articulo a {margin: 0 20px 0 auto;}
.invitacion .invitacion__img {
	background: url("../img/bg-invitacion.jpg") left center no-repeat;
	background-size: cover;
	display: inline-block;
	min-height: 140px;
	width: 40%;
	min-width: 340px;
}
.invitacion .invitacion__img .invitacion__img--space {
	min-height: 140px;
	width: auto;
	min-width: 350px;
}
/* L */
.link a {
    background: #ef6e52;
    border-radius: 15px;
    color: #fff !important;
    display: block;
    /*font-style: normal;*/
    font-weight: 400;
    margin: 15px 0;
    max-width: 300px;
    padding: 10px 5px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
.link a:hover {
    background: #dc624e;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
.llegar{
	display: block;
	height: auto;
	text-align: center;
	width: 100%
}
.llegar  a {
  margin: 0 !important;
  top: 105px;
}
.llegar h3 {
	position: relative;
  margin: 0 !important;
  top: -40px;
}
.llegar .llegar__mapa {
  margin: 0 !important;
	padding: 0 !important;
}
.llegar .llegar__mapa li {
  background: url("../img/como-llegar-a-corferias.png") center bottom no-repeat;
  display: block;
  height: auto;
  margin: 0 !important;
  min-height: 170px;
  width: 100%;
}
.ls-l {width: 100% !important;}
.ls-slide {text-align: center; position: relative;}
.ls-slide a:hover {max-width: 150px !important;}
.ls-slide .spot__img {
	display: block;
	height: 494px !important;
	width: auto !important;
}
.ls-slide .spot__texto {
	background: url("../img/bg-spot-slider.png") center center no-repeat;
	left: 56%;
	height: 510px !important;
	position: absolute;
	top: 95px;
	width: 505px !important;
	z-index: 1002;
}
.ls-slide .spot__line {
	left: 72%;
	position: absolute;
	top: -83px;
	width: 699px !important;
	z-index: 1000;
}
.ls-slide .spot__texto h2 {
	color: #ef6e52;
	font-size:28px;
	margin-bottom: 0;
	padding: 120px 22% 0;
	width: 56%;
}
.ls-slide .spot__texto p {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 20px;
	font-weight: 300;
	margin: 0 auto !important;
	padding: 30px 0 0 !important;
	width: 59%;
}
.ls-slide .spot__texto a {
	background: url("../img/ico-more-spot.png") center center no-repeat;
	bottom: 0;
	display: block;
	height: 80px;
	margin: 0 auto;
	position: relative;
	top: 15px;
	width: 80px;
}
/* M */
.menu__movil, .checkbox, .servicios ul li a .servicios__img--mobile,
.servicios-o .servicios-o__uluno li a .servicios__img--mobile,
.servicios-o .servicios-o__uldos li a .servicios__img--mobile {display: none;}
.move {
	display: block;
	transition: all 0.5s;
	width: 100%;
}
/* N */
.no-border{
	border-bottom: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-top: 0px !important;
}
.noticias__lista ul, .noticias__relacionados ul{
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 !important;
  margin: 0 auto !important;
  justify-content: center;
  text-align: center;
}
.noticias__lista ul li, .noticias__relacionados ul li{
	border: 0;
	display: flex;
	display: inline-block;
	flex-wrap: wrap;
	padding: 0 10px 90px;
	margin: 0 1.6%;
	position: relative;
	vertical-align: top;
	width: 30%;
	-webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noticias__lista ul li:before, .noticias__relacionados ul li:before{
	border-radius: 0 0 0 24px;
	content: ' ';
	bottom: 0;
	left: -5px;
	height: 30px;
	position: absolute;
	width: 70%;
	background: #D3D3D3; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #D3D3D3, transparent, transparent); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #D3D3D3, transparent, transparent); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #D3D3D3, transparent, transparent); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #D3D3D3, transparent, transparent); /* Standard syntax */
	-webkit-box-shadow: inset 4px -4px 15px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    inset 4px -4px 15px 0px rgba(255, 255, 255, 1);
	box-shadow:         inset 4px -4px 15px 0px rgba(255, 255, 255, 1);
}
.noticias__lista ul li::after, .noticias__relacionados ul li:after{
	border-radius: 0 0 24px 0;
	content: ' ';
	bottom: 0;
	right: -5px;
	height: 30px;
	position: absolute;
	width: 70%;
	background: #D3D3D3;/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(right top, #D3D3D3, transparent, transparent); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom left, #D3D3D3, transparent, transparent); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom left, #D3D3D3, transparent, transparent); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom left, #D3D3D3, transparent, transparent); /* Standard syntax */
	-webkit-box-shadow: inset -4px -4px 15px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    inset -4px -4px 15px 0px rgba(255, 255, 255, 1);
	box-shadow:         inset -4px -4px 15px 0px rgba(255, 255, 255, 1);
}
.noticias__lista ul li h3, .noticias__relacionados ul li h3{
	background: none !important;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	font-size: 18px !important;
	height: 79px;
	padding: 6px 0;
	overflow: hidden;
	margin: 0 !important;
	width: 100%;
}
.noticias__lista ul li p, .noticias__lista ul li p span, .noticias__relacionados ul li p, .noticias__relacionados ul li p span{
	display: block;
	color: #808B9D;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: 300;
	margin: 5px 0 0 !important;
	padding: 0;
}
.noticias__lista ul li .link, .noticias__relacionados ul li .link {
  bottom: 50px;
  margin: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}
.noticias__relacionados ul li .link {text-align: center;}
.noticias__lista ul li .link a, .noticias__relacionados ul li .link a {
	background: #EC6E52;
	padding: 2px 15px 3px 10px;
	position: relative;
	color: #fff;
}
.noticias__lista ul li .link a:before, .noticias__relacionados ul li .link a:before{
	background: url("../img/ico-more-news.png") center center no-repeat;
	display: block;
	bottom: 1px;
	content: ' ';
	height: 25px;
	position: absolute;
	right: -12px;
	width: 25px;
}
.noticias__lista ul li:hover, .noticias__relacionados ul li:hover{
	-webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-box-shadow: 0px -7px 10px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px -7px 10px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px -7px 10px 0px rgba(50, 50, 50, 0.2);
}
.noticias__relacionados ul li{
  margin: 0 2%;
  width: 45%;
}
.noticias__interno{padding-bottom: 30px;}
.noticias__interno h4{ text-align: center; margin: 20px auto;}
.noticias__interno p {
  margin: 20px 0 20px 0;
  width: 100%;
}
.noticias__interno .noticias__relacionados h4 {
  margin: 40px auto 0;
}
/* T */
.titulo-interno {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px auto 0;
}
.titulo-interno h2 {
	color: #722c22;
	font-size: 33px;
	font-weight: 700;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center !important;
}
.titulo-interno h4 {
	font-size: 26px;
	margin: 0 30px;
	text-align: left !important;
}
/* S */
.syi {
	background: url("../img/bg-servicios.png") top center repeat-x;
	border-top: 7px solid #ef6e52;
	display: block;
	height: auto;
	position: relative;
	z-index: 1;
}
.servicios {
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: 300;
	padding: 12px 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1005;
}
.servicios ul {
	display: block;
	font-size: 0;
	float: left;
	margin: 0 auto;
	padding: 0 0 25px 0;
	position: relative;
	text-align: center;
}
.servicios ul li {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	height: 204px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 204px;
}
.servicios ul li:after {
	content: url("../img/shadow-service.png");
	position: relative;
	display: block;
	left: -2px;
	top: -22px;
}
.servicios ul li:before {
	content: url("../img/ico-service.png");
	position: absolute;
	display: block;
	left: -30px;
	top: 71px;
	z-index: 2;
}.servicios ul li:first-child:before {
	content: " " !important;
}
.servicios ul li a, .servicios ul li a img {
	color: #fff;
	display: block;
	height: 100%;
	position: relative;
	text-decoration: none;
	vertical-align: top;
	width: 100%;
}
.servicios ul li a span, .servicios ul li a img {
	display: block;
	position: absolute;
	max-width: 100%
}
.servicios ul li a span {padding: 105px 42px 0;}
.servicios ul li a:hover {
	opacity: 0.9;
}
.servicios-o {
	background: url("../img/bg-servicios.png") top center repeat-x;
	border-top: 7px solid #ef6e52;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: 300;
	height: auto;
	margin-bottom: 40px;
	padding-bottom: 40px;
	position: relative;
	width: 100%;
}
.servicios-o ul {
	display: block;
	font-size: 0;
	margin: 0;
	padding: 0;
}
.servicios-o .servicios-o__uluno{
	position: relative;
	left: -30px;
	z-index: 2;
	margin: 40px auto;
}
.servicios-o .servicios-o__uldos{
	position: relative;
	top: -108px;
	left: 86px;
	margin-left: auto;
	margin-right: auto;
}
.servicios-o ul li {
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 223px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 230px;
}
.servicios-o ul li:before {
	content: url("../img/ico-service.png");
	position: absolute;
	display: block;
	left: -32px;
	top: 83px;
	z-index: 2;
}
.servicios-o .servicios-o__uluno li:nth-child(1):before, .servicios-o .servicios-o__uldos li:nth-child(1):before {
	content: " " !important;
}
.servicios-o ul li a {
	color: #fff;
	display: block;
	position: relative;
	text-decoration: none;
	vertical-align: top;
}
.servicios-o ul li a span, .servicios-o ul li a img {
	display: block;
	position: absolute;
	max-width: 100%
}
.servicios-o ul li a span{width: 110px;}
.servicios-o ul li a span {padding: 110px 50px 0 60px;}
.servicios-o ul li a:hover {
	opacity: 0.9;
}
.spot {
	height: 494px;
	position: relative;
	z-index: 1000;
}
/*.spot:before {
	background: url("../img/bg-spot-shadow.png") center bottom no-repeat;
	bottom: 0;
	content: ' ';
	display: block;
	height: 150px;
	position: absolute;
	width: 100%;
	z-index: 4;
}*/
.spot .spot__inspot {
	display: block;
	height: 606px;
	width: 1000px;
}
.spot .spot__inspot .spot__img {
  display: block;
  height: 100%;
  left: -75% !important;
  overflow: hidden;
  position: absolute;
  width: 250% !important;
  text-align: center;
}
.spot .spot__inspot .spot__img img {
  bottom: 0;
  height: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
}
.sponsor{
	cursor: pointer;
	display: block;
	height: 215px;
	position: fixed;
	overflow: hidden;
	top: 40%;
	right: 0;
	width: 380px;
	z-index: 9999999;
}
.sponsor__show{right: 0;}
.sponsor__hidden {
	-webkit-animation: sponsor__move-r 0.6s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: sponsor__move-r  0.6s; /* Firefox < 16 */
	-ms-animation: sponsor__move-r 0.6s; /* Internet Explorer */
	-o-animation: sponsor__move-r 0.6s; /* Opera < 12.1 */
	animation: sponsor__move-r 0.6s;
	right: -340px;
}
.sponsor__show--now {
	-webkit-animation: sponsor__move-l 0.6s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: sponsor__move-l 0.6s; /* Firefox < 16 */
	-ms-animation: sponsor__move-l 0.6s; /* Internet Explorer */
	-o-animation: sponsor__move-l 0.6s; /* Opera < 12.1 */
	animation: sponsor__move-l 0.6s;
	right: 0;
}
@-webkit-keyframes sponsor__move-l {
  from {right: -340px;}
  to {right: 0;}
}
@-webkit-keyframes sponsor__move-r {
  from {right: 0;}
  to {right: -340px;}
}
@-o-keyframes sponsor__move-l {
  from {right: -340px;}
  to {right: 0;}
}
@-o-keyframes sponsor__move-r {
  from {right: 0;}
  to {right: -340px;}
}
@-moz-keyframes sponsor__move-l {
  from {right: -340px;}
  to {right: 0;}
}
@-moz-keyframes sponsor__move-r {
  from {right: 0;}
  to {right: -340px;}
}
.sponsor .sponsor__content{
	border-radius: 8px;
	background: url("../img/bg-sponsor-content.jpg") bottom center repeat-x;
	display: block;
	height: 190px;
	width: 105%;
}
.sponsor .sponsor__content .sponsor__content--open{
	background: url("../img/bg-sponsor-closed.png") center center no-repeat;
	display: inline-block;
	margin: 5px;
	height: 95%;
	vertical-align: top;
	width: 37px;
}
.sponsor .sponsor__content .sponsor__content--open img{
	margin: 0 auto;
	position: relative;
	top: 70px;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.sponsor__rotar-l{
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}
.sponsor__rotar-r{
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
}
.sponsor progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    border: none;
    float: right;
    width: 98%;
    height: 5px;
    overflow:hidden;
    border: 0;
    background-color:#ee8d6b;
    border-radius : 20px ;
}
.sponsor .sponsor__content .sponsor__content--img{
	background: rgba(0,0,0,0.2);
	display: inline-block;
	margin: 5px 0;
	height: 95%;
	vertical-align: top;
	width: 320px;
}
.sponsor .sponsor__content .sponsor__content--img a, .sponsor .sponsor__content .sponsor__content--img img{
	display: block;
	height: 100%;
	width: 100%;
}
.sponsor progress::-moz-progress-bar{
    background: #7c2e16;
}
.sponsor progress::-webkit-progress-value {
    background: #7c2e16;
}
.sponsor progress::-webkit-progress-bar {
    background-color:#ee8d6b;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset; /*esta sombra es para simular el borde que he aplicado arriba para Mozilla*/
    border-radius : 20px ;
}
.sponsor .sponsor__close {
	background: url("../img/ico-sponsor-close.png") top center no-repeat;
	display: block;
	float: right;
	position: relative;
	width: 25px;
	height: 20px;
}
/* U */
.u__container {
    max-width: 1024px;
    margin: 0 auto;
}
/* CONFERENCISTAS */
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 28px;
    height: 28px;
    background: url(../img/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -4px 0; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -32px -0px; }
.jssorb05 .av { background-position: -61px 0px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -91px 0px; }
.jssora13l, .jssora13r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 50px;
    cursor: pointer;
    background: url(../img/a13.png) no-repeat;
    overflow: hidden;
}
.jssora13l { background-position: -10px -35px; top: 300px !important; left: 450px; z-index: 3;}
.jssora13r { background-position: -70px -35px; top: 300px !important; right: 450px; z-index: 3;}
.jssora13l:hover { background-position: -130px -35px; }
.jssora13r:hover { background-position: -190px -35px; }
.jssora13l.jssora13ldn { background-position: -250px -35px; }
.jssora13r.jssora13rdn { background-position: -310px -35px; }
.video {
    height: 500px;
    width: 100%;
}
@media screen and (max-width: 1150px){
	.sponsor{
		display: none !important;
	}
}
@media screen and (max-width: 1024px){
	.conferencistas__shadow {background: none; display: none;}
	.ls-slide .spot__line {left: 81%;}
	.servicios-o .servicios-o__uluno {left: -65px;}
	.servicios-o .servicios-o__uldos {left: 50px;}
	.footer {margin-bottom: 0;}
	.footer-fix{display: none;}
}
@media screen and (max-width: 960px){
	.agenda__selectores h4{
		display: block;
		margin:10px 0 !important;
		text-align:center;
		width: 100%;
	}
	.conferencistas__interno .conferencistas__interno--desc figure{
		display:block;
		position:relative;
		margin:0 auto;
		max-width: 200px;
	}
	.conferencistas__interno .conferencistas__relacionados .contenido p{
		margin:0px !important;
		width: 100% !important;
	}
	.conferencistas__lista .conferencistas__lista--nav ul , .agenda__lista--nav ul, .agenda__desarrollo ul{
		margin-left:0px !important;
	}
	.conferencistas__lista .conferencistas__lista--nav ul li, .agenda__lista--nav ul li{
		width: 40% !important;
	}

}
@media screen and (max-width: 768px){
	.noticias__interno span{
		display:  block;
		text-align: center;
	}
	.conferencistas__interno .conferencistas__interno--desc div{
		margin-left:0px;
		width: 100%;
	}
	.conferencistas__interno .conferencistas__relacionados ul li:first-child{
		border-right:none;
	}
	.conferencistas__interno .conferencistas__relacionados ul{
		margin-left:0px;
	}
	.conferencistas__interno .conferencistas__relacionados ul li{
		width: 100%;
	}
	.header {
		border-top: 1px solid #ee8d6b;
		display: block !important;
	}
	.header .header__logo {
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		width: 100%;
	}
	.header .header__logo .header__logo--img {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.header .header__logo .header__logo--img img {max-width: 90%;}
	.header .header__logo figcaption {font-size: 20px;}
	.header .header__enlaces .header__enlaces--links, .header .header__enlaces .header__enlaces--redes, .header__enlaces .header__fecha-o, .footer .footer__menu .footer__servicios, .footer .footer__menu .forter__menu--nav, .footer .footer__menu .forter__serv--nav,  .footer .footer__menu .forter__enlaces {display: none;}
	/*.header .header__enlaces {
		background: #ef6e52 !important;
		display: block;
		height: 100%;
		margin: 0px;
		margin-left: 100%;
		overflow: auto;
		position: fixed;
		width: 70% !important;
		top: 0px;
		text-align: center;
		-webkit-box-shadow: inset 10px 0px 30px 0px rgba(0, 0, 0, 0.4);
		-moz-box-shadow:    inset 10px 0px 30px 0px rgba(0, 0, 0, 0.4);
		box-shadow:         inset 10px 0px 30px 0px rgba(0, 0, 0, 0.4);
	}*/
	.header .header__enlaces {display: none;}
	.header .header__enlaces-o {background: #ECECEC !important;}
	.header .header__menu {text-align: center; width: 100%; }
	.header .header__menu .header__menu--buscar, .header .header__menu .header__menu--menu{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.header .header__menu .header__menu--buscar {width: 233px;}
	.header .header__menu .header__menu--buscar:hover{
		width: 233px;
	}
	.menu__movil {
		background: #ee8d6b;
		display: block;
		font-family: 'Lato', sans-serif;
		font-size: 0;
		font-style: italic;
		font-weight: 300;
		height: 36px;
		vertical-align: top;
	}
	.menu__movil .menu__movil--lang, .menu__movil .menu__movil--boton{
		display: inline-block;
		height: 36px;
		margin: 0;
		padding: 0;
		vertical-align: top;
		width: 50%;
	}
	.menu__movil .menu__movil--lang a, .menu__movil .menu__movil--boton label, .menu__movil .menu__movil--boton a {
		background: #dc624e;
		color: #fff;
		display: block;
		font-size: 18px;
		height: 20px;
		max-width: 180px;
		margin: 0;
		min-width: 160px;
		padding: 6px 0 10px;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		width: auto;
	}
	.menu__movil .menu__movil--lang a {
		-webkit-box-shadow: 2px 0px 5px 0px rgba(50, 50, 50, 0.4);
		-moz-box-shadow:    2px 0px 5px 0px rgba(50, 50, 50, 0.4);
		box-shadow:         2px 0px 5px 0px rgba(50, 50, 50, 0.4)
	}
	.menu__movil .menu__movil--boton label, .menu__movil .menu__movil--boton a {
		background: url("../img/menu.png") right center no-repeat #dc624e;
		float: right;
		-webkit-box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.4);
		-moz-box-shadow:    -2px 0px 5px 0px rgba(50, 50, 50, 0.4);
		box-shadow:         -2px 0px 5px 0px rgba(50, 50, 50, 0.4)
	}
	.header .header__menu .header__menu--menu ol{
		margin: 0;
	}
	.header .header__menu .header__menu--menu ol li {
		background: none;
		border-bottom: 1px solid #fff;
		display: block;
		height: 100%;
		padding: 10px 0 0;
		width: 100%;
	}
	.header .header__menu .header__menu--menu  ol li ul {
		background: #f8bc9f;
		position: relative;
		width: 100%;
		margin: 12px 0 0 0 !important;
		padding: 0 !important;
		left: 0;
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
		-moz-box-shadow:    inset 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
		box-shadow:         inset 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
	}
	.header .header__menu .header__menu--menu ol li ul li {
		background: none;
		width: 100%;
		margin: 0 !important;
		padding: 10px 0 !important;
	}
	.header .header__menu .header__menu--menu ol li ul li a {
		color: #fff;
	}
	.footer .footer__menu {width: 100%}
	.footer .footer__menu .footer__redes, .footer .footer__menu .footer__app, .info .info__pauta, .info .info__organizadores,
	.info .info__contactos, .info .info__testimonio, .congresos .congreso_uno, .congresos .congreso_dos,
	.informacion .informacion__img, .informacion .informacion__articulo,
	.invitacion .invitacion__articulo, .invitacion .invitacion__img {
		display: block;
		text-align: center;
		width: 100%;
	}
	.invitacion .invitacion__articulo {display: inline-block !important;}
	.footer .footer__llegar {
		background-color: rgba(0,0,0,0);
		min-height: 240px;
		width: 100%;
	}
	.footer .footer__llegar figure{
		margin-left: auto;
		margin-right: auto;
	}
	.congresos .congreso_uno .congreso__uno--ctn, .congresos .congreso_dos .congreso__dos--ctn {
		margin-left: auto;
		margin-right: auto;
	}
	.congresos .congreso_uno .congreso__uno--ctn figure, .congresos .congreso_dos .congreso__dos--ctn figure {padding: 30px 0 3px;}
	.informacion .informacion__articulo p, .invitacion .invitacion__articulo .invitacion__articulo--text p {
		font-size: 18px;
		margin: 0;
		padding: 20px 5% 0;
		text-align: center;
	}
	.invitacion .invitacion__articulo .invitacion__articulo--text {width: 100%;}
	.informacion .informacion__articulo a, .invitacion .invitacion__articulo a {margin: 25px auto 0;}
	.servicios, .servicios-o {height: auto; top: 0; margin: 0;}
	/*.servicios-o {height: 550px;}*/
	.servicios ul, .servicios-o .servicios-o__uluno, .servicios-o .servicios-o__uldos {max-width: 500px; width: 100%; float: none; padding: 0; text-align: center;}
	.servicios ul li, .servicios-o .servicios-o__uluno li, .servicios-o .servicios-o__uldos li {height: 200px; width: 200px;}
	.servicios ul li:nth-child(3):before{content: " ";}
	/*.servicios ul li a .servicios__img, .servicios-o .servicios-o__uluno li a .servicios__img, .servicios-o .servicios-o__uldos li a .servicios__img {display: none;}
	.servicios ul li a .servicios__img--mobile, .servicios-o .servicios-o__uluno li a .servicios__img--mobile, .servicios-o .servicios-o__uldos li a .servicios__img--mobile {display: block;}]*/
	.servicios-o .servicios-o__uluno {left: 0;}
	.servicios-o .servicios-o__uldos {top: -300px;left: 100px;}
	.servicios-o ul li a img {max-width: 95%;}
	.servicios ul li a span, .servicios-o ul li a span {padding: 90px 40px 0; font-size: 18px;}
	.spot:before {background: none;}
	.ls-slide .spot__texto {left: 17%;}
	.ls-slide .spot__line {left: 51%;}
	.servicios-o ul li:before {content: ' ' !important;}
	.contenido ul, .contenido ol {margin-right: 0; margin-left: 45px;}
	.contenido ul li, .contenido ol li {border-left: 0; /*list-style-type: square;*/}
	.contenido .modulos__botonera ul {max-width: 500px;}
	.contenido .modulos__botonera ul li {
		margin: 0 3% 30px;
		width: 40%;
	}
	.conferencistas__lista .conferencistas__lista--desc ul{margin: 0;}
	.conferencistas__lista .conferencistas__lista--desc ul li div {width: 480px;}
	.noticias__lista ul li, .noticias__relacionados ul li {
		margin: 0 3%;
		width: 40%;
	}
}
@media screen and (max-width: 740px){
	.conferencistas__lista--nav ul, .conferencistas__lista--desc ul{
		margin-left:0px;
	}
	.conferencistas__lista .conferencistas__lista--nav ul li, .agenda__lista--nav ul li{
		width: 90% !important;
	}
	.conferencistas__lista .conferencistas__lista--desc ul li div{
		margin:0px !important;
		width: 400px;
	}
	.ls-slide .spot__texto {left: 15%;}
	.noticias__lista ul li, .noticias__relacionados ul li {width: 90%;}
	.video {height: 400px;}
}
@media screen and (max-width: 670px){
	#slider1_container {width: 320px !important; height: 480px !important;}
	#slider1_container div {height: 480px !important; transform: scale(1) !important;}
	#slider1_container div .conferencistas__slider {height: 480px !important; width: 320px !important;}
	.conferencistas__slider .conferencista__section {background: none; width: 320px !important; height: 450px !important;}
	.jssora13l {left: 0; top: 420px !important;}.jssora13r {left: 280px; top: 420px !important;}
	.jssorb05{display: none;}
	.conferencista__section figure, .conferencista__section figure .conferencista__figure--mask {height: 230px !important;}
	.conferencista__section figure, .conferencista__section .conferencista__section--text, .conferencista__section .conferencista__section--text a, .conferencista__section .conferencista__section--text h4  {display: block; margin: 10px auto; padding: 0; text-align: center; width: 250px !important;}
	.conferencista__section figure img {vertical-align: top;}
	.conferencista__section .conferencista__section--text {padding-top: 10px;}
	h3 {margin: 40px auto 25px !important; font-size: 25px;}
	.info .info__pauta {display: none;}
	.galeria p {font-size: 18px; width: 90%}
	.invitacion .invitacion__img, .invitacion .invitacion__img .invitacion__img--space {min-height: 100px;}
	.ls-slide .spot__texto {left: 12%;}
	.video {height: 380px;}
}
@media screen and (max-width: 640px){
	.ls-slide .spot__texto {left: 10%;}
	.contenido ul, .contenido ol {padding: 0;}
	.conferencistas__lista .conferencistas__lista--desc ul li div {width: 320px;}
}
@media screen and (max-width: 570px){
	.agenda__selectores select{
		display: block;
		margin:10px 0;
		width: 100%;
	}
	.conferencistas__agenda h4, .conferencistas__relacionados h4{
		margin: 0px;
	}
	.conferencistas__agenda ul{
		margin: 0px;
	}
	.conferencistas__agenda ul li{
		list-style: none;
	}
	.conferencistas__agenda--before div, .conferencistas__agenda--after div{
		display:block !important;
		text-align: center !important;
		width: 100% !important;
	}
	.ls-slide .spot__texto {left: 5%;}
	.video {height: 320px;}
}
@media screen and (max-width: 480px){
	.footer .footer__menu .footer__app p{
		display: block;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		width: 80%;
	}
	.info .info__testimonio iframe {max-width: 374px; width: 100%}
	.info .info__contactos ul li figure {    margin: auto 20px auto 15px;}
	/*.info .info__contactos .info__contactos--text {margin: 0 auto 20px; width: 90%}
	.info .info__contactos ul li {display: inline-block; width: 33%; vertical-align: top;}
	.info .info__contactos ul li figure {height: 80px;}
	.info .info__contactos ul li figure, .info .info__contactos ul li div {
		display: block;
		margin-left: auto;
		margin-right: auto;

		width: 100%;
	}
	.info .info__contactos ul li div p {font-size: 13px;}*/
	.congresos .congreso_uno .congreso__uno--ctn, .congresos .congreso_dos .congreso__dos--ctn {width: 100%;}
	.congresos .congreso_uno .congreso__uno--ctn p, .congresos .congreso_dos .congreso__dos--ctn p {margin: 10px 5% 6px;}
	.congresos .congreso_uno .congreso__uno--ctn figure, .congresos .congreso_dos .congreso__dos--ctn figure {padding: 10px 0 3px;}
	.congresos .congreso_uno .congreso__uno--ctn figure img, .congresos .congreso_dos .congreso__dos--ctn figure img {width: 90%; max-width: 405px;}
	/*.servicios-o {height: 860px;}*/
	/*.servicios ul li, .servicios-o .servicios-o__uluno li, .servicios-o .servicios-o__uldos li {height: 200px; width: 40%;}*/
	.servicios-o .servicios-o__uldos {top: 0; left: 0;}
	.servicios-o ul li a img {max-width: 100%;}
	.ls-slide .spot__texto {left: -3%;}
	.agenda__desarrollo ul li .fecha {
		border-right: 0;
		display: block;
		padding: 5px 0;
		width: 100%;
	}
	.agenda__desarrollo ul li .color0{border-top:5px solid #EF6E51;}
	.agenda__desarrollo ul li .color1{border-top:5px solid #5A5E60;}
	.agenda__desarrollo ul li .color2{border-top:5px solid #002930;}
	.agenda__desarrollo ul li .color3{border-top:5px solid #DB8849;}
	.agenda__desarrollo ul li .color4{border-top:5px solid #B23434;}
	.agenda__desarrollo ul li .desarrollo {
		padding: 5px 0 10px;
		text-align: center;
		width: 100%;
	}
	.agenda__desarrollo ul li .desarrollo h3, .agenda__desarrollo ul li .desarrollo p {text-align: center !important;}
	.conferencistas__lista .conferencistas__lista--desc ul li div{
		display: block;
		text-align: center;
		width: 100%;
	}
	.conferencistas__lista .conferencistas__lista--desc h2, .conferencistas__lista .conferencistas__lista--desc  p,
	.conferencistas__lista .conferencistas__lista--desc a {text-align: center;}
	.conferencistas__lista .conferencistas__lista--desc a:after {display: none;}
	.video {height: 250px;}
}
@media screen and (max-width: 420px){
	.ls-slide .spot__texto {left: -11%; top: 60px;}
}
@media screen and (max-width: 380px){
	.info .info__contactos ul li {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	.info .info__contactos ul li figure {display: none;}
	.servicios-o {height: auto;}
	.servicios-o ul li a span {padding: 50% 20% 0}
	.ls-slide .spot__texto {left: -17%; top: 25px;}
	.servicios ul li:before {content: " ";}
}
@media screen and (max-width: 320px){
	/*.servicios-o {height: 700px;}
	.servicios-o .servicios-o__uluno li, .servicios-o .servicios-o__uldos li {height: 170px;}
	.servicios-o ul li a span {padding: 50% 16% 0;font-size: 16px;}*/
	.ls-slide .spot__texto {left: -29%;}
	.info .info__organizadores ul li ul li{padding: 0 10px;}
}
@media (max-width: 600px) {
	.agenda__desarrollo ul li .desarrollo h3 {
		 font-size: 1.2em;
    	margin: 15px 0 !important;		
	}
}