﻿.datosCredCLAM {
	height: calc(100% - 10px);
	overflow: auto;
	margin: 0 auto;
	padding: 15px;
	border-radius: 15px;
	background: #d0d0d080;
	box-shadow: black 1px 1px 5px;
	float: left;
	width: 330px;
}

#MainContent_vistaCredencial {
	 height: calc(100% - 15px); 
	overflow: auto;
	margin: 0 auto;
	border-radius: 15px;
	background: #d0d0d080;
	box-shadow: black 1px 1px 5px;
	float: left;
	margin-left: 20px;
	width: calc(100% - 410px);
	height: calc(100% - 10px);
}

.datosCredCLAM ul {
    display:table;
    padding:0;
    border-spacing:2px;
}

    .datosCredCLAM ul li {
        display:table-row;
    }

        .datosCredCLAM ul li span, .datosCredCLAM ul li input {
            display:table-cell;
        }

        .datosCredCLAM ul li input {
            width:200px;
        }
