@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

body {margin:0; font-family: 'Open Sans' sans-serif}

/*.boton {
 color: #0d5284;
 border: 1px solid #0d5284;
 border-radius: 5px;
 padding: 3px;
}*/

/*.boton:hover {
 color: #fff;
 border: 1px solid #0d5284;
 border-radius: 5px;
 padding: 3px;
 background-color: #0d5284;
}*/

.topnav {
  overflow: hidden;
  /*background-color: #F4D03F;*/
}

.topnav-content {
  max-width: 640px;
  width: 100%;
  margin: auto;
  margin-top: 35px;
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 3px 8px;
  text-decoration: none;
  font-size: 14px;
  
  /*border: 1px solid #FDFEFE;
  border-radius: 5px;
  margin-right: 5px;*/
}

.topnav .icon {
  display: none;
}

span {
 color: #ff8000;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 14px;    
    border: none;
    outline: none;
    color: #000;
    padding: 3px 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  
   /*border: 1px solid #FDFEFE;
   border-radius: 5px;
   margin-right: 5px;*/
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #B7950B;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* colores */

.crea {color: #e6b800;}


.rojo {color: red;}
.blanco {color: #000;}
.azul {color: deepskyblue}
.amarillo {color: yellow;}
.granate {color: crimson;}
.oliva {color: cadetblue;}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
  }
  .topnav-content {
    margin-top: 8px;
  }
}