body{
  font-family: 'Roboto', sans-serif;
  background-color: #000;
}
.centrarimg{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.imgcontainer{
  height: 120px;
}
.imgcontainer2{
  width: 260px;
}
.txtcontainer{
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.txtmedium{
  color: #424242;
  font-size: 1rem;
  font-weight: 500;
}
.txtsmall{
  font-size: 1rem;
  font-weight: 100;
}
.txtsmall2{
  font-size: 1rem;
  font-weight: 300;
}
.txtmedium2{
  font-size: 1.5rem;
  font-weight: 400;
}
.txtbig{
  font-size: 2rem;
  font-weight: 700;
}
.info{
  padding-bottom: 100px;
}
.bcontacto{
  background-color: #CC0000;
}
label, input[type="submit"]{
  margin: 20px 0px 0px 0px;
}
footer{
  color: white;
  font-family: 'Roboto', sans-serif;
  background-color: #252525;
  padding-top: 16px;
}