body {
	background: #FFFFFF;
}

#serie {
	
}

#serie .serie-inf {
	margin-right: 25px;
	min-height: 500px;
	padding: 0px 10px;
	width: 181px;
}

#serie .serie-cont {
	border-left: 1px solid #DFDFDF;
	float: left;
	min-height: 1000px;
	padding: 0 5px;
	width: 739px;
}

.serie-cont .title {
	font-weight: 100;
}

.mainInfoClass {
	color: #242424;
	font-family: 'Open Sans', Helvetica, sans-serif, Arial;
}

.mainInfoClass tr {
	display: block;
	margin-bottom: 2px;
	vertical-align: top;
}

.mainInfoClass a {
	color: #415E9C;
}

.mainInfoClass tr td:first-child {
	width: 115px;
}

.mainInfoClass tr td:first-child {
	width: 160px !important;
}

.masInfo {
	display: block;
	background:
		url("../images/Expandir.png");
	height: 30px;
	cursor: pointer;
	padding: 5px 0px;
}

.menosInfo {
	display: none;
	background:
		url("../images/12.png");
	height: 20px;
	cursor: pointer;
	padding: 5px 0px;
}

.menosInfo:hover {
	background:
		url("../images/12.png")
		repeat scroll 0 22px rgba(0, 0, 0, 0);
}

.masInfo:hover {
	background:
		url("../images/Expandir.png")
		repeat scroll 0 22px rgba(0, 0, 0, 0);
}

.serie-inf .portada img {
	height: 250px;
	margin-left: 3px;
	width: 175px;
}

#like i, #lista i {
	margin: 0 7px;
}

#fans div {
	padding: 5px 0px 5px 9px;
}

#fans a {
	height: 50px;
	padding: 2px;
	width: 50px;
}

#fans a img {
	height: 50px;
	width: 50px;
}

#capitulos {
	
}

#capitulos .panel {
	border: medium none;
	border-radius: inherit;
	box-shadow: none;
}

#capitulos .panel-heading {
	border: medium none;
	padding: 0;
}

#capitulos .panel-body {
	border: none;
	padding: 5px 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#capitulos tbody>tr>td {
	font-weight: 100;
	font-size: 11px;
	text-align: center;
}

#capitulos thead>tr>th {
	text-align: center;
}

#capitulos tr>td.sape, #capitulos tr>th.sape {
	text-align: left;
	width: 350px;
}

#capitulos .panel-body a {
	font-family: verdana;
	font-size: 11px;
	color: #222222;
}

#capitulos span.no {
	background:
		url("../images/view.png")
		repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#capitulos span.ya {
	background:
		url("../images/view.png")
		repeat scroll 0 19px rgba(0, 0, 0, 0);
}

#capitulos span.visto {
	display: block;
	height: 20px;
	margin: 0 auto;
	width: 32px;
}

#capitulos h4 {
	
}

#capitulos h4 a.collapsed {
	border-left: 4px solid #666;
}

#capitulos h4 a.collapsed i:before {
	content: "\e080";
}

#capitulos h4 a {
	padding: 10px 10px;
	background: #ECECEC;
	text-decoration: none;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 4px solid #3B5998;
}

#capitulos h4 a i:before {
	content: "\e114";
}

#btnsFb {
	margin-bottom: 10px;
	overflow: hidden;
}

#btnsFb a {
	border: 1px solid #CDCED0;
	color: #4E5665;
	text-shadow: 0 1px 0 #FFFFFF;
	background: #F7F8F9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma,
		verdana, arial, sans-serif;
	float: left;
	padding: 5px;
	width: 235px;
	font-weight: bold;
}

#btnsFb a:hover {
	background: #F6F7F8;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

#btnsFb a.last {
	border-right: none;
	border-radius: 3px 0 0 3px;
}

#btnsFb a.next {
	border-left: none;
	border-radius: 0 3px 3px 0;
	text-align: right;
}

#btnsFb a.back {
	text-align: center;
}

#btnsFb a.no {
	background: #DFDFDF;
	text-decoration: none;
	cursor: pointer;
}

#enlaces {
	
}

#enlaces table {
	width: 740px;
}

#enlaces table>thead {
	color: #333;
}

#enlaces table>tbody {
	color: #000000;
}

#enlaces table tr td, #enlaces table tr th {
	text-align: center;
}

tr:hover .report {
	display: block;
}

tr:hover .views {
	display: none;
}