/*@charset "UTF-8";*/
/* CSS Document */

<style type="text/css">
	div.contenedor {
		position: relative;
		width: 100px;
		
	}
	
	input {
		font-family: Arial;
		font-size: 8pt;	
		padding-left: 3px;
		width: 130px;
	}
	

	
	tr.fill {
		font-family: Arial;	
		color:#008585;
			
	}

	tr {
		font-family: Arial;
		font-size: 8pt;
		background-color: #E0EBEB;
		color: #008585;
		
	}
</style>
