body {
	background-color: #E9EAED;
	color: #6A7180;
	font-family: 'Open Sans', Helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: 400;
	height: 100%;
	margin: 0;
	padding: 0;
}

ul, ol, p, h1, h2, h3, h4, body, figure {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.azul {
	color: #415E9C;
}

a:focus {
	outline: none;
}

ul, ol, li {
	list-style: none outside none;
}

.cntr {
	margin: 0 auto;
}

.bg1 {
	background: #3B5998;
}

.bg2 {
	background: #415E9C;
}

.bg3 {
	background: #F6F7F8;
}

.bg4 {
	background: #fff;
}

.bg5 {
	background: #E2F2FF;
}

.bg6 {
	background: #EDEDEF;
}

.bg7 {
	background: #f2f2f2;
}

.color1, .color1 a {
	color: #3B5998;
}

.color2, .color2 a {
	color: #D8DFEA;
}

.color3, .color3 a {
	color: #fff;
}

.color4, .color4 a {
	color: #415E9C;
}

.color5, .color5 a {
	color: #DAF5FF;
}

.color6, .color6 a {
	color: #505050;
}

.color7, .color7 a {
	color: #000;
}

.color8, .color8 a {
	color: #666;
}

.color9, .color9 a {
	color: #898F9C;
}

.left {
	float: left;
}

.rigth {
	float: right;
}

.w1 {
	width: 976px;
}

.m1 {
	margin: 5px;
}

.ma1 {
	margin: 3px 0px;
}

.p1 {
	padding: 5px 0px;
}

.p2 {
	padding: 0px 5px;
}

.p3 {
	padding: 5px;
}

.bo1 {
	border-radius: 2px;
}

.bo2 {
	border-radius: 4px;
}

.over {
	overflow: hidden;
}

.font0 {
	font-size: 10px;
}

.font1 {
	font-size: 11px;
}

.font2 {
	font-size: 12px;
}

.font3 {
	font-size: 14px;
}

.font4 {
	font-size: 16px;
}

.font5 {
	font-size: 18px;
}

.font6 {
	font-size: 35px;
}

.font7 {
	font-size: 13px;
}

.family1 {
	font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial,
		sans-serif;
}

.bold {
	font-weight: bold;
}

.titles2 {
	border-bottom: 1px solid #ECECEC;
	color: #4E4E4E !important;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 19px !important;
	font-weight: 100 !important;
	margin-top: 5px;
	padding: 0 0 5px 2px;
}

.titles3 {
	background: none repeat scroll 0 0 #333333;
	margin-bottom: 7px;
	padding: 5px;
}

.titles4 {
	background: none repeat scroll 0 0 #DFDFDF;
	color: #666666;
	font-family: Helvetica, Helvetica, sans-serif, Arial;
	padding: 7px 10px;
}

.lazy {
	background:
		url("/web/20161109001623im_/http://www.seriesflv.net/images/load.gif")
		no-repeat scroll center center rgba(0, 0, 0, 0);
}

.on {
	display: block;
}

.off {
	display: none;
}

.txtc {
	text-align: center;
}

.txtl {
	text-align: left;
}

.title1 {
	border-bottom: 1px solid #DFDFDF;
}

.separe {
	border-bottom: 1px solid #EEEEEE;
	padding: 2px;
	margin-bottom: 20px;
}

.separe2 {
	background: none repeat scroll 0 0 #D3D7DC;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 6px 7px;
}

.arrowUp {
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	height: 0;
	width: 0;
}

#header {
	width: 100%;
	z-index: 100;
	position: fixed;
	top: 0;
	border-bottom: 1px solid #133783;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
}

#header .nav {
	padding: 7px 0px;
}

#header .nav .logo {
	background:
		url("../images/logo.png")
		repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 37px;
	width: 130px;
}

#header .nav .navi ul {
	margin-left: 15px;
}

#header .nav .navi ul li {
	float: left;
	margin-right: 5px;
}

#header .nav .navi ul li a {
	padding: 3px 10px;
	display: block;
	line-height: 30px;
}

#header .nav .navi ul li a:hover, #header .nav .navi ul li a.sel {
	background: #4B67A1;
	color: #fff;
	border-radius: 4px;
}

#header #search {
    padding-left: 150px;	
}

#header #search input {
	border: medium none;
	border-radius: 3px;
	width: 280px;
	margin-top: 3px;
}

