
/***********ESCAÑOS**********/
/*22*/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	width:500px;
}
/*12*/
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	width:273px;
}
/*11*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2),#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:250px;
}
/*8*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	width:182px;
}
/*6*/
#grafico>ul:nth-of-type(6)>li:nth-of-type(2){
	width:136px;
}
/*5*/
#grafico>ul:nth-of-type(7)>li:nth-of-type(2){
	width:114px;
}







/********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:#11a3de;
}
#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**********/
/*22*/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	width:200px;
}
/*12*/
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	width:109px;
}
/*11*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2),#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:100px;
}
/*8*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	width:73px;
}
/*6*/
#grafico>ul:nth-of-type(6)>li:nth-of-type(2){
	width:55px;
}
/*5*/
#grafico>ul:nth-of-type(7)>li:nth-of-type(2){
	width:45px;
}

}