﻿body
{
	font-family: 'Comic Sans MS';
	color: #FFFF00;
	margin-top: 0px;
	background-color: #000000;
}
.centrado
{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.TextoComicMini
{
	font-family: 'comic Sans MS';
	font-size: small;
}

.TextBoxComic
{
	border-style: solid;
	border-width: 1px;
	font-family: 'comic Sans MS';
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00;
}
.FondoBart
{
	background-image: url(   'imagenes/bart.gif' );
	background-repeat: no-repeat;
	background-position: right bottom;

}

a, a:visited
{
	text-decoration: none;
	color: #FFff00;
}
a:hover
{
	text-decoration: none;
	color: #0000ff;
}
.FondoLevel1
{
	background-image: url('/privado/imagenes/Level1_fondo.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.FodoHallOfFame
{
	background-image: url( '/imagenes/halloffamebart.png' );
	background-repeat: no-repeat;
	background-position: right bottom;
}
.FondoError
{
	background-image: url(  '/imagenes/homer_nude.png' );
	background-repeat: no-repeat;
	background-position: center bottom;
}
.FondoFinal
{
	background-image: url(  'imagenes/barnie.png' );
	background-repeat: no-repeat;
	background-position: right bottom;
}
