/****************************************************************************************************************
// job    : selectores con responsive web design implementado a través de media queries 
// brain  : FactoByte SpA
// e-mail : ventas@factobyte.cl
//--------------------------------------------------------------------------------------------------------------*/

#contenidos-theater {
	width: 100%;
	height: 100%;
	padding: 0;
	position: fixed;
	top: 0;
	overflow: auto;
	z-index: 10000000;
	display: none;
	
	background: url("imgs/img_loading.png");
	background-color: rgba(3,68,142,0.6);
	background-repeat: no-repeat;
	background-position: center; 
	background-attachment: scroll;
}
