tr.spaceUnder>td { 
    
}
tr.spaceUnder1>td { 
  padding-bottom: 1.5em;  
}
/**/
.subtitulo_header {
    background-color: white;
}

.contenedor_icon {
    width: 10%;
    min-width: 10%;
}

.contenedor_separator {
    width: 5%;
    min-width: 5%;
}

.contenedor_field {
    width: 85%;
    min-width: 85%;
}

.contenedor_div_icon {
    background-color: white; 
    padding-top: 80%;
}

div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  background-color: white;
}

div.scrollmenu a {
  display: inline-block;
  color: red;
  background-color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

.contenedor_gdpr {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 40px;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 20000001;
    background: #fff;
    color: #fff;
    width: 100%;
}

.contenedor_button {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 20000001;
    
    color: #fff;
    width: 100%;
}

/*
background: #fff;

*/