/* CSS Document */
body {
	background-image		:url(imagenes/bg-pattern.gif);
	background-position		:center;
	background-color		:#444444;
}

#centrado  {
	text-align				: center;
	position				: absolute;
	top						: 50%;
	left					: 50%;
	margin-left				: -380px; /* mitad del ancho de la película */
	margin-top				: -275px;  /* mitad del alto de la película */
    }
	
.textopie {
	color					:#dedede;
	font-family				:"Trebuchet MS", Arial;
	font-size				:10px;
	text-align				:center;
	font-weight				:bold;
	}
