/*
	gwaszczuk - 21/10/14
	El margin-bottom es para que no quede espacio en blanco entre el gradiente y el menú superior
*/
div.banner_testeo {
	background: linear-gradient(180deg, #FFDB75 0%, #FFF985 25%) repeat scroll 0% 0% transparent;
	margin-bottom: -19px;
}

div.banner_capacitacion {
	background: linear-gradient(180deg, #9CE7FF 0%, #B1FFFD 25%) repeat scroll 0% 0% transparent;
	margin-bottom: -19px;
}
}

div.banner_produccion {
	background: linear-gradient(180deg, #E1E1E1 0%, #FEFEFE 25%) repeat scroll 0% 0% transparent;
	margin-bottom: -19px;
}