#header #search i {
	float: right;
	margin-top: -22px;
	margin-right: 10px;
}

#searchResult {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #333333 #333333 #293E6A;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 2px;
	margin-top: 5px;
	overflow: hidden;
	position: absolute;
	width: 302px;
	display: none;
}

#searchResult ul .header {
	padding: 2px;
}

#searchResult ul li {
	
}

#searchResult ul li a {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding: 2px 5px;
	text-decoration: none;
}

#searchResult div.op {
	font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial,
		sans-serif;
}

#searchResult div.op span {
	display: block;
	margin-bottom: 2px;
}

#searchResult ul li a:hover {
	background: #6D84B4;
	border-top: 1px solid #3B5998;
	border-bottom: 1px solid #3B5998;
	color: #fff;
}

#searchResult ul li a:hover span {
	color: #fff;
}

#searchResult ul li a img {
	width: 50px;
	height: 60px;
	margin-right: 5px;
}

#header #login {
	text-align: center;
	line-height: 35px;
}

#header #login a {
	text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
	padding: 6px;
	border-radius: 4px;
}

#header #login a:hover {
	
}

#logeado {
	margin-left: 10px;
	margin-top: 4px;
}

#logeado .avatar {
	
}

#logeado .avatar a {
	opacity: 0.7;
}

#logeado .avatar a:hover {
	opacity: 1;
	color: #fff;
}

#logeado .avatar a img {
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	height: 28px;
	margin-right: 3px;
	width: 28px;
}

#logeado .userOptions {
	
}

#logeado .userOptions .open a.iCono:focus, #logeado .userOptions .open a.iCono,
	#logeado .userOptions a.iCono:hover {
	background: #1A4A83;
	color: #fff;
	opacity: 1;
}

#logeado .userOptions a.iCono {
	padding: 4px 10px;
	border-radius: 3px;
	line-height: 20px;
	opacity: 0.7;
}

#logeado .userOptions .open .arrowUp {
	display: block;
	left: 6px;
	margin-top: 3px;
	position: absolute;
}

#logeado #uMenu .dropdown-menu {
	border-radius: 0 0 4px 4px;
	border-top: medium none;
	left: -250px;
	top: 39px;
	width: 281px;
}

#logeado .downOp {
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid;
}

.dropdown-menu ul {
	
}

.dropdown-menu ul li {
	
}

.dropdown-menu ul li a {
	padding: 0 22px;
	color: #232B37;
	font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial,
		sans-serif;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.dropdown-menu ul li a:hover {
	background: #6D84B4;
	border-top: 1px solid #3B5998;
	border-bottom: 1px solid #3B5998;
	color: #fff;
}

ul.dropdown-menu {
	
}

.dropdown-menu>li>a {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
}

.dropdown-menu>li>a:hover {
	background: #6D84B4;
	border-top: 1px solid #3B5998;
	border-bottom: 1px solid #3B5998;
	color: #fff;
}

#loginModal {
	
}

#loginModal .titles2 {
	
}

.modalForm h4 {
	font-size: 36px;
	margin-bottom: 10px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
}

.modalForm p {
	color: #999999;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.modalForm a.fb {
	background:
		url("../images/btn-social.png")
		no-repeat scroll 0 0 #3B5998;
	border-radius: 3px;
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	line-height: 28px;
	margin: 0 auto;
	padding: 15px 15px 15px 60px;
	text-align: center;
	width: 250px;
	margin-bottom: 20px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

#iniciar .modal-header {
	padding: 0;
	border-bottom: none;
	background: none;
	border-left: none;
	border-right: none;
	border-top: none;
}

#iniciar .close {
	background:
		url("../images/btn-cerrar.png")
		no-repeat scroll center center rgba(0, 0, 0, 0);
	color: #DDDDDD;
	display: block;
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-decoration: none;
	text-indent: -999px;
	top: 10px;
	width: 20px;
	z-index: 999;
	opacity: 1;
}

#iniciar .modal-body {
	padding: 0px 40px 20px 40px;
}

#iniciar .modal-dialog {
	width: 500px;
}

.modal-backdrop.in {
	opacity: 0.9;
}

.modalForm p.txtc {
	margin-top: 10px;
	margin-bottom: 0px;
}

.modalForm input {
	padding: 2px 5px;
	width: 405px;
	font-size: 12px;
}

.modalForm .m2 {
	margin-bottom: 10px;
}

