BODY {
   margin: 0px;
   background-color: #EEA6CB;
}

TD {
   font-family: Arial;
}

.descripcion-juego {
   font-family: Arial;
   font-size: 17px;
   color: white;
}

.sitio-fondo {
   position: relative;
   border: 0 px solid black;
   width: 1024px;
   height: 750px;
   background-image: url(images/fondo01.png);
   margin: 0px;
}

.contenedor-sitios-relacionados {
   position: relative;
   border: 0 px solid black;
   border-top: 3px solid #FF2BA5;
   border-bottom: 3px solid #FF2BA5;
   background-color: #C14390;
   color: #66003E;
   width: 1024px;
   margin: 0px;
   padding: 5px;
}

   .contenedor-sitios-relacionados A {
      text-decoration: none;
      color: yellow;
      font-size: 11px;
   }

#titulo-parte1-a {
   position: absolute;
   top: 15px;
   left: 20px;
   width: 250px;
   height: 50px;
   border: 0px solid black;
   text-align: left;
}


   #titulo-parte1-a H1 {
      font-family: Arial black;
      font-size: 26px;
      margin: 0px;
      color: #EEA2DF;
   }


#titulo-parte2-a {
   position: absolute;
   top: 21px;
   left: 89px;
   width: 250px;
   height: 90px;
   border: 0px solid black;
   text-align: left;
}


   #titulo-parte2-a H1 {
      font-family: Arial black;
      font-size: 58px;
      margin: 0px;
      padding: 0px;
      color: #EEA2DF;
   }


#titulo-parte1-sombra {
   position: absolute;
   top: 18px;
   left: 23px;
   width: 250px;
   height: 50px;
   border: 0px solid black;
   text-align: left;
}


   #titulo-parte1-sombra H1 {
      font-family: Arial black;
      font-size: 26px;
      margin: 0px;
      color: #9C0252;
   }


#titulo-parte2-sombra {
   position: absolute;
   top: 24px;
   left: 92px;
   width: 250px;
   height: 90px;
   border: 0px solid black;
   text-align: left;
}


   #titulo-parte2-sombra H1 {
      font-family: Arial black;
      font-size: 58px;
      margin: 0px;
      padding: 0px;
      color: #9C0252;
   }


.personaje {
      position: absolute;
      width: 215px;
      height: 280px;
      border: 0px solid black;
      background-image: url(images/girl03.gif);
      cursor: pointer;
   }


.tiulo-juego {
      font-family: Arial;
      color: #FF7DEE;
      font-size: 20px;
}

.boton-categoria {
      float: left;
      padding: 2px;
      padding-left: 5px;
      padding-right: 5px;
      font-family: Arial;
      font-size: 12px;
      font-weight: normal;
      color: white;
      border: 0px;
      margin-right: 3px;
      margin-top: 5px;
      cursor: pointer;
}


   .boton-categoria A {
      text-decoration: underline;
      color: white;
   }

.indice-listado {
   position: absolute;
   top: 600px;
   left: 190px;
   text-align: center;
   font-family: Arial;
   font-size: 14px;
   text-decoration: none;
   color: #ffff30;
}

   .indice-listado A {
      color: #ffff30;
      font-weight: bold;
      text-decoration: none;
   }

