/* 
    Document   : mensaje
    Created on : 12-mar-2013, 19:38:13
    Author     : uxio
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#contenidoMensaje{
    width: 500px;
    margin: 100px 120px;
    text-align: center;
    
    padding: 10px;
    border-radius: 15px 0;
    box-shadow: 0 0 10px black;
    background-color: rgba(255,255,255,0.50);
}

#tituloMensaje{
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0px;
}

#textoMensaje{
    margin-bottom: 5px;
}