﻿.contenedor-mensaje { position:fixed; z-index:10000; top:0; bottom:0;
                      left:0;
                      right:0;
                      background-image: url('../img/bg-progress.png');
                      background-repeat: repeat;
}
.ventana-mensaje 
{
    position:absolute;
    z-index:10001;
    width:auto;
    height:auto;
    min-width:300px;
    max-width:500px;
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    -webkit-border-radius:6px;
       -moz-border-radius:6px;
            border-radius:6px;
}
.titulo-mensaje 
{
    padding:5px 10px;
    width:auto;
    background-color:#EEEEEE;
    -webkit-border-radius:5px 5px 0px 0px;
       -moz-border-radius:5px 5px 0px 0px;
            border-radius:5px 5px 0px 0px;
}
.contenido-mensaje { width:auto; height:auto; padding:0px 10px; }
.boton-aceptar 
{
    float:right;
    width:auto;
    height:auto;
    margin-bottom:10px;
    margin-right:10px;
    padding:5px 8px;
    border:1px solid #CCCCCC;
    background-color:#DDDDDD;
    -webkit-border-radius:3px;
       -moz-border-radius:3px;
            border-radius:3px;
    cursor:pointer;
    font-size:inherit;
    color:inherit;
   
}

.contenedor-btn-msg {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/*desde aki*/


.msg-contenedor { position:absolute; z-index:10000; top:0; left:0; bottom:0; right:0; background-color:rgba(0,0,0,0.1); }

.msg-ventana
{
    position:absolute;
    z-index:10001;
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    box-shadow: 6px 6px 10px #888;
    min-height:125px;
    /*-webkit-border-radius:6px;
       -moz-border-radius:6px;
            border-radius:6px;*/
}
.msg-titulo
{
    width:auto;
    display:block;
    padding:10px 10px 10px 60px;
    font-size:18px;
    font-weight:600;
    color:#191919;
}
.msg-titulo span { font-size:inherit; }
    .msg-titulo:hover { cursor:move; }
.msg-titulo-info { border-bottom:1px solid #006400; color:#006400; background-image:url('../Img/info32.png'); background-repeat:no-repeat; background-position: 5px center; }
.msg-titulo-exito { border-bottom:1px solid #418FD1; color:#418FD1; background-image:url('../Img/exito32.png'); background-repeat:no-repeat; background-position: 5px center; }
.msg-titulo-alerta { border-bottom:1px solid #DE8E15; color:#DE8E15; background-image:url('../Img/alerta32.png'); background-repeat:no-repeat; background-position: 5px center; }
.msg-titulo-error { border-bottom:1px solid #BF0000; color:#BF0000; background-image:url('../Img/error32.png'); background-repeat:no-repeat; background-position: 5px center; }
.msg-contenido {
    width:auto;
    min-width:300px;
    max-width:500px;
    height:auto;
    display:block;
    float:left;
    padding:20px 10px 20px 60px;
}
.msg-salida 
{
    float:right;
    cursor:pointer;
    color:gray;
}
.msg-salida:after { content:'X'; }
.msg-salida:hover { color:#FF0000; }

/*hasta aqui*/

/*body {
    font-family: 'Segoe UI', sans-serif, Verdana;
    font-size:13px;
    color:#2f2f2f;
}

#cont-mensaje {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,0.1);
}
#ventana-mensaje
{
    position:absolute;
    height:auto;
    width:auto;
    min-height:120px;
    max-width:500px;
    overflow:hidden;
    border:1px solid #bbb;
    background-color:#fff;
    box-shadow:  0 0 15px #999;
}
#btn-cerrar
{
    position:absolute;
    right:0;
    top:0;
    right:0;
    height:auto;
    width:30px;
    padding:5px 0;
    text-align:center;
    color:#888;
    cursor:default;
}
    #btn-cerrar:before { content:'X'; }
    #btn-cerrar:hover { background-color: #be3333; color:#fff; }

#img-mensaje
{
    position:absolute;
    width:60px;
    top:0;
    bottom:0;
    left:0;
    background-color:#0094ff;
}
#titulo-mensaje
{
    position:absolute;
    display:block;
    left:60px;
    padding:10px 10px 10px 15px;
    height:auto;
    color:#0094ff;
    font-size:25px;
}
#texto-mensaje
{
    display:block;
    float:left;
    min-width:300px;
    margin:55px 10px 10px 75px;
    padding-top:10px;
    border-top:1px solid #ccc;
}
.oculto { display: none; }

.exito { background-color: #fff; }
.exito #img-mensaje { background-color: #0094ff; }
.exito #titulo-mensaje { color: #0094ff; }
.exito #img-mensaje { background-image: url('../Img/Exito.gif'); background-position:center 12px; background-repeat:no-repeat; }

.alerta { background-color: #fff; }
.alerta #img-mensaje { background-color: #e2bf33; }
.alerta #titulo-mensaje { color: #c8a61e; }
.alerta #img-mensaje { background-image: url('../Img/Aviso.gif'); background-position:center 12px; background-repeat:no-repeat; }

.error { background-color: #fff; }
.error #img-mensaje { background-color: #be3333; }
.error #titulo-mensaje { color: #be3333; }
.error #img-mensaje { background-image: url('../Img/Error.gif'); background-position:center 12px; background-repeat:no-repeat; }*/