@media screen and (min-width:0px) and (max-width:480px) {
	input, textarea {
		border: 1px solid #999;
	}
	.general_td_div input[type=text], .general_td_div input[type=number] {
		
		color: black;
		
	}
	div.tooltip span {
		
		
		color: #111;
		border: 1px solid #DCA;
		background: #fffAF0;
		
	}
}

@media only screen and (min-device-width: 600px) and (max-device-width: 960px)
		, screen and (min-width: 600px) and (max-width: 960px) {
	/* @media  screen and (max-device-width: 600px), screen and (max-width: 600px) { */
	input, textarea {
		border: 1px solid #999;
		
	}
	.general_td_div input[type=text], .general_td_div input[type=number] {
		
		color: black;
		
	}
	div.tooltip:hover:before_desactivado {
		
	    		border-color: #333 transparent;
	    		
		
		
	}
	.tabla_general .tr_div2:nth-child(2n+1) {
		border-color: red;
		
	}
}


