body{
  background-color: #fcf7f7;
  background-image: url("/Encyclopedia/theme/grid.png");
  margin: auto;
  width: 1050px;
  text-align: center;
}

.banner_vero_wiki{
  margin: auto;
  margin-top: 15px;
  width: 1050px;
  height: 70px;
}


.vero_pic{
  margin-top: 15px;
  margin-right: 15px;
  float: left;
  width: 300px;
  display: block;
  color: black;
  text-align: center;
}
  
.contenedor{

  text-align: left;
  width: 700px;
  display: block;
  float: left;
  padding: 5px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-top: 15px;
}


::-moz-selection { /* Code for Firefox */
  color: black;
  background: pink;
}

::selection {
  color: black;
  background: pink;
}
