p {
  font-family: verdana, sans-serif;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-align: center;
  letter-spacing: 0px;
  line-height: 20px;
}

a:link {
    color: #2693BA;
    text-decoration:none;
}

a:visited {
    color: #2693BA;
}

a:hover {
    color: green;
    font-weight: bold;
}

a:active {
    color: #2693BA;
}
h2:link {
    color: #2693BA;
    text-decoration:none;
}
/* h2:hover {
    color: red; 
} */
h1:link {
    color: orange;
    text-decoration:none;
}
/* h1:hover {
    color: red; 
} */

small {
  font-family: verdana, sans-serif;
  font-size: 9px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-align: left;
  letter-spacing: 0px;
  line-height: 20px;
}

h1 {
  font-family: verdana, sans-serif;
  font-size: 24px;
  color: orange;
  font-style: normal;
  font-weight: normal;
  font-variant: bold;
  text-align: center;
  letter-spacing: 0px;
  line-height: 20px;
}

h2 {
  font-family: verdana, sans-serif;
  font-size: 24px;
  color: #50b7dc;
  font-style: normal;
  font-weight: normal;
  font-variant: bold;
  text-align: center;
  letter-spacing: 0px;
  line-height: 20px;
}

h3 {
  font-family: verdana, sans-serif;
  font-size: 16px;
  color: /* orange; */ #000;
  font-style: normal;
  font-weight: normal;
  font-variant: bold;
  text-align: center;
  letter-spacing: 0px;
  line-height: 20px;
}

#formBuscador
{
display:block;
width: 100%;
text-align: center;
margin: 0 auto;

}

#contenedor {
    display: table;
    border: 0px solid #000;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
#contenidos {
    display: table-row;
    width: 100%;
}
#columna1, #columna2 {
    display: table-cell;
    border: 0px solid #000;
    vertical-align: middle;
    padding: 15px;
    /* width: 25%; */
}
#frases {
    display: table;
    border: 0px solid #000;
    width: 65%;
    vertical-align: middle;
    margin: 0 auto;
    padding: 5px;
}

img {
display:block;
margin:auto;
padding-top:120px;
}
