#juego{
	position:relative;
	margin-top: 20px;
}
#cuerpo h1{
	color: #f60;
	font-size: 3.6em;
	font-weight: bold;
	margin: 0;
	border: 0;
}
#cuerpo h1 span{
	color: #369;
}
#cuerpo h1 small{
	font-size: 0.3em;
	color: #666;
}
#descripcion{
	font-size: 1.2em;
}
#anagrama{
	font-size: 2.4em;
	font-weight: bold;
	color: #369;

}
#anagrama small{
	font-size: 0.5em;
	color: #999;
}
#respuestas_correctas{
	font-size: 1.2em;
	color: #369;
	margin-bottom: 20px;
	width: 350px;
}
#contenedor_tiempo, #contenedor_puntaje{
	position: absolute;
	right: 0;
	top: 20px;
	color: #369;
	font-size: 1.2em;
	background: url(../img/borde_tiempo.jpg) no-repeat;
	width: 144px;
	height: 33px;
	line-height: 33px;
	text-align: left;
	padding-left: 10px;
}
#contenedor_puntaje{
	top: 60px;
}
#tiempo, #puntaje{
	font-size: 1.6em;
	color: #f60;
	font-weight: bold;
}
.stretch{
	cursor: pointer;
	background: #ccc;
	font-size: 1.2em;
	margin-top: 20px;
	padding: 5px 10px;
	font-weight: bold;
}
.stretch.cerrado small, .stretch.abierto small{
	background: url(../img/cerrado.gif) no-repeat;
	width: 8px;
	height: 8px;
	float: right;
	margin-top: 3px;
}
.stretch.abierto small{
	background: url(../img/abierto.gif) no-repeat;
}
.contenido_stretcher{
	padding: 10px 20px;
	font-size: 1.2em;
}
#contenido_post{
	width: 550px;
	margin-bottom: 40px;
	font-family:Arial, Helvetica, sans-serif;
}
#cuerpo h2{
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #369;
	margin-bottom: 10px;
}
#instrucciones p{
	margin-bottom: 10px;
}
#adivinado{
	color: #f60;
	font-size: 1.4em;
	font-weight: bold;
}
#total{
	font-size: 0.9em;
	font-weight: bold;
	color: #f60;
	text-align: right;
}
#copyrights{
	float:right;
	font-size: 1.2em;
	color: #f60;
	margin-top: 20px;
}
fieldset{
	padding: 15px;
	margin-bottom: 20px;
}
legend{
	font-size: 1.4em;
	font-weight: bold;
	color: #369;
}
label{
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}
#cuerpo table{
	border: 1px solid #ccc;
	padding: 2px;
	border-collapse: separate;
}
td{
	padding: 5px;
	border: 1px solid #fff;
}
thead td{
	background: #ccc;
	font-weight: bold;
	font-size: 1.2em;
}
tr.impar td{
	background: #eee;
}
tr.destacado td{
	background: #cfc;
}
.col1{
	width: 15px;
}
.col2{
	width: 70px;
}
.col3{
	width: 70px;
}
caption{
	border: 1px solid #ccc;
	color: #fff;
	background: #999;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: left;
	padding: 5px;
	margin-top: 20px;
}
center{
	margin-top: 20px;
	border-top: 1px solid #999;
	padding-top: 10px;
	text-align: right;
}
fieldset small{
	margin-top: 10px;
}
#btn_comenzar, #carga{
	float: right;
	margin-left: 20px;
}
#ads{
	width: 300px;
	height:400px;
	margin-top: 80px;
}