* {
  box-sizing: border-box;
  margin: 0 0 0 0;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"]{
  float: left;
  width: 100%;
}

.header{
  padding: 1em;
  background-color: white;
}

.header img{
  max-width: 100%;
  height: auto;
  margin 0px;
  text-align: center;
}

.header h1 {
  margin: 5px 10px 2px 10px;
  padding: 20px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-shadow: 2px 1px 5px gray;
  text-align: center;
}

.header p {
  margin: 5px 15px 2px 15px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  text-align:center;
}

.header p span {
  font-weight: normal;
}

.content {
  background-color: transparent;
  padding: 5px;
  margin-top: 5px;
}

body {
  background-image: url("Fondo.png");
  background-color: #ffffff;
}


form {
  background-color: #ffffff90;
  margin: 12px 12px 12px 5px;
  padding: 10px 10px 10px 10px;
}

form p {
  font-family: "Tahoma", "Geneva", sans-serif;
  font-size: 1em;
  text-align: center;
  padding: 0;
  margin: 2px;
}

input[type=text] {
  padding: 7px;
  font-family: "Tahoma", "Geneva", sans-serif;
  font-size: .8em;
  font-weight: bold;
  background-color: #61c0da30;
  border: none;
  border-bottom-style: solid;
  border-bottom-color: #61c0da;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;

}

input[type=text]:hover {
  background-color: #61c0da50;
  border-bottom-color: #ffffff;
  color: #b0b0b0;
}

input[type=text]:focus {
  background-color: white;
  border: none;
  border-bottom-style: solid;
  border-bottom-color: #eaea31;
  color: black;
}

input[type=submit], input[type=button], input[type=reset] {
  background-color: #61c0da;
  border: none;
  margin: 6px;
  padding: 12px;
  font-family: "Tahoma", "Geneva", sans-serif;
  font-size: .8em;
  font-weight: bold;
  outline: none;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
  background-color: #61c0da50;
}

input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
  background-color: #ffffff50;
  border-bottom-style: solid;
  border-bottom-color: #eaea31;
}

form .entrada {
  padding: .5em;
}

.resultados  {
  background-color: #ffffff90;
  margin: 12px 12px 12px 5px;
  padding: 12px;
  font-family: "Tahoma", "Geneva", sans-serif;
  overflow-x: auto;
}

table, th, tr, td {
  border-style: none;
  font-size: 13px;

}

table {
  width: 100%;
  margin-top: 12px;
}

th {
  background-color: #eaea31a0;
  padding: 12px;
}

tr:nth-child(even) {
  background-color: #61c0daa0;
}

td {
  padding: 6px;
}

@media screen and (min-width: 600px){
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  form p {
    text-align: right;
  }

}

@media screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
