@charset "utf-8";
/* CSS Document */

/* overwriting styles.css */
#background {
}
#background_participa {
	background-image:url(../img/fotos/participa.jpg);
	background-position:677px 99px;
	background-repeat:no-repeat;
}
#background_infantil {
	background-image:url(../img/fotos/concursinfantil.jpg);
	background-position:642px 99px;
	background-repeat:no-repeat;
}
#content
{
	background-image:url(../img/fotos/concurs1.jpg);
	background-position:top right;
	width:69em;
}


#content .text , DIV.concurs_botonera {
	width:450px;
}

DIV.concurs_text {
	line-height: 1.3em;
}
	DIV.concurs_text P {
		margin: 0;
		padding-bottom: .5em;
	}
	DIV.concurs_text UL {
		margin: .5em 0 .5em 1.5em;
		padding: 0;
		list-style-type: disc;
	}
		DIV.concurs_text UL UL {
			margin-left: 4em;
			font-size: .9em;
			list-style-type: circle;
		}
	DIV.concurs_text .texto_destacado {
		font-size: 1.2em;
	}
DIV.concurs_botonera {
	text-align: center;
}
	DIV.concurs_botonera INPUT {
		margin: 0 .5em;
	}


