body
{  
  background-color: #ffffff;
  /*background-image: url("images/fondo_cortinilla.png");*/
  background-position:center top;
  background-size: 100% auto;
  font-family: Arial, Helvetica, sans-serif;
}
.imageBackground{
    position:absolute;
    z-index:-1;
    top:-25px;
    left:0;
    width:100%; /* alternative: right:0; */
    height:100%; /* alternative: bottom:0; */
}

#contenedor{
    margin-left: 50px;
    margin-right: 50px;
}
.textoPrincipal{
    text-align: center;
    color: rgb(134, 133, 133);
    font-size: 22px;
    font-weight: lighter;
}
.textoResaltado{
    color:rgb(52, 180, 110);
}

.contenedorTexto{
    width:80%;
    margin:0 auto;
}

.textoPgi{
    text-align: center;
    color: rgb(134, 133, 133);
    font-size: 22px;
    font-weight: lighter;
    line-height: 150%;
}

.textoBoldPgi{
    font-weight: bold;
}

.contenedorTextoGenerico{
    width:60%;
    margin:0 auto;
}