@charset "UTF-8";
/* CSS Document */
#experimento {
	width: 800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-top: -100px;
	margin-bottom: 0px;/*background-color: #3FF;*/
}
#draggables {
	/*	height: 100px;*/
	position: relative;
}
#draggables div {
	top: 100px;
	left: -75px;
	width: 96px;
	height: 72px;
	cursor: move;
	/*	background: #c17878;*/
	position: absolute;
}
.feed_me {
	color: #F3C;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.feed_me_more {
	color: #F3C;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	margin-top: -200px;
	margin-left: 450px;
	/*display:none;*/
}
.feed_me_more a:link {
	color: #F3C;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.feed_me_more a:visited {
	color: #F3C;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.feed_me_more a:hover {
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.feed_me_more a:active {
	color: #F3C;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
