* {
font-family: Tahoma;
}
body {
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
}

table { 
  font: 80% Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #666666;
  border-top: 1px;
}
table a {
  text-decoration: underline;
}
table a:visited {
  text-decoration: none;
}
tr.odd {
  background-color: #ebf3ff;
}
tr a {
  color: #000000;
}
tr:hover a {
  color: #ffffff;
}
tr:hover, tr.odd:hover {
  background-color: #3d80df;
  color: #ffffff;
}
caption {
  font-size: 140%;
  height: 45px;
  line-height: 44px;
  color: #60634E;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-left: -1px;
}
thead th {

  border-top: 1px;
  color: #000;
  height: 33px;
}
thead th:hover {

}
tr {
  vertical-align: top;
}
tr,th,td {
  padding: .75em;
}
td {
  border-left: 1px solid #dadada;
}
tfoot tr {
}
tfoot td, tfoot th{
  color: #000;
  border: 0px;
}
.titulo {
    min-width: 525px;
    max-width: 525px;
    background-color: ;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    padding: 15px;
    border: 1px solid whiteSmoke;
    text-decoration: bold;

}

.arriba {
    min-width: 525px;
    max-width: 1025px;
    background-color: #00399E;
    color: #FFFFFF;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left;
    padding: 15px;
    border: 1px solid #00399E;
}
.abajo {
    min-width: 525px;
    max-width: 1025px;
    background-color: whiteSmoke;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    padding: 15px;
    border: 1px solid whiteSmoke;
}
.boleta {
    min-width: 525px;
    max-width: 1025px;
    background-color: bisque;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    padding: 15px;
    border: 1px solid whiteSmoke;
}
.celda {
    min-width: 250px;
    max-width: 425px;
    background-color: ivory;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    padding: 15px;
    border: 1px solid whiteSmoke;
}
.voto {
    min-width: 525px;
    max-width: 1025px;
    background-color: azure;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: left;
    padding: 15px;
    border: 3px solid gray;
}
.sinnaa:hover {
  background-color: bisque;
  color: #000000;
}