html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8;
    font-weight:bold;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    max-width:100px;
    -webkit-box-shadow: 10px 10px 24px -13px rgba(0,0,0,0.50);
    -moz-box-shadow: 10px 10px 24px -13px rgba(0,0,0,0.50);
    box-shadow: 10px 10px 24px -13px rgba(0,0,0,0.50);
}
img.ut {max-width:300px;}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}
table{
  border-collapse: collapse;
    width:95%;
}

td, th{
  border: 1px solid black;
  padding: 10px;
    text-align:center;
    font-size:0.8rem;
}
.gris {
    background:#eeeeee;
}
.gris2 {
    background:#444444;
    color:#fff;

}