
/***********ESCAÑOS**********/
/*25*/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	width:500px;
}
/*11*/
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	width:220px;
}
/*9*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2){
	width:180px;
}
/*6*/
#grafico>ul:nth-of-type(4)>li:nth-of-type(2),#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	width:120px;
}
/*5*/
#grafico>ul:nth-of-type(6)>li:nth-of-type(2){
	width:100px;
}
/*1*/
#grafico>ul:nth-of-type(7)>li:nth-of-type(2){
	width:20px;
}






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




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


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

/***********ESCAÑOS**********/
/*25*/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	width:200px;
}
/*11*/
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	width:88px;
}
/*9*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2){
	width:72px;
}
/*6*/
#grafico>ul:nth-of-type(4)>li:nth-of-type(2),#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	width:48px;
}
/*5*/
#grafico>ul:nth-of-type(6)>li:nth-of-type(2){
	width:40px;
}
/*1*/
#grafico>ul:nth-of-type(7)>li:nth-of-type(2){
	width:8px;
}

}