#presentacionruta {
  width:960px;
  height:380px;

  margin: 20px auto;
  
  padding-bottom: 10px;
  /*border-bottom: 1px solid #c0c0c0;*/
}


#presentacionruta h2 {
  
  margin-left:40px;
  padding-top: 30px;
  font-size: 5.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  color:#74921e;
  font-weight: 600;
  letter-spacing: -.03em;
  background-color: black;
}

#presentacionruta .arregloruta {
  width:153px;
  height:44px;
  margin:20px 0 0 35px;
  background-color: black;
}

#presentacionruta .arregloruta p{
  font-size: 1.3em;
  color:#FFF;
  text-transform: uppercase;
  padding-top: 13px;
  margin-left:12px;
  float:left;
  letter-spacing: .07em;
}

#informacionruta, #informacionruta2 {
  width:960px;
  height: auto;

  margin:0 auto;
  padding-bottom: 10px;
  

  /*HACK para limpiar el flow del documento,
  suprime estas lineas y verás el fallo*/
  height: 1%;
  overflow: hidden;
  /*Fin del hack*/

  margin-bottom: 20px;
}

#informacionruta {
  /*border-bottom: 1px solid #c0c0c0;*/
}

#informacionruta h2, #informacionruta2 h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  color:#5a7411;
  padding-left:20px;
  background: url(../imgs/rightArrow.png) no-repeat left center;
  margin-bottom: 20px;
  display: block;
}

#informacionruta p, #informacionruta2 p {
  font-size: .93em;
  color:#5d5d5d;
  line-height: 1.5em;
  text-align: justify;
}

#biografia {
  width:960px;
  float: left;
  padding-bottom: 20px;
 
  margin-bottom: 13px;
}
#datosruta{
    width:600px;
    float: left;

}

#descripcionruta{
  width:300px;
  float: left;
  padding: 10px;
  margin-left: 20px;
  margin-top: 38px;
  border:2px solid #74921e;
  border-radius: 7px;
  }

  #vinculos {
  width:300px;
  float: left;
  margin-left: 20px;
  padding-top: 10px;
  margin-bottom: 13px;
  margin-top: 20px;
 
}

  #vinculos:hover {
  width:300px;
  float: left;
  margin-left: 20px;
  padding-top: 10px;
  margin-bottom: 13px;
  margin-top: 20px;
}

a.vinculo {
  text-decoration: none;
  color:#000;
  font-family: Rockwell Extra Bold;
 }

 a.vinculo:hover {
  color: #74921e;
  font-family:Rockwell Extra Bold;
  
 }

span.resaltar{
  color:#976150;
}

#datosruta img{
  margin-bottom: 20px;
}

#introruta p{
  width:960px;
  height: auto;
  margin:0 auto;
  font: 1.2em 'Century Gothic', sans-serif;
  text-align: justify;
  padding-bottom: 13px; 
 }

 .contenidoizq img{
    float: left;
    margin-right: 10px;
 }

 .contenidoder img{
    float: right;
    margin-left: 10px;
 }