/*Buscador de contenido*/
.input-input{
    margin-left: auto;
    
    
  }
  
  .box-search{
     border: #ff0000;
  }
  #box-search{
     margin-top: 0px;
     display: block;
     position: fixed;
     top: auto;
     left: auto;
     width: 250px;
     background: #fff;
     z-index: 8;
     list-style: none;
     display: none;
     border-radius: 7px;
     
  }
  
  #box-search li a{
     display: block;
     width: 200px;
     color: #6e6e6e;
     padding: 12px 20px;
     border-color:#ff0000;;
  }
  
  #box-search li a:hover{
     background: #e9e9e9;
     
  }
  
  #box-search li a i{
     
     margin-right: 10px;
     color: #ff0000;
  }
  /*Buscador de contenido*/

  #Header{
	background-color: #ebebed;
}

#ContainerHeaderArticle h3{
   color: #757575;
}

/* NotFound */

#seccion_centralNotFound{
   background-color: #ebebed;
   
   margin-top: 3%;
  }

  #BorderIntroduccion a{
   margin: 1em ;
}
  #BorderIntroduccion img{
   border-radius: 15px; 
   border:  1px solid rgb(221, 221, 221)
   }