html, body{
    font-family: 'Source Sans Pro', sans-serif;
  font-size: 100%;
     background: #FFf;
}
body a{
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
/*-----start-header----*/
.header{
  background: #F7F8F8;
}
.logo{
  float: left;
  margin-top: 0.2em;
}
.logo img{
  position: relative;
  float: right;
}
.itinerario{
    width: 80%;
    margin-left: 10%;
    font-size: 18px;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 400;
}