@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
*, *::before, *::after{
  border:0;
  margin:0;
  padding:0;
  outline:0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: .8em;
  background: #000;
  color: #fff;
  user-select: none;
}
a{
  text-decoration: none;
  color: #E3E3E3;
}
h1,h2,h3,h4{
  font-weight: 300;
}
.header {
  height: 40px;
  position: relative;
  background: #353535;
  font-size: 10px;
}
.menu{
  position: relative;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  max-width: 900px;
  min-width: 340px;
}
.menu li{
  flex: auto;
}
.menu li:not(:last-child){
  border-right: 1px solid #000;
}
.menu a{
  color: #fff;
  display: block;
  line-height: 40px;
  background: #353535;
  transition: background 200ms ease;
}
.menu a:hover{
  background: #424242;
}
.icono-menu{
  position: absolute;
}
main{
  flex-grow: 1;
  position: relative;
  margin: 20px auto;
}
.event_futura{
  position: relative;
  margin: 0 auto;
  display: flex;
  width: 100%;
}
.event_futura > div{
  background: #242424;
}
@media screen and (min-width: 900px) and (max-width: 3000px){
main {
  width: 900px;
}
.event_futura{
  flex-flow: row;
  justify-content: space-between;
}
.event_futura > div{
  width: 290px;
  height: 200px;
}
footer{
  height: 140px;
}
.icono-menu{
  transform: translate(-28px, 8px);
}
.listado_td{
  width: 640px;
}
}
@media screen  and (min-width: 300px) and (max-width:899px){
main {
  width: 100%;
  border: 10px solid transparent;
}
.event_futura{
  flex-flow: column;
  justify-content: space-around;
}
.event_futura > div{
  width: 290px;
  height: 200px;
  position: relative;
  margin: 10px auto;
}
footer{
    height: 180px;
    font-size: 10px;
}
.icono-menu{
  transform: translate(-24px, 8px);
}
.listado_td{
  width: 340px;
}
}

header, main, footer {
    flex-shrink: 0;
}
footer {
  display: flex;
  justify-content: space-evenly;
  margin: 100px auto 0 auto;
  padding: 20px 0;
  width: 100%;
  background: #262626;
}
.texto_pequeno{
  font-size: 10px;
  color: #777;
}

.logotipos_pies{
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

footer img{
  height: 40px;
  margin: 0 10px;
}

.login_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  justify-content: space-between;
  border: 10px solid transparent;
  background: #000;
  color: #fff;
  text-align: center;
}
.descripcion_evento{
  background:
}
input[type=email], input[type=text], input[type=password] {
  padding: 0 10px;
  border: 1px solid #1d0c0c;
  margin-bottom: 3px;
}
input[type=submit] {
  color: #fff;
  cursor: pointer;
  background: #2aa6b3;
  transition: background 300ms ease;
  text-shadow: 0 1px 1px #07353a;
}
input[type=submit]:hover{
  background: #3DC3D1;
}
input[type=email], input[type=password], input[type=text], input[type=submit] {
  position: relative;
  margin: 0 auto;
  border-radius: 3px;
  height: 40px;
  width: 320px;
}
input[type=file]{
  margin-left: -14px;
}
input[type=file]::-webkit-file-upload-button {
  height: 38px;
  padding: 0 10px;
  background: #2aa6b3;
  border-radius: 3px;
  color: #fff;
  border-style: none;
  cursor: pointer;
  transition: background 300ms ease;
}
input[type=file]::-webkit-file-upload-button:hover {
  background: #3dc3d1;
}
.opciones_log {
  margin: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.opciones_log a {
  cursor: pointer;
  color: #fff;
  padding: 11px 40px;
  background: #2AA6B3;
  border-radius: 3px;
}
.opciones_log a:first-child {
  border-right: 4px solid #000;
}
.evento_princ {
  position: relative;
  margin: 0 auto;
  display: flex;
}
.evento_princ img {
  width: 100%;
  border-radius: 4px;
}
.txt_pequeno{
  font-size: 10px;
}
.chck1{
  width: 18px;
  height: 18px;
  transform: translateY(5px);
}
.centradoVH{

}
.centradoVH a{
  height: 100%;
  width: 100%;
  display: flex;
  background: #242424;
  justify-content: center;
  align-items: center;
  transition: background 250ms ease;
  border-radius: 3px;
}
.centradoVH a:hover{
  background: #303030;
}
.masInfo_btn{
  display: inline-block;
  margin-top: 30px;
  padding: 10px 30px;
  background: #141414;
  border-radius: 4px;
}
.error_mns{
  display: block;
  padding: 20px;
  background: #f50505;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
}
.costos{
  list-style: none;
  margin-top: 10px!important;
}
.costos label {
  display: inline-block;
  width: 70px;
  text-align: end;
  margin-right: 20px;
}
.costos sup{
  font-size: 50%;
}
.img_miniCont{
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.img_miniCont img{
  width: 100%;
}
.img_miniCont p{
  line-height: 40px;
}
.info_ico{
  display: inline-block;
  background: #455A64;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border: 2px solid #fff;
  box-sizing: content-box;
}

.mensaje_oculto {
  display: none;
}
.info_ico:focus + .mensaje_oculto{
  display: block;
}
.alerta{
  color: red!important;
  font-weight: 600;
}

.selector-ocacion input {
  display: none!important;
}
.selector-ocacion input[type=radio] + .desciptor {
  display: inline-block;
  margin-right: 3px;
  width: 102px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background: #1C1D26;
  border: 1px solid transparent;
  box-shadow: 0 0 5px #0B0B0F;
  border-radius: 2px;
}
.selectorx {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.dias-completos {
  display: inline-block;
  margin-left: 50px;
}
.selector-ocacion input[type=radio]:checked + .desciptor {
  background: #2AA6B3;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 1px #07353a;
}
.afiliselect{
  position: relative;
  margin: 0 auto;
  max-width: 340px;
  user-select:none;
}

.listado_td{
  position: relative;
  margin: 0 auto;
  border-collapse: collapse;
}
.listado_td thead th{
  background: #333;
  border: 1px solid #333;
  color: #fff;
  padding: 15px 0;

}
.listado_td td{
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px 13px;
  color: #444;
}
.listado_td a{
  color: #333;
}

.listado_td tr:nth-child(odd){
  background: #fff;
}
.listado_td tr:nth-child(even){
  background: #efefef;
}
.listado_td tfoot td{
  background: #333;
  border: 1px solid #333;
  color: #999;
  font-size: 10px;
}