/* Estils per a capes i visors */
/* Classes comuns */

html, body { height: 90%; }

.overlay
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index:1001;
	opacity:.25;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
}

.modal
{
	display: none;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	padding: 0px;
	background: #fff;
	color: #333;
	z-index:1002;
	overflow: auto;
	border: 1px solid #0437a5;
	border-radius: 5px;
}

.tancarOK
{
	/*display: none;*/
	position: absolute;
	float: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	font-family: 'Arial';
	font-size: 32px;
	padding: 0px;
	background: #fff;
	color: #6e6e6e;
	z-index:1003;
	overflow: auto;
}

.tancar
{
	/*display: none;*/
	position: absolute;
	float: center;
	top: 0px;
	left: 40%;
	width: 20%;
	height: 40px;
	font-family: 'Arial';
	font-size: 32px;
	padding: 0px;
	background: #bbbbbb;
	color: #ffffff;
	z-index:1003;
	overflow: hidden;
}

.icapa
{
	width: 100%;
	/*height: 95%;*/
	height: 100%;
}

.imgfitxa
{
	position: relative;
	width: 75%;
	/*width: 100%;*/
	/*height: 100%;*/
}

.marcTaula100x100
{
	width: 98%;
	height: 94%;
	border: 1px solid #0437a5;
	border-radius: 5px;
}

.taula100x100
{
	width: 98%;
	height: 94%;
}

.texteVisorGran
{
	font-family: 'Arial';
	font-size: 14px;
	font-weight: normal;
	color: #0437a5;
	text-decoration: none;
}
