/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

#nerdo_base{
	padding: 0px 10px 0 20px;
	overflow: auto!important;
}

#contenedor_querys{
	overflow: auto;
}

.tb_ficha_tecnica{
	
	
}

.tb_ficha_tecnica th{
	background-color:#ccc;
	color: white;
	padding: 11px!important;
}

	
.tb_ficha_tecnica tr:nth-child(odd) {
	
    background-color:#f2f2f2;
	
}
	
.tb_ficha_tecnica tr:nth-child(even) {
	
    background-color:#fbfbfb;
	
}