
/* IE 10 & 11*/
_:-ms-lang(x),.ie10up, .map_container{
	display: none;
}
_:-ms-lang(x),.ie10up, i.icon-assin {
	width: 380px;
	height: 280px;
	margin-top: -25px;
	display: block;
}

_:-ms-lang(x),.ie10up, div.efectuado span{
	opacity: 0.5;
	padding-bottom: 4px;
}



@media all and (max-width: 1240px) , (max-height: 750px) {

	_:-ms-lang(x),.ie10up, .container, .mini_nav, .efectuado span{
		-ms-transform: scale(0.9); /* IE 9 */
	    transform: scale(0.9);
	    transform-origin: center;
	}

	_:-ms-lang(x),.ie10up, .icon-barraM{
		-ms-transform: scale(0.9); /* IE 9 */
	    transform: scale(0.9);
	    transform-origin: left bottom;
	}

	_:-ms-lang(x),.ie10up, .icon-logoMbcp{
		-ms-transform: scale(0.7); /* IE 9 */
	    transform: scale(0.7);
	    transform-origin: right bottom;
	}
}

@media all and (max-width: 1040px) , (max-height: 600px) {

	_:-ms-lang(x),.ie10up, .container, .mini_nav, .efectuado span{
		-ms-transform: scale(0.8); /* IE 9 */
	    transform: scale(0.8);
	    transform-origin: center;
	}

	_:-ms-lang(x),.ie10up, .icon-barraM{
		-ms-transform: scale(0.8); /* IE 9 */
	    transform: scale(0.8);
	    transform-origin: left bottom;
	}

	_:-ms-lang(x),.ie10up, .icon-logoMbcp{
		-ms-transform: scale(0.6); /* IE 9 */
	    transform: scale(0.6);
	    transform-origin: right bottom;
	}
}

@media all and (max-width: 800px) , (max-height: 454px) {
	_:-ms-lang(x),.ie10up, .container, .mini_nav, .efectuado span{
		-ms-transform: scale(0.5); /* IE 9 */
	    transform: scale(0.5);
	    transform-origin: center;
	}

	_:-ms-lang(x),.ie10up, .icon-barraM{
		-ms-transform: scale(0.5); /* IE 9 */
	    transform: scale(0.5);
	    transform-origin: left bottom;
	}

	_:-ms-lang(x),.ie10up, .icon-logoMbcp{
		-ms-transform: scale(0.5); /* IE 9 */
	    transform: scale(0.5);
	    transform-origin: right bottom;
	}
}
