* {
  box-sizing: border-box;
}

.nav_right { 
    padding: 10px 0px;  
    float: right;     
}

.escuda  {
    margin-bottom:5px;   
}


/*buscador*/

form.mybuscador input[type=text] {
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  float: left;
  width:85%;  
  background: #fff;
  border-radius: 3px 0 0 3px;
}

form.mybuscador button {
  float: left;
  width: 15%;
  padding:5px;
  background: #2196F3;
  color: white;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 0 3px 3px 0;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

form.mybuscador button:hover {  
  background: #0b7dda;
}

/* Clear floats */
form.mybuscador::after {
  content: "";
  clear: both;
  display: table;
}

/*fin buscador*/


.novedades2 i {
    font-size: 18px;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.novedades2 .fa-facebook {
    background:#343a40;
    color: white;
}

.novedades2 .fa-twitter {
  background:#343a40;
  color: white;
}

.novedades2 .fa-instagram{
  background:#343a40;
  color: white;
}

.novedades2 .fa-youtube-play {
  background:#343a40;
  color: white;
}




