
/***********ESCAÑOS**********/
/*30*/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	width:500px;
}
/*25*/
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	width:417px;
}
/*13*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2){
	width:217px;
}
/*4*/
#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:67px;
}
/*1*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2),#grafico>ul:nth-of-type(6)>li:nth-of-type(2),#grafico>ul:nth-of-type(7)>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:#b3c900;
}
#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:#e7548e;
}


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


/***********ESCAÑOS**********/
/*30*/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	width:200px;
}
/*25*/
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	width:167px;
}
/*13*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2){
	width:87px;
}
/*4*/
#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:27px;
}
/*1*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2),#grafico>ul:nth-of-type(6)>li:nth-of-type(2),#grafico>ul:nth-of-type(7)>li:nth-of-type(2){
	width:7px;
}


}