.modal-body a {
	cursor: pointer;
}

#page {
	margin-top: 70px;
}

#box .lang {
	line-height: 37px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}

#box-item-one {
	padding: 10px 15px;
}

#box .lang a[href*="episodetab"] {
	float: left;
	position: relative;
	display: block;
	padding: 0px 15px 0px 15px;
	height: 39px;
	color: #37404E;
	text-decoration: none;
	border-left: 1px solid #E9EAED;
}

#box .lang a[href*="episodetab"]:hover {
	background-color: #EEF7FA;
}

#box .lang a[href*="episodetab"].select {
	background-color: #fff;
	color: #3B5998;
}

.item-one {
	display: block;
	position: relative;
	float: left;
	width: 200px;
	height: 30px;
	margin: 4px;
	margin-bottom: 8px;
	text-decoration: none;
	color: #358EB1;
}

.item-one .box-tc {
	background: none repeat scroll 0 0 #415E9C;
	color: #D8DFEA;
	float: left;
	font-family: helvetica;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 2em;
	text-align: center;
	width: 53px;
}

.item-one .box-info {
	color: #3B5998;
	margin-left: 60px;
}

.item-one .i-title {
	font-size: 14px;
	height: 19px;
	overflow: hidden;
}

.item-one .i-time {
	line-height: 1.0em;
	font-size: 10px;
	height: 11px;
	background-color: #EEF7FA;
}

#content-item-two {
	position: relative;
}

.item-two {
	position: relative;
	float: left;
}

.item-two .image {
	position: relative;
	display: block;
	width: 145px;
	height: 205px;
}

.item-two .image img {
	width: 145px;
	height: 205px;
}

.item-two .image .quality {
	top: 5px;
	left: 5px;
}

.item-two .boxinfo {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 145px;
	height: auto;
	text-align: center;
	background: -moz-linear-gradient(top, rgba(59, 89, 152, 0.9) 0%,
		rgba(59, 89, 152, 0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(59,
		89, 152, 0.9)), color-stop(100%, rgba(59, 89, 152, 0.9)));
	background: -webkit-linear-gradient(top, rgba(59, 89, 152, 0.9) 0%,
		rgba(59, 89, 152, 0.9) 100%);
	background: -o-linear-gradient(top, rgba(59, 89, 152, 0.9) 0%,
		rgba(59, 89, 152, 0.9) 100%);
	background: -ms-linear-gradient(top, rgba(59, 89, 152, 0.9) 0%,
		rgba(59, 89, 152, 0.9) 100%);
	background: linear-gradient(to bottom, rgba(59, 89, 152, 0.9) 0%,
		rgba(59, 89, 152, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e63b5998',
		endColorstr='#e63b5998', GradientType=0);
}

.item-two:hover .boxinfo.efecto {
	height: 0px !important;
}

.item-two .boxinfo span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #DAF5FF;
	text-shadow: 0 0 1px #087AA7;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

.item-two .boxinfo span:last-child {
	font-size: 30px;
	padding-bottom: 10px;
}

.main-cont {
	padding-right: 10px;
	width: 666px;
}

#box {
	border: 1px solid #D3D6DB;
	border-radius: 4px;
	margin-bottom: 15px;
}

#box * {
	box-sizing: content-box;
}

#box .header {
	border-bottom: 1px solid #D3D6DB;
}

#box .header .title {
	padding: 0px 10px;
	line-height: 37px;
}

#box .body {
	
}

#box .footer {
	border-top: 1px solid #D3D6DB;
	height: 35px;
}

#box .footer a {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	line-height: 35px;
}

#box .footer a:hover {
	background: #FAFBFC;
}

#item1 {
	padding: 10px 12px;
}

#item1 article {
	width: 105px;
    padding: 5px 0;
    text-align: center;
}

#item1 a {
	font-family: Arial, sans-serif;
}

#item1 a img {
	
}

#item1 a .tit {
	height: 15px;
}

.sidebar {
	width: 300px;
}

.social {
	padding: 10px;
	text-align: center;
}

.abc {
	padding: 10px 15px;
}

#letters {
	text-align: center;
}

#letters a {
	margin-left: 3px;
	text-align: center;
	padding: 0px 3px 0px 3px;
	background: #415E9C;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	line-height: 2.0em;
	position: relative;
}

.abc ul li {
	height: 23px;
	margin-bottom: 7px;
}

