body {
	background-image: url();
	background-color: #80BAFF;
}

div.contenedor{
	margin: 0 auto;
	width: 1000px;
	/*position:relative;*/
}
div.cabecera{
	width:100%;
	height: 160px;
	background-color: #F4A460;
	background-image: url(imagenes/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid #365FA5;
	margin-bottom:2px; 
}
div.frase{
	width:100%;
	background-color: #AFEEEE;
	border: 2px solid #365FA5;
	margin-bottom:2px;
	text-align:center;
}

/*Div central*/

div.menu{
	width:100%;
	background-color: #AFEEEE;
	border: 2px solid #365FA5;
	margin-left: 3px;
	margin-bottom: 3px;
	font-family: Tahoma;
	font-size: 14px;
	font-variant: small-caps;
	text-align: center;
	padding-top: 4px;
	padding-bottom:1px;
}
div.licencia{
	width:100%;
	background-color: #AFEEEE;
	border: 2px solid #365FA5;
	margin-left: 3px;
	margin-bottom: 2px;
	margin-top: 5px;
	font-family: Tahoma;
	font-size: 14px;
	font-variant: small-caps;
	text-align: center;
	height: 95px;
	padding-top: 7px;
}
div.navegacion{
	width:83%;
	background-color: #AFEEEE;
	border: 2px solid #365FA5;
	float:right;
	margin-right: 2px;
	margin-bottom: 2px;
}
div.tirasTags{
	width:83%;
	background-color: #AFEEEE;
	border: 2px solid #365FA5;
	float:right;
	margin-right: 2px;
	margin-bottom: 2px;
}
div.contenido{
	width: 83%;
	background-color: #AFEEEE;
	border: 2px solid #365FA5;
	float:right;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center; 
}
div.menuIzquierda{
	float: left;
	height: 100px;
	width: 15%;
}

.TituloPersonajes{
	font-size:30px;
	text-decoration:underline;
}
.NombrePersonajes{
	font-size:20px;
	text-decoration:underline;
}
.DescPersonajes{
	font-size:17px;
}

div.autor{
	left: 10%;
	position:relative;
	text-align: left;
	width: 80%;
}
div.galeria{
	width: 83%;
	background-color: #AFEEEE;
	border: 2px solid #365FA5;
	float:right;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*Div blog*/

div.noticias{
	width: 45%;
	float:left;
}
div.ctrlz{
	width: 100%;
	background-color: #AFEEEE;
	border: 2px solid #365FA5;
	margin-bottom: 2px;
	font-family: Tahoma;
	font-size: 15px;
	padding: 5px;
	overflow:hidden;
}
div.not{
	width: 100%;
	background-color: #AFEEEE;
	border: 2px solid #365FA5;
	margin-bottom: 2px;
	font-family: Tahoma;
	font-size: 12px;
	padding: 5px;
	overflow:hidden;
}
div.tituloNoticias{
	width: 100%;
	background-color: #AFEEEE;
	font-size: 15px;
	text-align:left;
	margin-bottom: 0px;
	height:87px;
	vertical-align:center;
}

.titulo{
	font-size: 20px;
	text-decoration:underline;
}

div.comentarios{
	width: 52%;
	background-color: #AFEEEE;
	border: 2px solid #365FA5;
	float:right;
	margin-bottom: 2px;
	font-family: Tahoma;
	font-size: 12px;
	padding: 5px;
	overflow:hidden;
}

/*Enlaces*/

a:link, a:visited, a:active{
color: #483D8B;
text-decoration: underline;
}
a:hover{
color: #CC3366;
text-decoration: none;
}
a:link img, a:visited img {
border: 0px solid #000000
}
a:hover img {
border: 1px solid #FF0000
}

/*Logros*/
div.noLogro{
	width: 772px;
	height: 72px;
	text-align: center;
	background-color: grey;
	margin:2px auto;
}
div.logro{
	width: 772px;
	height: 72px;
	text-align: center;
	margin:2px auto;
}

div.cuenta{
	font-size:35px;
}