.div_ponente_ {
  border: solid thin #e1e1e1;
  height: 130px;
  display: inline-block;
  width: 46%;
  margin: 15px 2%;
  padding: 15px 0px 15px 15px;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.div_ponente_img {
  width: 20%;
  height: 100px;
  text-align: center;
  display: inline-block;
}
.div_ponente_img img {
    width: 100px;
    border: solid 2px #417fb5;
    border-radius: 50%;
    margin: 0px auto;
}
.div_ponente_texto {
  display: inline-block;
  width: 80%;
      vertical-align: top;
}
.div_ponente_texto h3 {
  font-family: sans-serif;
  font-size: 1.1rem;
  padding-left: 15px;
  margin-bottom: 0px;
  padding-top: 5px;
  width: 100%;
  max-width: 320px;
}
.div_ponente_texto h4 {
  font-family: sans-serif;
  font-size: .9rem;
  padding-left: 15px;
  color:#333;
  font-style: italic;
  font-weight: lighter;
}
.div_ponente_texto h3 a {
  color: #4481b6;
}
.div_ponente_video {
  width: 100%;
  max-width: 350px;
  margin: 0px auto;
  height: 90px;
  background-color: #ebebeb;
  border-radius: 15px;
  padding: 10px 0px 0px 15px;
}
.alto {
  display: block;
  height: 25px;
}
/* Borrar childe */
.header1 .menu .children {
  display: none;
}
/* MOdificar el color de la barra */
#footer, .breadcrumb-wrapper, .wp-caption {
    background: #333333 !important;
}
.breadcrumb-wrapper {
    padding: 5px 0px 5px !important;
    position: relative;
    border-bottom: 0px solid #f2f2f2 !important;
}
.breadcrumb-wrapper h1 {
  font-family: sans-serif !important;
  font-size: 1.1rem !important;
}
.content {
    padding: 30px 0 !important;
}
.img-taller {
    border: solid 2px #dae6f1 !important;
    border-radius: 15px !important;
}
.conferencia img {
    border-radius: 50%;
    width: 100%;
    border: solid 4px #fff;
    max-width: 100px;
    display: block;
    margin: 15px auto;
    -webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.44);
    -moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.44);
    box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.44);
}
td, table tr > td:first-child {
  border-color: #fff !important;
}
.ponentes {
  color: #fff;
}
.ponentes img {
  width: 100%;
  max-width:280px;
  margin: 5px auto;
  border-radius: 15px;
  cursor: pointer;
  display: block;
}
.ponentes h3 {
  width: 100%;
  max-width:280px;
  margin: 5px auto;
  font-size: 1.3rem;
  margin: 20px 0px 10px 0px;
  color: #fff;
  text-align: center;
}
.ponentes h3 a {
  color: #fff;
}
.ponentes p {
  width: 100%;
  max-width: 280px;
  margin: 5px auto;
  text-align: justify;
  font-size: .95rem;
  font-weight: lighter;
  line-height: 1.4rem;
}
.verMas {
  width: 100%;
  max-width:280px;
  margin: 5px auto;
  text-align: right !important;
  padding-right: : 10px;
  font-size: .8rem;
  cursor: pointer;
}
.mp3_ {
  width: 100%;
  max-width:280px;
  margin: 5px auto;
  height: 30px;
}
.divGris {
  background-color: rgb(238, 238, 238);
  padding: 20px 15px;
}
.divGris h2 {
  color: rgb(240, 104, 0);
  font-size: 20px;
  text-align: center;
}
.agenda_td_hora {
  width: 35px;
  font-size: 11px;
  font-family: monospace;
  line-height: 11px;
  text-align: center;
}
.agenda_td_hora, .agenda_td_texto {
   border-bottom: dashed thin;
   padding: 5px 0px;
}
.agenda_td_texto {
  font-size: 1.05rem;
  line-height: 1.4rem;
  padding-left: 10px;
}
.row_agenda .element-container {
  background-color: rgb(238, 238, 238);
}
.reloj {
  color: #fff;
}
.reloj span {
  font-size: 16px;
}
.alojamiento {
  padding-bottom: 40px;
}
.alojamiento .cols {
  background-color: #fff;
}
.alojamiento .wp-caption-text {
  font-size: 1.5rem;
  color: #333;
}
.alojamiento p {
  width: 100%;
  max-width: 280px;
  margin:0px auto;
}
.pie a {
  color: #fff !important;
}
.row_agenda h5 {
    font-size: 15px;
    margin-bottom: 0px;
}
.row_agenda p {
  font-size: 15px;
  line-height: 18px;
}
.menu_home {
  display: block;
  background-color: #5589b8;
}
.menu_home a, .menu_home a:visited {
  color: #fff;
  font-weight: lighter;
  font-size: 1rem;
}
.menu_home a:hover {
  color: #093b5f;
  }
