.content {
	padding: 10px 25px 0 150px;
}
.content a {
	font-style: italic;
}
.content ul.nav {
	background-color: #ffffff;
	width: auto;
	padding: 6px 17px 6px 11px;
}
.content .main {
	padding-left: 10px;
	float: left;
}
h1 {
	width: 626px;
	float: left;
	line-height: 91%;
	margin: 49px 0 24px 0;
}
.content p {
	color: #565656;
    font-family: Georgia;
    line-height: 150%;
}
.content .notas {
    width: 100%;
    float: left;
    width: 825px;
    padding: 11px 0;
    margin:0  0 31px 0;
    border-bottom: 1px solid #AAAAAB;
    border-top: 1px solid #AAAAAB;
    background-color: #fff;
}
.content .notas p {
	line-height: 120%;
    font-size: 16px;
}
.content .notas p span, .content p a {
	color: #00ACCB;
}
.content .content-personagens {
	float: left;
	width: 850px;
	position: relative;
}
.content .content-personagens .retrato {
	float: left;
	padding: 3px 20px 26px 7px;
	background-color: #ffffff;
}
.content .content-personagens .retrato img {
	position: relative;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;	
}
.content .content-personagens p {
	display: inline;
	font-size: 24px;
	padding-top: 1px;
	background-color: #ffffff;
	line-height: 31px;
	float: none;
}
.content .content-personagens p a {
	color: #ffffff;
	padding: 0 3px;
	font-style: italic;
	background-color: #00ACCB;
}
.content ul.destaque {
	float: left;
	width: 100%;
	margin: 25px 0 0 5px;
}
.content ul.destaque li {
	float: left;
	margin-right: 25px;
}
.content ul.destaque li:last-child {
	margin-right:0;
}
.content ul.destaque li div {
	background-color: #ffffff;
	float: left;
}
.content ul.destaque li img.img {
	float: left;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.content ul.destaque li a {
	float: left;
	color: #ffffff;
	padding: 6px 8px 8px 4px;
	margin: 9px 0 0 5px;
	background-color: #ABABAB;
}
.content ul.historias  {
	float: left;
	width: 100%;
	margin: 20px 0 0 5px;
}
.content ul.historias li {
	float: left;
	padding:10px;
	margin-right: 10px;
	background: #FFFFFF;
}
.content ul.historias li:last-child {
	margin-right: 0;
}
.content ul.historias li a {
	float:left;
	background: #B4AFAB;
}
.content ul.historias li a, .content ul.historias li a img {
	width: 120px;
}
.content ul.historias li a, .content ul.historias li a img {
	-webkit-transition: width 0.3s ease, height 0.3s ease;  
	-moz-transition: width 0.3s ease, height 0.3s ease;  
	-o-transition: width 0.3s ease, height 0.3s ease;  
	transition: width 0.3s ease, height 0.3s ease;
	background-color: #B4AFAB;
}
.content ul.historias li a, .content ul.historias li a:hover img {
	background-color:#50C5Da!important;
}
.content ul.historias li a img {
	float:left;
}



