/* CSS Document */
#cabecera, #menu, #lateral, #comentarios {
  display: none !important;
}

/*
#encabezado, #herramientas_del_usuario, #pie, #caja, #ruta_de_navegacion, #caja_multimedia
{
  display: none !important;
}
*/
body, #contenido, #principal, #pie {
  float: none !important;
  width: auto !important;
  margin:  0 !important;
  padding: 0 !important;
}

body { color: #000; font: 100%/150% Georgia, "Times New Roman", Times, serif; }
a:after {
 /* content: " (" attr(href) ") ";*/
}

a:before {
 /* content: " (" attr(href) ") ";*/
}


