
body {
	background: #000 url('../img/background.jpg') fixed;
	background-repeat: repeat-x;
	background-position: top-center;
	font: 13px Arial;
}

#cabeza {
	width: 1000px;
	height: 160px;
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 0px;
	margin: auto;
	margin-top: 65px;
	padding-top: 8px;
}

#cabeza ul {
	width: 980px;
	height: 160px;
	border: 0px;
	list-style-type: none;
	background: url('../img/cabeza.png');
	background-repeat: no-repeat;
	margin: 0px 10px 0px 8px;
}

#cabeza li {
	float: left;
}

.uno-mas {
	float: right;
	margin-right: 30px;
	margin-top: -40px;
}

#princesa {
	margin-top: -70px;
	margin-left: -30px;
}

#logo {
	margin-top: -30px;
	margin-left: 30px;
}


.categoria {
	width: 688px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	margin: 10px 0px;
	list-style: none;
	font-size: 14px;
	color: rgba(0,0,0,0.7);
}

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

.jojojo {
	color: #72179D;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
}






.personaje {
	width: 688px;
	padding: 20px;
	background: #f8f7fe;
	border-radius: 10px;
	margin: 10px 0px;
	list-style: none;
	font-size: 14px;
	color: rgba(0,0,0,0.7);
}

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

.jojo {
	color: #72179D;
	font-size: 18px;
}

