﻿#message
{
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: White;*/
    /*display: none;*/
    display: block;
    text-align: right;
}

/*#Mensaje_men  
{
    position: absolute; 
    width: 50%; 
    height: 50%; 
    z-index: 100; 
    padding: 12% 25% 12% 25%; 
    
}

#men_txt
{
    overflow: auto;
    background-color: #91948D;
    text-align: center;
    height: 20%;
}

#men_header
{
    height: 5%;
    width: 100%;
    display: block;
    background-color: Black;
}

#men_cerrar
{
    text-align: center;
    width: 10%;
    float: right;
    font-weight: bold;
    background-color: White;
    border: thin solid #000000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}*/