/**BARRA PROGRESO**/
#progreso
{
	width:100%;
	height:28px;
}

#tabla_progreso
{
	font-family:Arial;
	letter-spacing:0px;
	font-size:9px;
	color:green;
}
.prog1-bar, .prog4-bar, .prog5-bar
{
	background: url(../images/progres/bp1.jpg) no-repeat left center;
	height: 12px;
	width:101px;
}

.prog2-bar, .prog3-bar
{
	background: url(../images/progres/bp2.jpg) no-repeat left center;
	height: 12px;
	width:201px;

}

.prog1-level, .prog4-level, .prog5-level
{
	background: url(../images/progres/bp1f.png);
	background-position: left center;
	background-repeat:no-repeat;
	width: 0%;
	height: 12px;

}

.prog2-level, .prog3-level
{
	background: url(../images/progres/bp2f.png);
	background-position: left center;
	background-repeat:no-repeat;
	width: 0%;
	height: 12px;
}

