
/***********ESCAÑOS**********/
/*29*/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	width:500px;
}
/*18*/
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	width:310px;
}
/*15*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2){
	width:259px;
}
/*9*/
#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:155px;
}
/*3*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	width:52px;
}
/*1*/
#grafico>ul:nth-of-type(6)>li:nth-of-type(2){
	width:17px;
}







/********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:#11a3de;
}
#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	background:#8c1416;
}
#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	background:#df0022;
}
#grafico>ul:nth-of-type(6)>li:nth-of-type(2){
	background:#b3c900;
}



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

/***********ESCAÑOS**********/
/*29*/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	width:200px;
}
/*18*/
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	width:124px;
}
/*15*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2){
	width:103px;
}
/*9*/
#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:62px;
}
/*3*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	width:21px;
}
/*1*/
#grafico>ul:nth-of-type(6)>li:nth-of-type(2){
	width:7px;
}

}