/* Elementos principales de la página */

body
{
 background-color: rgb(255,555,255);
     D OKAY */
       /*background-size: 10px 10px;
       background-image: url(images/banner2.png)*/
    font-family: Georgia, Arial, sans-serif;
    color: #181818;
}

a:link{
  text-decoration: none;
  color: #000;
}
a:visited {color: #00F;}
a:hover {color: #F00;}


/* Cuerpo */

.padre {
  height: 800px;
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.hijo {
  width: 1200px;
}



