body {
  margin: 0px;
  padding: 0px;
  text-align: justify;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: small;
  color: #444444;
  background-color: #eceff1;
}
h1 {
  font-family: Verdana,Helvetica,sans-serif;
  color: #ff953f;
  font-weight: bold;
}
h2, h3 {
  font-family: Verdana,Helvetica,sans-serif;
  color: #ff6600;
  text-transform: uppercase;
  font-weight: bold;
}
h2 {
  font-size: 18px;
}
h4, h5, h6 {
  font-family: Verdana,Helvetica,sans-serif;
  color: black;
  font-weight: bold;
  display: inline;
}
a {
  font-weight: bold;
  color: #4773c1;
}
a:hover {
  text-decoration: none;
  color: #73c5e5;
}
.tagline {
  font-size: 16px;
}
#cabecera {
  margin: 0px auto;
  padding: 20px 0 25px;
  width: 970px;
  background-image: url(../img/logoDL150.gif);
  background-position: right center;
  background-color: #0066cc;
  background-repeat: no-repeat;
}
#cabecera h1 {
  margin: 0px;
  padding: 20px;
}
#cabecera h2 {
  margin: 0px;
  font-size: 14px;
}
#menu {
  margin: 0px auto;
  padding: 3px 0px 5px;
  width: 970px;
  background-color: #60b7de;
}
#menu ul {
  margin: 0px;
  padding: 0px;
}
#menu li {
  display: inline;
}
#menu li.selected a {
  background-color: #0066cc;
}
#menu a {
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}
#menu a:hover {
  background-color: #73c5e5;
}
#contenido {
  margin: 0px auto;
  padding: 20px 30px;
  width: 910px;
  font-size: small;
  background-color: white;
}
#contenido h2, #content h3, #content h4, #content h5, #content h6 {
  font-weight: normal;
}
#contenido p {
  line-height: 140%;
}
#contenido ul, #contenido li {
  line-height: 140%;
}
#contenido li.desglose {
  margin: 10px 8px;
  font-size: 100%;
  line-height: 140%;
}
#contenido li.subapartado {
  list-style-type: square;
  font-size: 100%;
}
.fieldset {
  border: 2px solid blue;
  margin: 30px 20px 20px 80px;
  padding: 20px;
  position: relative;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  width: 70%;
  background-repeat: no-repeat;
  background-color: #fdfdfd;
}
.fundamentos {
  background-image: url(../img/computer2.png);
  background-position: 80% 68%;
}
.internet {
  background-image: url(../img/mundo_conectado-2.jpg);
  background-position: right bottom;
}
.empresa {
  background-image: url(../img/oficina.jpg);
  background-position: right center;
}
.legend {
  border: 0px solid black;
  padding: 3px;
  position: absolute;
  background-color: white;
  top: -1em;
  left: 1em;
  font-size: 18px;
  font-weight: bold;
  color: #0066cc;
}
#pie {
  border-top: 5px solid #60b7de;
  margin: 0px auto;
  clear: both;
  width: 910px;
  font-size: 85%;
}
#pie p {
  margin: 0px;
  padding: 5px 10px 0px 125px;
  color: #4773c1;
}
#border-top {
  border-top: 5px solid #60b7de;
}
.nota {
  font-size: 0.85em;
  font-style: italic;
}

