﻿.Contenedor
{
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10001;
    opacity: .75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
}
.Contenido
{
    display: block;
    position: fixed;
    top: 16%;
    left: 25%;
    width: 50%;
    height: 350px; padding: 10px;
    background-color: #fefefe;
    border: 1px solid #fefefe;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 10002;
    overflow: hidden;
    text-align: center;
}
.PieLista
{
    text-align: justify;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
     float: right;
}
.tituloLista
{
    
    display: block;
    position: fixed;
    top: 8%;
    left: 24.8%;
    width: 50%;
    padding: 16px;
    height: 10px;
    overflow: hidden;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    color: #fefefe;/*F93D00;*/
    text-transform:uppercase;
}
/*MENSAJE INFORMATIVO*/
/**----------------------------------------------------/*/
.Contenido_mensaje
{
    display: block;
    position: fixed;
    top: 20%;
    left: 32%;
    width: 500px;
    height: 150px;
    padding: 0;
    background-color: #fefefe;
    border: 1px solid #1990d3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 10002;
    overflow: hidden;
}
.Contenido_RC
{
    display: block;
    position: fixed;
    top: 20%;
    left: 32%;
    width: 40%;
    height: 190px;
    background-color: White;
    border: 1px solid #afcde3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    z-index: 1002;
    overflow: hidden;
    text-align: center;
}
.Contenido_changePass
{
    display: block;
    position: fixed;
    top: 20%;
    left: 32%;
    width: 500px;
    height: 180px;
    padding: 0;
    background-color: #fefefe;
    border: 1px solid #fefefe;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 10002;
    overflow: hidden;
}
/**-----------fin-----------------------------------------/*/