body{
  margin: auto;
  padding: 0px;
  color: #3b3b3b;
  font-family: arial;
}

header{
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: flex-end;
  background-image: linear-gradient(#055A8E, #1C83C2);
  height: 185px;
  line-height: 100px;
  width: 100%;
  color: white;
}
header div{
  width: 95%;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding-left: 2%;
}

header ul{
  padding-left: 1.5%;
  margin: 0px;
  margin-top: 22px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  line-height: 37px;
  align-content:  flex-end;
}

header li{
    text-shadow: 0px 0.5px white;
    font-size: 13px;
    margin: 0px 5px 0px 0px;
    padding: 0px 12px 0px 12px;
    vertical-align: bottom;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #bbdaed;
}

header li a{
  color: black;
  text-decoration: none;
}

header li:hover{
  background-color: #f3f9fc;
  cursor: pointer;
}

input{
  font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
  font-weight: lighter;
  border: 1px solid #ccc;
  color: #3b3b3b;
  font-size: 0.9em;
  margin: 2px 0;
  max-width: 100%;
  height: 26px;
  padding-left: 5px;
}

button{
  border-radius: 50px;
  border: 1px grey;
  height: 26px;
  width: 34px;
  border: 1px solid #e4e4e4;
  border-bottom-color: #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  background-color: #f0f0f0;
}

hr{
  margin-top: 4px;
  border: #d2d2d2 solid 0.5px;
}

button:hover{
  background-color: #dddddd;
}

h1{
  font-size: 25px;
  font-weight: lighter;
  padding-left: 10px;
  margin: 0px;
}

p, h2{
  color: black;
}

label{
    text-shadow: 0 1px 0 #fff;
    font-size: 0.95em;
    line-height: 1;
    font-family: Georgia,"Times New Roman",Times,serif;
}

.block{
  border-radius: 2px;
  color:black;
  background-color: #f6f6f2;
  padding: 15px 20px;
  margin: 20px;
  margin-left: 5%;
}

.block ul{
    margin: 0px 10px 0px;
    padding: 0px;
}

.block li{
  margin: 2px;
  list-style: none;
}

.block a{
  text-decoration: none;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-weight:lighter;
  color: #0071b3;
  text-decoration: none;
  border-bottom: 1px dotted;
  font-size: 0.8em;
}

#search{
  margin-top: 25px;
}

#route{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight:lighter;
  color: #0071b3;
  text-decoration: none;
  border-bottom: 1px dotted;
  margin-left: 5%;
  padding-top: 15px;
  font-size: 0.85em;
}

#route:hover, .block a:hover{
  border-bottom: 1px solid;
  color: #018fe2;
}

#camporuta{
  margin-top: 20px;
}
.cabecera{
  padding-top: 2%;
}

.corpo{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.lateralI{
  width: 25%;
}

.lateralD{
  margin-top: 37px;
  width: 75%;
}

footer{
    background: #292929;
    height: 190px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: flex-end;
}

footer hr{
  border: #494949 solid 0.5px;
}

footer div{
  width: 98%;
  margin: auto;
  margin-top: 70px;
}

footer p{
  margin-top: 20px;
}

footer p, footer a{
  color: #aeaeae;
  font-weight: lighter;
  font-size: 0.8em;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

footer a{
  text-decoration:none;
  border-bottom: 1px dotted;
  font-size: 0.9em;
  color: #c0c0c0;
}

footer a:hover{
  color: #ffffff;
  border-bottom: 1px solid;
}
