body > .ui.container {
      margin-top: 3em;
    }
    .center{
    text-align: center;
   }
   .m-l{
     margin-left: 16px;
   }
  .title{
    font-family: 'Open Sans';
    font-size: 15px;
    color: #b5b5b5;
    text-decoration: none solid rgb(181, 181, 181);
    line-height: 24px;
  }
  .invertido{
    background: #8fbe00;
  }
  .invertido>.title{
    color: #ffffff;
  }
  .space{
    padding-top: 16px;
  }
  .code{
    border: 1px solid #ddd;
    background-color: #ffffff;
    background-size: cover;
    font-family: 'Open Sans';
    font-size: 13px;
    padding: 16px;

  }
  .box{
    width: 140px;
    height: 97px;
    padding-top: 16px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    background-size: cover;
  }
  .box-white{
    width: 140px;
    height: 97px;
    padding-top: 24px;
    border: 1px solid #ddd;
    background-color: #ffffff;
  }
  .box-white .az{
    width: 140px;
    height: 24px;
    font-family: Lato;
    font-size: 20px;
    color: #2b2b2b;
    line-height: 24px;
    text-align: center;
  }
  .box-white .az.light{
    font-weight: 400;
  }
  .box-white .az.italic{
    font-style: italic;
  }
  .box-white .az.semi-bold{
    font-weight: 600;
  }
  .box-white .az.bold{
    font-weight: bold;
  }
  .box-white .type{
    font-family: Open Sans;
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    text-align: center;

  }
  .box .name{
    font-family: Open Sans;
    font-size: 20px;
    color: #2b2b2b;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center
  }
  .box .font{  
    font-family: Open Sans;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    text-align: center;
  }
  .box .extra{
    font-family: Open Sans;
    font-size: 12px;
    color: #999999;
    text-align: center;
  }
.ui.selection.desplegable{
	padding: 0.4571429em 2.1em 0.78571429em 1em;
}
.formSearchDS{
	background-color: #F7F7F7 !important;
}

/* Correcciones por Semantic */
.menu_lateral .ulElemento .liElemento{
	height: 52px; 
}
.wpthemeBanner .wpthemePrimaryNav li a:link, .wpthemeBanner .wpthemePrimaryNav li a:visited{
	height: 36px !important;
}
/* Fin correcciones */
.ui.segment {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    background: #F6F6F6;
    padding: 3em;
}

.ui.form .fields {
   margin: 0;
}

.infoTooltip{
	display: none;
}

.infoTooltip img{
	z-index: 9999999999999999999;
	position: absolute;
	max-width: 430px;
}

#infoTooltip:hover .infoTooltip { 
	display: block; 
}

.ui.deshabilitado.buttons .button, .ui.deshabilitado.button{
	background-color: #808080;
    color: #FFFFFF;
    text-shadow: none;
    background-image: none;
    pointer-events: none;
}
.ui.deshabilitado.button:hover{
	background-color: #808080;
}

.errorResoluciones {
    padding: 3px 10px !important;
}
.errorResoluciones p {
    font-size: 13px !important;
}

.infoTooltip img {
    max-width: 400px;
    left: 0 !important;
}

@media (max-width: 991px){
 .infoTooltip img {
    max-width: 100%;
 }
}
