
/***********ESCAÑOS**********/
/*22*/
#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:364px;
}
/*13*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2){
	width:296px;
}
/*9*/
#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:205px;
}
/*6*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2),#grafico>ul:nth-of-type(6)>li:nth-of-type(2){
	width:136px;
}
/*2*/
#grafico>ul:nth-of-type(7)>li:nth-of-type(2){
	width:68px;
}







/********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:#d20a11;
}
#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:#a0dcbe;
}
#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	background:#11a3de;
}
#grafico>ul:nth-of-type(6)>li:nth-of-type(2){
	background:#00cc00;
}
#grafico>ul:nth-of-type(7)>li:nth-of-type(2){
	background:#8c8383;
}



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

/***********ESCAÑOS**********/
/*22*/
#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:145px;
}
/*13*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2){
	width:118px;
}
/*9*/
#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:81px;
}
/*6*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2),#grafico>ul:nth-of-type(6)>li:nth-of-type(2){
	width:55px;
}
/*2*/
#grafico>ul:nth-of-type(7)>li:nth-of-type(2){
	width:27px;
}


}