
	div.contenedor {
		position: relative;
		width: 100px;
	}
	/*
	input {
		font-family: Arial;
		color: #008585;
		font-size: 8pt;
		border: 1px solid #008585;
		padding-left: 3px;
		width: 130px;
	}*/

	div.fill {
		font-family: Arial;
		font-size: 8pt;
		display: none;
		width: 129px;
		position:absolute;
		color: #000000;
		background-color: #d0d6e3;
		/*border: 1px solid #008585;*/
		overflow: auto;
		height: 98px;
		top: -1px;
	}

	tr.fill {
		font-family: Arial;
		font-size: 8pt;
		color: #d0d6e3;
		background-color: #6e83bd;
		/*border: 1px solid #008585;*/
	}

	/*tr {
		font-family: Arial;
		font-size: 8pt;
		background-color: #E0EBEB;
		color: #008585;
		border: 1px solid #E0EBEB;
	}*/
