/* CSS Document */

.FondoParaModal{
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1001;
    opacity: .5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
.MensajeUno {
	text-align: center;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ParaImagenUsuario{
	float: right !important;
	margin-left: -15px;
}
.TablaUsuario{
	display: table;
}
.TituloUsuario{
	display: table-caption;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}
.EncabezadoUsuario{
	display: table-row;
	font-weight: bold;
	text-align: center;
}
.FilaUsuario{
	display: table-row;
}
.CeldaUsuario{
	display: table-cell;
	border: none;
	border-width: thin;
	padding-left: 5px;
	padding-right: 5px;
}
.FondoModal{
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	top:0px;
	background-color:#D1D4D3;
	opacity:0.6;
	filter: alpha(opacity=60);
	text-align:center;
}

.Procesando{
	width:100%;
	height: 40px;
	text-align:center;
	top:50%;
	position:absolute;
	font-size:18px;
	font-weight:bold;
}

.mr-20{
	margin-right: 20px;
}
.ml-20{
	margin-left: 20px;
}