
html, body { background-color: # ECE0FF; border: blue none; height: 100%; padding: 0px; }
.container-fluid { border: #9f76b5 solid; height: 100%; }

.cabecera { border: yellow none; padding: 0px; background-color: #9f76b5; height: 4%; color: black; }
.cuerpo { border: yellow none; padding: 0px; background-size: contain; height: 92%; background-color: white; } 
.pie { border: yellow none; padding: 0px; background-color: #9f76b5; height: 4%; color: black; font-size: 12px; }

.menu { padding: 0px; }
.sesion { padding: 0px; }

.cliente { 
	border: 3px green none;
	height: 100%;
	background-color: white; 
	padding-left: 4px; padding-right: 0px; padding-bottom: 0px; padding-top: 0px;	
}