.abc ul li a {
	padding: 5px 0px;
	text-decoration: none;
}

.abc ul li.nw a {
	background: #EEF7FA;
}

.fix {
	position: relative;
	top: 0;
	z-index: 1
}

.fix.fixed {
	position: fixed;
	top: 50px;
	width: 298px;
	z-index: 99;
}

.top-one {
	overflow: hidden;
	margin-bottom: 4px;
}

.top-one span.rank {
	background: none repeat scroll 0 0 #415E9C;
	color: #FFFFFF;
	float: left;
	font-size: 28px;
	font-weight: bold;
	height: 20px;
	margin: 0 0 5px;
	padding-bottom: 12px;
	padding-top: 3px;
	text-align: center;
	width: 25px;
	line-height: 25px;
}

.top-one img.cover {
	border: 2px solid #415E9C;
	height: 113px;
	width: 79px;
}

.top-one .mensaje {
	float: right;
	height: 116px;
	position: relative;
	width: 150px;
}

.top-one .mensaje .sr-title {
	margin-bottom: 5px;
	margin-top: 10px;
}

.top-one .mensaje .sr-title a {
	color: #415E9C;
}

.top-one .mensaje .play-button {
	margin-top: 20px;
}

.abc ul li p.rank {
	background-color: #415E9C;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	margin: 0 0 5px;
	padding-top: 3px;
	text-align: center;
	width: 25px;
}

.abc ul li span.title {
	width: 238px;
	overflow: hidden;
	margin-left: 5px;
}

.abc .top-second ul li {
	padding: 3px 0px;
}

.star_rating {
	width: 84px;
	position: relative;
}

.star_rating ul.star {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	left: 10px;
	top: -5px;
	position: relative;
	float: left;
	background:
		url('../images/stars.png')
		repeat-x;
	cursor: pointer;
}

.star_rating li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0;
}

.star_rating li.curr {
	background:
		url('../images/stars.png')
		left 24px;
	font-size: 1px;
}

.star_rating div.user {
	left: 15px;
	position: relative;
	float: left;
	font-size: 13px;
	font-family: arial;
	color: #888;
}

#listaSeries {
	padding: 10px;
}

#listaSeries input[type="text"] {
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	padding: 5px;
	width: 630px;
}

#listaSeries input[type="text"]:focus {
	border: 1px solid #8093CB;
}

#listaSeries #Lista {
	margin-top: 10px;
}

#listaSeries #Lista ul li {
	
}

#listaSeries #Lista ul li a {
	height: 60px;
	margin-bottom: 10px;
	color: #444444;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
}

#listaSeries #Lista ul li a:hover {
	background: #EEEEEE;
}

#listaSeries #Lista ul li a .op {
	height: 60px;
	padding: 0px 5px;
	text-align: center;
	line-height: 25px;
	text-transform: uppercase;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}

#listaSeries #Lista ul li a .op span {
	
}

#listaSeries #Lista ul li a .op p {
	color: #AAAAAA;
}

#noticias #boxItem {
	padding: 5px;
	margin-bottom: 5px;
}

#boxItem {
	border-color: #E5E6E9 #DFE0E4 #D0D1D5;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
}

#noticias .image {
	margin-right: 7px;
}

#noticias .image img {
	width: 170px;
	height: 100px;
}

#noticias .where {
	width: 477px;
}

#noticias .where .tit {
	height: 20px;
	overflow: hidden;
}

#noticias .where .inf {
	height: 40px;
	overflow: hidden;
}

#reportar .modal-dialog {
	margin: 100px auto;
	width: 500px;
}

#reportar .modal-content input, #reportar .modal-content select {
	height: auto;
	padding: 2px;
}

#reportar .reportOptions {
	margin: 0 auto;
}

#reportar .reportOptions>tbody>tr>td {
	padding: 3px;
}

.modal {
	
}

.modal .modal-content {
	
}

.modal .modal-content .modal-header {
	background-color: #6D84B4;
	border-color: #3B5998 #3B5998 -moz-use-text-color;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	color: #FFFFFF;
	padding: 5px 10px;
}

.modal .modal-content .modal-header h4 {
	font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial,
		sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.modal .modal-content .modal-body {
	border-color: #555555;
	border-style: solid;
	border-width: 0 1px;
}

.modal .modal-content .modal-footer {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0;
	border-color: #555555;
	border-style: solid;
	background-color: #F2F2F2;
	padding: 5px 10px;
	margin: inherit;
}

#contador {
	width: 320px;
	margin: 0 auto;
	overflow: hidden;
}

