﻿body
{
}
.pnlProgreso
{
	background-position: #fff;
	border: 2px solid #ff9c00;
	background: #fff;
	height: 75px;
	width: 250px; /*left: 90%;  	top: 30px; 	margin-left: -500px; 	margin-top: -100px;*/
}
.lblProceso
{
	position: absolute;
	font-size: 14px;
	text-align: left;
	left: 90px;
	top: 27px;
	font-weight: bolder;
	color: #ff9c00;
}
.imgProceso
{
	position: relative;
	background-color: #FFFFFF;
	width: 75px;
	height: 75px;
	left: 7px;
	margin: 2 2 2 2;
}

.pnlProgress2
{
	/*background-position: #fff;*/
	
	border: 2px solid #0174DF;
	/*background-color:#3d3d3d;*/
	height: 100%;
	width: 100%; /*left: 90%;  	top: 30px; 	margin-left: -500px; 	margin-top: -100px;*/
    background-color: rgba(61,61,61,0.7);
    z-index:1000;
}