
/***********ESCAÑOS**********/
/*33*/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	width:500px;
}
/*19*/
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	width:273px;
}
/*13*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2){
	width:197px;
}
/*7*/
#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:106px;
}
/*3*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	width:30px;
}







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




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

/***********ESCAÑOS**********/
/*33*/
#grafico>ul:nth-of-type(1)>li:nth-of-type(2){
	width:200px;
}
/*19*/
#grafico>ul:nth-of-type(2)>li:nth-of-type(2){
	width:115px;
}
/*13*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2){
	width:79px;
}
/*7*/
#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:42px;
}
/*3*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	width:18px;
}

}