.menu_home .menu_activo {
  background-color: #ee6600;
  font-weight: bold;
}
.boton_comprar {
  text-align: center;
  width: 100%;
  max-width: 140px;
  margin: 5px auto;
  padding: 8px 10px;
  background-color: #5589b8;
  border-radius: 10px;
  color: #ffffff;
  display: block;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.2);
}
.boton_comprar a { 
  color: #fff;
}
.boton_comprar:hover {
  background-color: #868686;
}
.precio_mxn {
    font-size: 1.8rem;
    text-align: center;
    margin: 15px auto 5px auto;
    display: block;
}
.precio_usd {
    font-size: 1.2rem;
    text-align: center;
    margin: 5px auto 15px auto;
    display: block;
}
.precio_detalle {
  width: 100%;
  max-width: 120px;
  cursor: pointer;
  margin: 0px auto;
  display: block;
  text-align: center;
  height: 28px;
}
.circulo .image-caption img {
  border-radius: 50%;
  margin: 100%;
  max-width: 150px;
  margin: 5px auto;
  display: block;
}
.linkCompartir {
margin-bottom: 25px;
}
.divTiendaCompra {
    border-bottom: solid thin #bfbfbf;
    width: 200px;
    margin: 10px auto 20px auto;
}
#login {
    width: 320px;
    padding: 8% 0 0;
    margin: auto;
    text-align: center;
}
#loginform{
    background-color: #333;
    border-radius: 15px;
    padding-top: 20px;
text-align: center;
}
#loginform label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
}
.conferencias_header {
  background-color: #d6d6d6;
  border-bottom: solid 1px;
}
.conferencias {
  background-color: #ebebeb;
  }
.conferencias img {
  border-radius: 50%;
  width: 100%;
  border: solid 4px #fff;
  max-width: 150px;
  display: block;
  margin: 15px auto;
  -webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.44);
  -moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.44);
  box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.44);
}

.conferencias h3 {
    font-weight: lighter;
    font-size: 1.5rem;
    letter-spacing: -1px;
    text-align: center;
}
.talleres_header {
  background-color: #2e82bc;
  border-bottom: solid 1px;
}
.talleres_header h2 {
    color: #fff;
}
.talleres_header p {
    color: #fff;
}
.talleres img {
  border-radius: 15px;
  width: 100%;
  border: solid 4px #fff;
  max-width: 200px;
  display: block;
  margin: 15px auto;
  -webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.44);
  -moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.44);
  box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.44);
}
.talleres h3 {
    font-weight: lighter;
    font-size: 1.25rem;
    letter-spacing: -1px;
    text-align: center;
}
.talleres p {
    font-weight: lighter;
    font-size: .9rem;
    text-align: justify;
    width: 90%;
    max-width: 350px;
    margin: 0px auto;
    display: block;
}
.conferencia {
  background-color: #ebebeb;
  }
