
/***********ESCAÑOS**********/
/*32*/
#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:297px;
}
/*11*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2){
	width:172px;
}
/*7*/
#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:110px;
}
/*6*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	width:94px;
}







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



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

/***********ESCAÑOS**********/
/*32*/
#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:119px;
}
/*11*/
#grafico>ul:nth-of-type(3)>li:nth-of-type(2){
	width:69px;
}
/*7*/
#grafico>ul:nth-of-type(4)>li:nth-of-type(2){
	width:44px;
}
/*6*/
#grafico>ul:nth-of-type(5)>li:nth-of-type(2){
	width:38px;
}


}