	/*
		Estilo con colores Red de Prevención
	*/
	.header-table {
		background-color: #F39200!important;
		color: white;
		text-align: right;
	}
	
	.footer-table {
	    background-color: #89B91D!important;
		color: white;
	}
	
	.input-xs{
		height: 20px;
		line-height: 1.5;
		font-size: 12px;
		padding: 1px 5px;
		border-radius: 3px;
		max-width: 100px;
	}