.conferencia img {
  border-radius: 50%;
  width: 100%;
  border: solid 4px #fff;
  max-width: 100px;
  display: block;
  margin: 15px auto;
  -webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.44);
  -moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.44);
  box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.44);
}
.conferencia h3 {
    font-weight: lighter;
    font-size: 1.1rem;
    letter-spacing: -1px;
    text-align: center;
}
.conferencia h4 {
  display: none;
}
.conferencia p {
  font-size: .8rem;
  font-weight: lighter;
}
.logo_banner .fixed-width {
  width: 98%;
}
.row_banner_transmision  {
  background-color: #333;
}
.row_banner_transmision .fixed-width {
  width: 100%;
}
.row_banner_transmision .fixed-width #le_body_row_1_col_1 {
  margin-left: 0px;
}
/* chat */
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    
}
.panel-default .panel-heading {
    background-image: -webkit-linear-gradient(top,#dedede 0,#d0d0d0 100%);
    background-image: -o-linear-gradient(top,#dedede 0,#d0d0d0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dedede),to(#d0d0d0));
    background-image: linear-gradient(to bottom,#dedede 0,#d0d0d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdedede', endColorstr='#ffd0d0d0', GradientType=0);
    background-repeat: repeat-x;
}
.panel-default .panel-heading {
    color: #333;
    background-color: #dedede;
    border-color: #ddd;
    text-align: center;
    padding: 3px;
    font-family: "PT Sans Narrow", sans-serif;
}
.panel-body {
    padding: 15px;
}
.yo,.ellos {
    display: block;    
    border: solid thin #98deff;
    padding: 5px 10px;
    width: 85%;
    margin-top: 10px;
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: lighter;
    font-size: .8rem;
    color:#4a4a4a;
  }
  .yo {
    text-align: right;
    margin-right: 15px;
    margin-left: auto;
    border-radius: 10px 0px 10px 10px;
    background-color: #f7fdff;
    width: 75%;
  }
  .ellos {
    text-align: left;
    border-radius: 0px 10px 10px 10px;
    margin-left: 0px;
    margin-right: auto;
    
  }
  .yo_nombre,.ellos_nombre {
    font-size: .75rem;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif;
  }
  .yo_nombre {
    color: #157aa9;
  }
  .ellos_nombre {
    color: #333;
    position: relative;
  }
  .ellos_nombre strong {
    color: #666;
    font-weight: lighter;
  }
  .amarillo {
    background-color: #fdffe6;
    border: solid thin #c5c5c5
  }
  .hora{
    font-size: .63rem;
    font-family: monospace;
    color: #666;
  }
  .input_chat_nombre {
    font-size: .95rem;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif;
  }
  .input_chat_input input {
    width: 96%;
    max-width: 300px;
    padding: 2%;
  }
  .input_chat {
    margin-bottom: 10px;
  }
  #customer_login {
    text-align: center !important;
  }
  input[type=submit], button, input[type=button] {
    float: none !important;
    display: block;
    margin: 0px auto;
  }
  .sensei-login-submit input {
    margin: 0px auto !important;
    background-color: #d95b43 !important;
  }
  #footer, .breadcrumb-wrapper, .wp-caption {
    background: #333333 !important;
  }
  .breadcrumb-wrapper, .breadcrumb-wrapper h1, .breadcrumb-wrapper .breadcrumb h4, .breadcrumb a {
    color: #fff !important;

  }
  .breadcrumb a:hover {
    color: #e9be34 !important;
  }
  #footer {
    background: #ffffff !important;
  }
  #footer-menu a {
    color: #fff !important;
  }
  #footer-menu a:hover {
    color: #e9be34 !important;
  }
.watu-submit-button,.watupro-submit-button,#prev-question input {
  color: #fff !important;
    border: solid thin !important;
    background-color: #333 !important;
}
.renta {
  background-image: url(https://alumnos.voicemasters.org/Imagenes/en-renta.png);
  background-repeat: no-repeat;
    background-position: right;
}
.video_vimeo {
  display: block;
  width: 100%;
  max-width: 853px;
  margin: 10px auto;
}
.centrar {
  text-align: center;
}
.boton_renta {
  color: #fff;
  border-color: #50485b;
  background-color: #50485b;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  margin-bottom: 30px;
  display: inline-block;
}
body>.login {
  background-image: none;
}