#contador .ctitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	width: 320px;
}

#contador>div {
	float: left;
	padding: 5px;
}

#contador>div>span {
	display: block;
}

#contador>#segundos>span {
	border-right: inherit;
	padding-right: 0px;
}

#contador span {
	color: #7B7B7B;
	font-size: 11px;
	text-align: center;
	padding-right: 10px;
}

#contador span.num {
	color: #000000;
	font-family: Helvetica;
	font-size: 60px;
	font-weight: bold;
	border-right: 1px solid #333;
	line-height: 45px;
	margin-bottom: 5px;
}

.comentarios {
	margin-top: 20px;
	overflow: hidden;
}

.comentarios .com_ava {
	float: left;
	margin-right: 10px;
	width: 50px;
	margin-left: 10px;
}

.comentarios .com_ava img {
	width: 50px;
	height: 40px;
}

.comentarios .com_body {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	float: left;
	padding: 10px;
	position: relative;
	width: 600px;
}

.com_body:before {
	border-bottom: 6px solid rgba(0, 0, 0, 0);
	border-right: 7px solid #CCCCCC;
	border-top: 6px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	font-size: 0;
	height: 0;
	left: -8px;
	line-height: 0;
	position: absolute;
	top: 7px;
	width: 0;
}

.com_body:after {
	border-bottom: 6px solid rgba(0, 0, 0, 0);
	border-right: 7px solid #FFFFFF;
	border-top: 6px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	font-size: 0;
	height: 0;
	left: -7px;
	line-height: 0;
	position: absolute;
	top: 7px;
	width: 0;
}

.com_body_head {
	color: #999999;
	font-size: 11px;
}

.com_body_head b {
	color: #000;
}

.com_body_cont {
	margin-top: 5px;
	color: #000;
	width: 550px;
}

#cometario-box textarea {
	border: medium none;
	box-shadow: inherit;
	display: block;
	height: auto;
	width: 585px;
	height: 20px;
}

#cometario-box .boton {
	float: right;
	margin-right: 70px;
	margin-top: 7px;
	padding: 2px;
}

#cometario-box .btn {
	background: #4E69A2;
	border-color: #435A8B #3C5488 #334C83;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#cometario-box .btn:focus {
	box-shadow: 0 0 1px 2px rgba(88, 144, 255, 0.75), 0 1px 1px
		rgba(0, 0, 0, 0.15);
	outline: medium none;
}

.comentarios.respuesta {
	margin-left: 60px;
}

.comentarios.respuesta.mod .com_body {
	
}

.comentarios.respuesta .com_body {
	width: 540px;
}

.optionComments {
	float: right;
	display: none;
}

#numcoment {
	float: right;
	font-family: "Trebuchet MS";
	font-size: 36px;
	font-style: italic;
	margin: 10px 20px 0 0;
	position: absolute;
	right: 0;
	top: 0;
}

.com_body:hover .optionComments {
	display: block;
}

#noticia.post .body {
	text-align: center;
}

#noticia.post img {
	width: 600px;
}

#post-i .item .info .sinopsis, #post-i .item .info .otros {
	display: none;
}

#post-i .lista {
	border-bottom: 1px solid #D3D6DB;
	width: 645px;
	padding: 5px 10px;
}

#post-i .lista:hover {
	background: #ECEFF5;
}

#post-i .lista a {
	display: block;
	overflow: hidden;
}

#post-i .lista .image {
	float: left;
}

#post-i .lista .image img {
	border-radius: 3px;
	height: 135px;
	width: 95px;
}

#post-i .lista .info {
	float: left;
	margin-left: 10px;
	width: 540px;
}

#post-i .lista .info .title {
	border-bottom: 1px solid #CEC9BC;
	color: #3B5998;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 0 0 5px;
	text-align: left;
	width: auto;
}

#post-i .lista .info .sinopsis {
	color: #333;
	display: block;
	font-size: 11px;
	height: 75px;
	overflow: hidden;
	padding: 5px 0;
	text-align: left;
}

#post-i .lista .info .otros {
	text-align: left;
	display: block;
}

#post-i .lista .info .otros b {
	color: #000;
}

#usuarios .info {
	width: 650px;
	padding: 5px;
}

