#productos li {
  position: relative;
  padding-top: 22px;
}

#productos li img {
  position: absolute;
  left: 6px;
  top: 0;
}

#productos li.par img {
  left: 73px;
}

.texto {
  margin-bottom: -10px;
}

#aplicaciones {
  clear:both;
  border-top: 1px solid #ee5908;
}

#funciones, #aplicaciones {
  margin-left: -172px;
  padding-left: 172px;
  margin-right: -13px;
  padding-right: 13px;
}

#funciones {
  background: url(/resources/i/lateral.png) left bottom no-repeat;
  padding-bottom: 82px;
}

#funciones ul, #aplicaciones ul {
  list-style: none;
  margin-right: -10px;
}

#funciones img, #aplicaciones img {
  margin:0;
}

#funciones li, #aplicaciones li {
/*  position: relative;*/
  background: none;
  padding-left: 0;
  padding-right: 1em;
  clear: both;
}

#funciones li.par, #aplicaciones li.par {
  background: white;
}

#funciones li img, #aplicaciones li img {
  float: left;
  margin-top: 0;
}

#funciones li .avance, #aplicaciones li .avance, #funciones li .nombre, #aplicaciones li .nombre {
  margin-left: 64px;
}

#funciones li .nombre, #aplicaciones li .nombre {
  font-weight: bold;
}


.descripcion {
  display: none;
  position: absolute;
  width: 470px;
  margin-left: 25px;
  margin-top: -30px;
  padding: 59px 0 0;
  background: transparent url(/resources/aplicaciones/bocadillo_up.png) top no-repeat;
  z-index: 50000;
}

.descripcion .down {
  background: url(/resources/aplicaciones/bocadillo_down.png) right bottom no-repeat;
  padding-bottom: 26px;
}

.descripcion .center {
  background: url(/resources/aplicaciones/bocadillo_center.png) right repeat-y;
  padding-left: 98px;
  padding-right: 20px;
}

#funciones li .descripcion .nombre, #aplicaciones li .descripcion .nombre {
  margin-left: 0;
/*  margin-bottom: 0.5em;*/
  font-weight: bold;
}

#tercerMenu ul li a {
  text-align: left;
  padding-left: 1em;
}

#tercerMenu ul ul a {
  padding-left: 3em;
}