.contenedorFichaBP{
	/*display:none;*/
}
.fondoFichaBP {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding:0;
	z-index: 9995;
	background-color: #999999;
	filter: alpha(opacity=70); /* IE */
	opacity: 0.7; /* Modern */
	margin: 0;
	width:auto;
}
.contenedorPopupFichaBP{
	display: table;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9996;
}
.helperPopupFichaBP{
	#position: fixed;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	z-index: 9997;
}
.popupFichaBP {
	position: relative;
	#top: -50%;
	padding:20px 0;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 2px 3px #666666;
    max-height: 522px;
    width: 999px;
    z-index: 9998;
    overflow:auto;
    margin:0 auto;
    /*display:none;*/
}
.cerrarFichaBP{
    background-color: #E33724;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
	font-weight: bold;
    
	position:absolute;
	top:0px;
	right:0px;
	height:20px;
	width:20px;
}

#loadingFichaBP.loaderFrame{
	position:absolute;
	top:160px;
	left:180px;
	margin-left:0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.popupFichaBP {
		width: 748px;
	}
}

@media only screen and (max-width: 767px) {
	.popupFichaBP{
		width:420px;
	}
	#loadingFichaBP.loaderFrame{
		margin-left: -38%;
	    width: 67%;
	}
}

@media only screen and (max-width: 479px) {
	.popupFichaBP{
		width:300px;
	}
}