
/***********ESCAÑOS**********/
/*21*/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	width:500px;
}
/*16*/
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	width:381px;
}
/*14*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2),#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:333px;
}
/*6*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	width:143px;
}
/*2*/
#grafico>ul:nth-of-type(6)>li:nth-of-type(2),#grafico>ul:nth-of-type(7)>li:nth-of-type(2){
	width:48px;
}







/********COLORES***********/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	background:#006634;
}
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	background:#11a3de;
}
#grafico>ul:nth-of-type(3)>li:nth-of-type(2){
	background:#b3c900;
}
#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	background:#d20a11;
}
#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	background:#a0dcbe;
}
#grafico>ul:nth-of-type(6)>li:nth-of-type(2){
	background:#df0022;
}
#grafico>ul:nth-of-type(7)>li:nth-of-type(2){
	background:#8c8383;
}



@media screen and (max-width:760px){

/***********ESCAÑOS**********/
/*21*/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	width:200px;
}
/*16*/
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	width:152px;
}
/*14*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2),#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:133px;
}
/*6*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	width:57px;
}
/*2*/
#grafico>ul:nth-of-type(6)>li:nth-of-type(2),#grafico>ul:nth-of-type(7)>li:nth-of-type(2){
	width:19px;
}
}