#usuarios .info .title {
	border-bottom: 1px solid #ccc;
}

#usuarios .side {
	padding: 5px;
}

#usuarios .config {
	padding: 5px;
}

#usuarios .config textarea {
	width: 615px;
	margin-bottom: 5px
}

#usuarios .config input[type="submit"], #usuarios .pass input[type="submit"]
	{
	float: right;
}

#usuarios .pass input[type="password"] {
	padding: 2px;
	height: auto;
	width: 200px;
}

#changeavatar {
	overflow: hidden;
	padding: 10px 0px;
}

.viewAvatar {
	float: left;
	width: 100px;
	height: 100px;
	padding: 5px;
	border-radius: 2px;
	border: 1px dashed #666666;
}

.inputUpload {
	margin-left: 10px;
	float: left;
}

#upload-wrapper input[type=file] {
	border: 1px solid #DDD;
	padding: 6px;
	background: #FFF;
	border-radius: 5px;
	margin-right: 20px;
}

#progressbox {
	border: 1px solid #92C8DA;
	padding: 1px;
	position: relative;
	width: 400px;
	border-radius: 3px;
	margin: 10px;
	display: none;
	text-align: left;
}

#progressbar {
	height: 20px;
	border-radius: 3px;
	background-color: #77E0FA;
	width: 1%;
}

#statustxt {
	top: 3px;
	left: 50%;
	position: absolute;
	display: inline-block;
	color: #000000;
}

.input-text {
	margin-bottom: 7px;
	overflow: hidden;
}

.float {
	overflow: hidden;
}

.input-text.chiki {
	float: left;
	margin-right: 3px;
}

#usuarios .input-text.chiki input {
	text-align: center;
	width: 30px;
}

.input-text span {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #EEEEEE;
	border-color: #CCCCCC -moz-use-text-color #CCCCCC #CCCCCC;
	border-image: none;
	border-radius: 4px 0 0 4px;
	border-style: solid none solid solid;
	border-width: 1px medium 1px 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #000000;
	display: block;
	float: left;
	height: 22px;
	line-height: 21px;
	padding: 2px;
}

#usuarios .input-text input, #usuarios .input-text select {
	border-radius: 0 4px 4px 0;
	height: 22px;
	padding: 2px;
	margin: 0px;
	font-family: 'Open Sans', Helvetica, sans-serif, Arial;
	font-size: 12px;
	border: 1px solid #ccc;
}

#usuarios textarea {
	font-family: 'Open Sans', Helvetica, sans-serif, Arial;
	font-size: 12px;
}

#usuarios .input-text input.error, #usuarios textarea.error {
	border: 1px solid #FF0000;
}

#usuarios .input-text label.error {
	display: none;
	font-size: 0;
	height: 0;
	margin: 0;
	padding: 0;
	width: 0;
}

#s-result {
	background: none repeat scroll 0 0 #EBE7E1;
	border: 1px solid #CCCCCC;
	border-radius: 0 4px 4px;
	display: none;
	margin-left: 33px;
	margin-top: -7px;
	position: absolute;
	width: 235px;
}

#s-result ul li {
	
}

#s-result ul li a {
	display: block;
	overflow: hidden;
	padding: 4px 5px;
	color: #000;
	cursor: pointer;
}

#s-result ul li a:hover {
	background: #E2F2FF;
}

#s-result ul li a .image {
	float: left;
}

#s-result ul li a .image img {
	width: 30px;
	height: 40px;
}

#s-result ul li a .title {
	float: left;
	margin-left: 5px;
}

.temporadas a {
	border-bottom: 1px dotted #ccc;
	padding: 2px;
}

#usuarios .nav-tabs {
	margin-left: 180px;
	margin-top: -45px;
}

#usuarios .tab-content {
	padding: 10px;
}

.user-items a {
	text-decoration: none;
}

.user-items a:hover {
	background: #F7F7F9;
}

.user-items .lol {
	color: activeborder;
	font-style: italic;
	font-weight: normal;
}

.user-items {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

.user-items .image {
	margin-right: 10px;
}

.user-items .image img {
	width: 50px;
}

.user-items .titulo {
	font-weight: bold;
}

.user-items .otros {
	
}

#footer {
	margin-top: 20px;
	text-align: center;
}

.kick {
	
}

.search-description {
	max-height: 85px;
	overflow: hidden;
    text-overflow: ellipsis;
}