
#box,
#box-file,
#box-info{
	background: rgba(6, 126, 163, 0.8);
	height: 80px;
	border: 1px dashed #285E8E;
	display: inline-block;
	vertical-align: top;
   	-moz-sizing: border-box;
   	box-sizing: border-box;
   	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
   	margin-top: 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;

}

#box-file img{ width: 100%;}
#title-upload{
	display: inline-block;
	height: 28px;
	color: #fff;
  font-size: 11px !important;
}

#box .input-file {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
    /*background-color: #f00;*/
}	

#box .image-upload{
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
    position: relative;
    /*text-align: center;*/
    cursor: pointer;
}
#box .image-upload img{width: 65px; padding: 5px 15px;}

.progressBar{
	border-top:1px dashed #0d8dc1;
	width: 100%;
	height: 30px;
	margin: 3px 0;
	position: relative;
	overflow: hidden;
	display: inline-block;;
}
/*progreso{
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 30px;
	/*background:url('../images/bgprogress.png') repeat-x; ;
	color: #fff;
	text-align: center;
	padding: 8px 0; 
}*/

.close1{
  /*background: url('../img/sprite.png') 2px 1px no-repeat;*/
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: absolute;
  right: -15px;;
  top: -1px;
  z-index: 10000000;
  position: absolute;
  opacity: .7;
  color:#fff;
}

.close1:hover{
	opacity: .9;
}

.app-progress{
  margin-top: 9%;
}

.app-check{
  margin-top: 0px;
  font-size: 16px;
  margin-bottom: 10px !important;
  margin-top: -5px !important;
}

.app-upload{
  font-size: 26px;
  padding: 5px;
}

.app-subir{
  cursor: pointer;
  opacity: .7;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
}
.app-subir:hover{
  opacity: .9;

}

.app-sucess{
  color: #70C870;
    font-size: 26px
}

.app-hover{
  background: #3277b2;
}
.bg-seccion {
  margin-top: 50px !important;
}

@media screen and (max-width: 500px){
#box{
    height: 100px !important;
}
.app-progress{
  margin-top: 21% !important;
}
}