@charset "UTF-8";
/* CSS Document */
.colortipo{
color: black;
}
.navpersonalizada{
border: solid;
border-color: white;
}
.colortipo:hover{
color: chartreuse
}
.miller{
    font-family: "Miller Regular";
    font-size: 50px;
    color: gray;
    responsive: true;
    property: margin-top margin-bottom;
    class: my;
values: map-merge($spacers, (auto: auto));
    headings-line-height: 0.5;
}
.millerdos{
    font-family: "Miller Regular";
    font-size: 30px;
    color: gray;
    responsive: true;
    property: margin-top margin-bottom;
    class: my;
values: map-merge($spacers, (auto: auto));
    headings-line-height: 0.5;
}
.millerchica{
font-family: "Miller Regular";
font-size: 15px;
color: black;
    responsive: true;
}
.milleritalic{
font-family: "Miller-TextBoldItalic";
font-size: 30px;
color: black;
}
.bg-dark{
color: black
}
.lineaMeNu {
  border-top: 4px solid black;
  height: 10px;
  max-width: 100%;
  padding: 0;
  margin: 0px auto 0 auto;
}
.linea {
  border-top: 2px solid black;
  height: 10px;
  max-width: 100%;
  padding: 0;
  margin: 0px auto 0 auto;
}
.lineafina {
  border-top: 1px solid rgba(132,132,132,1.00);
  height: 10px;
  max-width: 100%;
  padding: 0;
  margin: 0px auto 0 auto;
}
.lineablanca {
  border-top: 4px solid white;
  height: 10px;
  max-width: 100%;
  padding: 0;
  margin: 0px auto 0 auto;
}
.borde {
  border: 2px solid black;
  max-width: 100%;
  padding: 0;
  margin: 5px auto 5 auto;
}
.robotobol {
font-family: "Roboto-Bold";
font-size: 30px;
color: black;
}
.robotoblanco {
font-family: 'Roboto Regular';
font-size: 20;
color: white;
}
.robotoayuda {
font-family: "Roboto";
font-size: 0.8em;
color: black;
}
.robotolistado {
font-family: "Roboto";
font-size: 15px;
color: black;
}
.robotopeque {
font-family: "Roboto";
font-size: 10px;
color: black;
}
.robotoboltitle {
font-family: "Roboto-Bold";
}
.enlace {
  display:inline;
  border:0;
  padding:0;
  margin:0;
  text-decoration:;
  background:none;
  color: #FD9D03;
  font-family: roboto bold;
  font-size: 1.4em;
  line-height:2em;
}
.enlace:hover {
  text-decoration:none;
  color:darkgray;
  cursor:pointer;
}
.enlacedos {
  display:inline;
  border:none;
  padding:5;
  margin:5;
  text-decoration:none;
  background:none;
  color: black;
  font-family: roboto;
  font-size: 1em;
  line-height:1em;
}
.enlacedos:hover {
  text-decoration:none;
  color:darkgray;
  cursor:pointer;
}
.enlacetres {
  display:inline;
  border:0;
  padding:0;
  margin:0;
  text-decoration:;
  background:none;
  color: white;
  font-family: roboto;
  font-size: 2em;
  line-height:1em;
}

.enlacetres:hover {
  text-decoration:none;
  color:darkgray;
  cursor:pointer;
}

.bg-muted {
}