/* CSS Document */



#IMenu {
	position:relative;
	width:25%;
	height:460px;
	float:left;
	margin-right:15px;
	z-index:0;
	/*overflow:auto;*/
}

#IAccion {
	/*position:relative;*/
	float:right;
	margin-right:10px;
	width:70%;
	z-index:inherit;
	
	/*height:460px;*/
	/*overflow:auto;*/
}

.modal {
	display:none;
	position: absolute;
	top: 121px;
	left: 235px;
	/*	width: 445px;
	height: 220px;*/
	/*padding: 6px;*/
	background: #fff;
	color: #333;
	z-index:1002;
	border:#990000 solid 5px;
	background-color:#FFFFFF;
}

.opaca {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index:1001;
		opacity:.75;
        -moz-opacity: 0.75;
        filter: alpha(opacity=75);
		border:#FFFFFF solid 1px;
}

/*	..........................................	*/
	/* ADMINISTRACION DE EXPEDIENTES USUARIOS
/*	..........................................	*/
#LUsuarios {
	width:28%;
	height:400px;
	float:left;
	overflow:auto;
}

#LUExpedientes {
	position:relative;
	width:70%;
	height:400px;
	margin-left:10px;
	float:left;
	overflow:auto;
}

/*	.....................................	*/
	/* FORMATOS PARA TRIBUNALES
/*	.....................................	*/

#ITMenu {
	position:relative;
	width:20%;
	height:460px;
	float:left;
	overflow:auto;
}

#ITAccion {
	position:relative;
	float:right;
	margin-right:5px;
	width:78%;
	/*height:460px;*/
	/*overflow:auto;*/
}


/*	.....................................	*/
	/* TRIBUNALES :: ESTADISTICAS
/*	.....................................	*/

#EstPrincipal {
	width:95%;
	/*height:180px;*/
	margin-top:10px;
	margin-left:20px;
	}
