*{outline: none; margin: 0px; padding: 0px; border: 0 solid #fff; box-sizing: border-box;}
html{width: 100%; height: 100%;}
body { 
	width: 100%; height: 100%; 
	background-color: #fff; color: #1a171b;
	font-family: 'Dosis', sans-serif; font-size: 18px; line-height: 1.25em; 
}
table{border-collapse: collapse;}
a{text-decoration: none; transition: color .2s ease-out; color:#e00025; cursor: pointer;}
a:hover,
a.seleccionado{ color: #1a171b; }
ul{list-style-type: none;}
h1, h2, h3, h4, h5, h6 { font-size: 1em; font-weight: bold; line-height: 1.3em;  }

h1{ font-size: 34px; color: #e00025; letter-spacing: .05em; line-height: 1.1em;}
h2{ font-size: 22px; }
/* h3{ font-size: 18px;  } */
hr{ border: 0; height: 3px; background: #e00025; margin:1rem 0; }