html,
body,
div,
span,
object,
iframe,
h1,
h2,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
sup,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-size: 13px;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

ul.superior {
  position: absolute;
  top: 0px;
  left: 90%;
  z-index: 2500;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

ul.superior_manual {
  position: absolute;
  top: 0px;
  left: 80%;
  z-index: 2500;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

ul.superior_usuario {
  top: 50px;
  left: 100px;
  color: #ccc;
  position: absolute;
  width: auto;
  text-align: left;
  z-index: 2500;
}

a.superior {
  font-size: 12px;
  color: #fff;
}

a.usuario {
  color: #a0c2be;
}

div.contenido {
  position: static;
  z-index: 0;
  font-size: 12px;
  padding-left: 3%;
  float: left;
  width: 83%;
}
div.contenido .form-horizontal {
  position: relative;
  z-index: 0;
  width: 100%;
}
h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
i {
  font-size: 16px;
}
