body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#contenedora{
	width: 500px;
	height: 400px;
	margin: 0 auto;
	padding-top: 15px;
	}

#lienzo{
	width: 240px;
	margin: 0 auto;
	padding-bottom: 25px;
	}

#barra {
	width: 240px;
	height: 16px;
	background: #fff;
	background-image: url('../img/tras.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
}
#hand {
	background: #3399FF;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#retrato{
	background-image: url('../img/miedo.gif');
	background-repeat: no-repeat;
	background-position: 240px 0;
	width: 240px;
	height: 310px;
	}

#frente{
	background-image: url('../img/miedo.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 240px;
	height: 310px;
	}

#emociones{
	border: dotted 1px #ccc;
	border-width: 1px 0 1px 0;
	}

	#emociones a{
		float: left;
		display: block;
		width: 16%;
		color: #999;
		text-decoration: none;
		text-align: center;
		padding: 2px 0 3px 0;
		}*:lang(es) #emociones a{
			padding: 2px 0 4px 0;
		}

	#emociones a.on{
		color: #3399ff;
		font-weight: bold;
		}

	#emociones a:hover{
		color: #3399ff;
		}
#pie{
	text-align: center;
	font-weight: bold;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 30px;
	margin-bottom: 10px;
	color: #555;
	}

#creditos{
	text-align: center;
	color: #999;
	font-size: 11px;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

div.clr{
	margin: 0;
	padding:0;
	font-size: 0;
	line-height:0;
	height: 0;
	clear: both;
	}