
#contenido {
	width: 800px;
	margin: auto;
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
	box-shadow: 0px 0px 0px 4px rgba(241,241,227,0.5);
	margin-top: -15px;
	z-index: -2;
	padding-top: 30px;
	padding-bottom: 20px;
}

.caja-ads {
	width: 728px;
	height: 90px;
	padding: 20px;
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
	margin: auto;
	margin-bottom: 10px;
}

.caja-ads2 {
	width: 728px;
	height: 130px;
	padding: 20px;
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
	margin: auto;
	margin-bottom: 10px;
}

.personaje {
	width: 728px;
	height: 60px;
	padding: 20px;
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
	margin: auto;
	list-style: none;
	font-size: 14px;
	color: rgba(0,0,0,0.7);
}

.personaje img {
	float: left;
	margin-right: 10px;
}

.jojojo {
	color: #c655a4;
	font-size: 18px;
	font-weight: bold;
}

.categoria {
	width: 728px;
	height: 50px;
	padding: 20px;
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
	margin: auto;
	list-style: none;
	font-size: 14px;
	color: rgba(0,0,0,0.7);
}

.categoria img {
	float: left;
	margin-right: 30px;
}


.jojo {
	color: #000;
	font-size: 42px;
	font-weight: bold;
	text-decoration: none;
}

.jojo:hover {
	color: #f518f3;
	text-decoration: none;
}

.bienvenida {
	width: 728px;
	height: 120px;
	padding: 20px;
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
	margin: auto;
	list-style: none;
	font-size: 16px;
	color: #000000;
}

.bienvenida img {
	float: left;
	margin-right: 20px;
}

.jo {
	color: #c655a4;
	font-size: 26px;
	font-weight: bold;
}

.presentacion {
	width: 728px;
	height: 150px;
	padding: 20px;
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
	margin: auto;
	list-style: none;
	font-size: 16px;
	color: rgba(0,0,0,0.7);
}

.presentacion img {
	float: left;
	margin-right: 20px;
}

.jojo {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}