/*Estilos de los mensajes COMUNES para
toda la aplicación en sus diferentes variantes
(Aceptar, Aceptar/Cancelar...). Los mensajes
específicos de una pantalla (por ejemplo un login)
deberán declararse en sus hojas de estilo correspondientes*/




/****************************   MENSAJES   ***********************************/
/*.transparente{
    position :fixed !important;
    position :absolute;
    width :100%;
    height :100%;
    background-color :#ffffff;
    -moz-opacity :0.75;
    opacity :0.50;
    filter :alpha(opacity='75');
    z-index :100;
    top:0px;
    left:0px;*/
    /*display:none;*/
/*} *//*POSIBLE USO*/


.caja_mensaje_en_contenido {
    text-decoration: none;
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    border-width: 1px;
    border-top: 0px;
    border-style: solid;
    background-color: #ffffff;
    z-index: 300;
    width: 360px;
    position: absolute;
    left:50%;
    top:23%;
    margin-left: -180px;
}

.cabecera_mensaje {
    width: 99.8%;

    padding: 2px;
    padding-right: 0px;

    font-weight: 700;
}

.campo_texto_central_login{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contenido_mensaje {
    width: 90%;
    padding: 2px;
    padding-right: 0px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.contenido_mensaje_acceso {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 2px 0 2px 2px;
    position: relative;
    width: 90%;

}

.contenedor_botones_mensaje_login{ 
    margin-bottom: 13px;
}

.margenes_botones_acceso{
    margin-bottom:20px;
    margin-top:20px;
    *margin-bottom:10px;
    *margin-top:10px;
}

.z_index_302{z-index:302;}
