body{
  background-color: #fff;
  color: #000;
  font-family: Helvetica-Rounded, arial rounded, helvetica, arial, sans-serif;
}
a{
  color: #000;
}
a:hover{
  #color: #222;
  color:#4a5d6e;
  /*border-bottom:0.2rem solid #73808c;*/
}

.vitrubio-color-01{
  color:#4a5d6e;
}
.vitrubio-color-02{
  color:#73808c;
}
.vitrubio-color-03{
  color:#a0aab4;
}
.timbre {
  font-size:0px;
  color:transparent;
}
.timbre:after {
    display:inline-block;
    content:'';
    background-image: url('timbre.png');
    width: 10rem;
    height: 10rem;
    background-size: 10rem;
    background-repeat: no-repeat;
    background-position: center;
}

.small{
  font-size:80%;
  color:#73808c;
}
.small a{
  color:#73808c;
  border-bottom: 1px dotted #73808c;
}
.small a:hover{
  color:#4a5d6e;
  background-color:#CCD9E6;
}
.full-height{
  min-height: 100vh;
}
.hide{
  display:none;
}
h1,h2,h3,h4,h5,h6{
  font-weight: bold;
  margin:2rem auto;
}
h1{
  font-size:4rem;
}
h2{
  font-size:3.5rem;
}
h3{
  font-size:3rem;
}
h4{
  font-size:2.5rem;
}
h5{
  font-size:2rem;
}
h6{
  font-size:1.5rem;
}
