/* CSS Document */

body {
  background-color: white; 
  color: black; 
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 20px;
}

/* put url after link text instead of underlining */
a:link, a:visited {
  background-color: white; 
  color: black; 
  text-decoration: none;
}

.navcontainer, .tagline, .bt-nav, .bcumb, .small, .pie, .menu{
display: none;
}

#footer {
font-size: 11px;
border-top: 1px solid #000;
padding-top: 10px;
}

acronym {
  border: 0;
}

.small {
  display: none;
}

.big {
  margin: auto;
  width: auto;
  height: auto;
}

.cuerpo {
  margin: 1em;
  padding: 1em;
  width: auto;
  left: 0;
}


/* Nuevo VictorHG 13/07/2020 */

.precabecera{
    display: none !important;
}

.cabecera{
    display: none !important;
}

.ruta_web{
    display: none !important;
}

.lateral_izquierdo{
    display: none !important;
}

footer{
    display: none !important;
}

.boton_mod_campo{
    display: none !important;
}

.boton_info{
    display: none !important;
}
