body {
	background-image: url(imagenes/fondo.gif);
	background-repeat: repeat-y;
	margin: 0px;
}
a:link {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
}
#inv {
	visibility: hidden;
}
#pelicula {
	text-align: center;
	top: 6px;
	position: relative;
}
#encabezado {
	text-align: center;
	top: 6px;
	position: relative;
	height: 50px;
}
#piedepagina {
	text-align: center;
	top: 12px;
	position: relative;
	height: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9px;
	color: #999999;
}
#mensaje {
	text-align: center;
	top: 12px;
	position: relative;
	height: 364px;
	vertical-align: middle;
	background-image: url(imagenes/error.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#txterror {
	color: #FFFFFF;
	padding: 100px;
	width: 700px;
	text-align: left;
	position: inherit;
}
