body {

    background: url(../fotos/bg.png);
  
}

#divmensajes {
    position: absolute;
    top: 300px;
    left: 300px;
    width: 600px;
    height: 50px;
    background-color: yellow;
    box-shadow: 5px 5px 20px #888888;
    border-top-right-radius: 2em;
    border-top-left-radius: 2em;
    border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em;

}

#divmensajesx {
    position: absolute;
    top: 300px;
    left: 300px;
    width: 500px;
    height: 50px;
    background-color: yellow;
    box-shadow: 5px 5px 20px #888888;
    border-top-right-radius: 2em;
    border-top-left-radius: 2em;
    border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em;

}

#divmensajes li
{   
    position: absolute;
    top:15px;
    left:60px;
    text-align: center;
    font-size: 19px; 
}

#divmensajesx li
{   
    position: absolute;
    top:15px;
    left:60px;
    text-align: center;
    font-size: 19px; 
}


.oculto {
  display: none;
}