div.pantalla

{
	position: absolute;

	left: 0px;
	top: 0px;

	width: 785px;
	height:555px;

	background-image:url('../img/fondo.png');
	background-repeat:no-repeat;
	background-position:center center;
	
	box-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

div.inactivo
{
	border: 2px dotted #000 !important;
	background: none !important;
}

div.error
{
	border: 2px dotted red !important;
}

div.idea, div.argumento
{
	font-size: 15px !important;
}

p#retroalimentacionFinal
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	width: 270px;
	z-index: 100;
	border: 2px solid #CCC;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.75);
	background: #fff;
	position: absolute;
	top: 50px;
	left: 50px;
	text-align: center;
	padding: 10px;
}
