body {
	background-color:#878787;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image:url(../images/bg.jpg);
	margin:inherit;
	font-size: 62.5%;
	font-family: Georgia,"Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

div{
	border: 0px solid;
	border-color: #ff5555;
}

div#pantallacompleta{
	visibility: hidden;
/*	visibility: visible;*/
	position:absolute;
	left: 49%;
	top: 50%;
	z-index:2;
	width:98%;
	height: 520px;
	margin-top: -260px; 
	margin-left: -48%;
	vertical-align:middle;
}
div#tapafondo{
	visibility: hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #000;
  	filter:alpha(opacity=70);	/*IE*/
  	-moz-opacity: 0.7;		/*Mozilla*/
  	opacity: 0.7;			/*Otros*/
}
div#cerrar{
	visibility: hidden;
	position:absolute;
	z-index:5;
	width:90%;
	height: 20px;
	top: 50%;
	margin-top: -260px;
	/*background-color: #ffffff;*/
	font-size: 150%;
	font-weight: bold;
	font-family: Georgia,"Times New Roman", Times, serif;
	text-align:right;
}
div#cerrar A:link {text-decoration: none; color: white;}
div#cerrar A:visited {text-decoration: none; color: white;}
div#cerrar A:active {text-decoration: none; color: white;}
div#cerrar A:hover {text-decoration: underline; color: grey;}

div#centro {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 550px;
	margin-top: -275px; 
	margin-left: -400px;
}
div#LogoMatiu{
	visibility: visible;
	position:relative;
	width:146px;
	top: 20px;
	float: right;	
	margin: 10px;
}
