
/***********ESCAÑOS**********/
/*19*/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	width:500px;
}
/*17*/
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	width:447px;
}
/*13*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2),#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:342px;
}
/*9*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	width:237px;
}
/*2*/
#grafico>ul:nth-of-type(6)>li:nth-of-type(2),#grafico>ul:nth-of-type(7)>li:nth-of-type(2){
	width:53px;
}







/********COLORES***********/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	background:#d20a11;
}
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	background:#006634;
}
#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:#00cc00;
}
#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:#8c8383;
}



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

/***********ESCAÑOS**********/
/*19*/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	width:200px;
}
/*17*/
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	width:179px;
}
/*13*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2),#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:137px;
}
/*9*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	width:95px;
}
/*2*/
#grafico>ul:nth-of-type(6)>li:nth-of-type(2),#grafico>ul:nth-of-type(7)>li:nth-of-type(2){
	width:21px;
}


}