body{
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 11px;
}
/* globales */
.left{
	float: left;
}
.right{
	float: right;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/* fin globales */
.super-contenedor{
	width: 100%;
}
.contenedor{
	width: 1000px;
	margin: 0 auto;
}
.contenedor-bbtv{
	width: 1000px;
	background-color: #fff;
}
.contenedor-titulo{
	width: 100%;
	padding: 5px 0;
}
.contenedor-titulo .logo{
	background-image: url("/assets/img/logobbcltv.png");
	width: 260px;
	height: 50px;
	margin-left: 10px;
	background-repeat: no-repeat;
}
.contenedor-titulo .busca{
	padding-top: 8px;
}
.contenedor-titulo .busca input[type=text]{
	background-color: #424242;
	margin: 0;
	padding: 10px 10px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 170px;
	color: #fff;
}
.contenedor-titulo .busca input[type=submit]{
	background: url("/assets/img/search_btn.png");
	border: 0;
	margin: 0 20px 0 -25px;
	padding: 0;
	width: 14px;
	height: 14px;
	cursor: pointer;
	color: #fff;
}
#nav{
	color: #fff;
	background-color: #006599;
	width: 100%;
	font-size: 12px;
	height: 65px;
}
#nav a{
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 10px 0;
	text-transform: uppercase;
}
#nav ul{
	height: 32px;
}
#nav li{
	float: left;
	border-top: 1px solid white;
	height: 100%;
	width: 199px;
	text-align: center;
	border-left: 1px solid #fff;
	padding: 0;
	transition: 0.1s;
	-moz-transition: 0.1s; /* Firefox 4 */
	-webkit-transition: 0.1s; /* Safari and Chrome */
	-o-transition: 0.1s; /* Opera */
}
#nav li:hover{
	background-color: #0b95d3;
}
#nav li.first{
	border: 0 !important;
}
#nav li a{
	padding:10px 3px;
	font-size: 9px;
}
#nav li.last{
	/*width: 300px !important;*/
}
#content-destacado{
	width: 1000px;
	height: 280px;
	overflow: hidden;
	display: block;
}
#destacado{
	width: 100%;
	height: 280px;
	margin: 1px 0 0;
	background-color: #535353;
}
#destacado img{
	width: 600px;
	height: 100%;
	float: left;
}
#destacado .titular{
	width: 340px;
	padding: 30px;
}
#destacado .titular .titulo-h{
	width: 100%;
}
#destacado .titular h1{
	color: #fff;
	font-size: 24px;
	margin: 0 0 30px 0;
	line-height: 26px;
}
#destacado .titular a{
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	text-shadow: 1px 1px 1px #000;
}
.contenedor-count{
	width: 100%;
	position: relative;
	height: 41px;
	margin: -40px 0 0 -155px;
	z-index: 1000;
}
.contenedor-count #count{
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 5;
}
.contenedor-count #count a{
	padding: 6px 10px;
	margin: 3px;
	background: url("/assets/img/countA.png");
	background-repeat: no-repeat;
}
.contenedor-count #count a:hover{
	background: url("/assets/img/countB.png");
	text-decoration: none;
	background-repeat: no-repeat;
	color: red;
}
.contenedor-count #count a.activeSlide{
	background: url("/assets/img/countB.png");
	background-repeat: no-repeat;
}
.contenedor-izq{
	width: 670px;
	padding: 0;
	margin: 5px 0 0 0;
}
.seccion{
	color: #333333;
	width: 100%;
}
.seccion .sTitle{
	background-color: #006599;
	color: #fff;
	text-transform: uppercase;
	width: 97%;
	padding: 3px 10px;
	font-size: 14px;
}
.seccion .sTitle a{
	color: #fff;
}
.seccion .sDestacado{
	float: left;
	position: relative;
	width: 212px;
	height: 240px;
	padding: 10px 0 0 10px;
	font-size: 14px;
}
.seccion .sDestacado img{
	float: left;
	width: 210px;
	height: 140px;
	margin: 0;
	border: 1px solid #D8D8D8;
}
.seccion .sDestacado .play{
	position: absolute;
	z-index: 1;
	background-image: url("/assets/img/bg-dest-1.png");
	width: 212px;
	height: 142px;
	top: 10px;
	left: 10px;
	background-repeat: no-repeat;
}
.seccion .sDestacado .play:hover{
	background-image: url("/assets/img/bg-dest-2.png");
	background-repeat: no-repeat;
	top: 14px;
	left: 11px;
}
.seccion .sDestacado a{
	text-decoration: none;
	line-height: 15px;
	font-size: 12px;
	color: #333333;
	float: left;
	font-weight: bold;
	padding: 3px 0;
	transition: 0.4s;
	-moz-transition: 0.4s; /* Firefox 4 */
	-webkit-transition: 0.4s; /* Safari and Chrome */
	-o-transition: 0.4s; /* Opera */
}
.seccion .sDestacado a:hover{
	text-decoration: underline;
}
.seccion .sDestacado a.mas{
	text-transform: uppercase;
	color: #009ad0;
	float: left;
	line-height: 20px;
	position: absolute;
	bottom: 2px;
	left: 11px;
	font-size: 11px;
}
.seccion .sDestacado a.mas:hover{
	color: #DF7401;
	text-decoration: none;
}
.seccion .sChica{
	width: 300px;
	height: 80px;
	padding: 10px 20px 0 10px;
	position: relative;
}
.seccion .sChica img{
	float: left;
	margin: 2px 5px 5px 5px;
	border: 1px solid #D8D8D8;
}
.seccion .sChica a{
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}
.seccion .sChica .sFecha{
	color: #009ad0;
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 11px;
	width: 62%;
}
.seccion .sChica .play{
	position: absolute;
	z-index: 1;
	background-image: url("/assets/img/play.png");
	width: 25px;
	height: 19px;
	top: 38px;
	left: 54px;
}
.menu-bbcl{
	width: 100%;
	font-size: 11px;
}
.menu-bbcl a{
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 4px 0 6px 0;
	font-weight: 100 !important;
}
.menu-bbcl a:hover{
	text-decoration: none;
}
.menu-bbcl li{
	float: left;
	text-align: center;
	width: 76px;
	height: 21px;
	border-right: 1px solid #585858;
	transition: 0.2s;
	-moz-transition: 0.2s; /* Firefox 4 */
	-webkit-transition: 0.2s; /* Safari and Chrome */
	-o-transition: 0.2s; /* Opera */
	position: relative;
}
.menu-bbcl li.inter{
	width: 120px;
}
.menu-bbcl li.blogs{
	border: 0;
	width: 109px;
}
.menu-bbcl ul{
	width: 100%;
	height: 24px;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #2C2C2C 0%, #121212 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2C2C2C), color-stop(100%,#121212)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2C2C2C 0%,#121212 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2C2C2C 0%,#121212 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2C2C2C 0%,#121212 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2C2C2C 0%,#121212 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2C2C2C', endColorstr='#121212',GradientType=0 ); /* IE6-9 */
}
.menu-bbcl li:nth-child(1){
	border-top: 3px solid #4f84bb;
}
.menu-bbcl li:nth-child(1):hover{
	background-color: #4f84bb;
}
.menu-bbcl li:nth-child(2){
	border-top: 3px solid #4998e0;
}
.menu-bbcl li:nth-child(2):hover{
	background-color: #4998e0;
}
.menu-bbcl li:nth-child(3){
	border-top: 3px solid #49bbe3;
}
.menu-bbcl li:nth-child(3):hover{
	background-color: #49bbe3;
}
.menu-bbcl li:nth-child(4){
	border-top: 3px solid #20910f;
}
.menu-bbcl li:nth-child(4):hover{
	background-color: #20910f;
}
.menu-bbcl li .sub{
	display: none;
}
.menu-bbcl li .sub li{
	text-align: left;
	padding-left: 10px;
}
.menu-bbcl li:nth-child(4) .sub li{
	background-color: #20910f;
}
.menu-bbcl li:nth-child(5){
	border-top: 3px solid #ea1000;
}
.menu-bbcl li:nth-child(5) .sub li{
	background-color: #ea1000;
	width: 100px;
	padding-left: 15px;
}
.menu-bbcl li:nth-child(5):hover{
	background-color: #ea1000;
}
.menu-bbcl li:nth-child(6){
	border-top: 3px solid #aa2083;
}
.menu-bbcl li:nth-child(6) .sub li{
	background-color: #aa2083;
	padding-left: 12px;
}
.menu-bbcl li:nth-child(6):hover{
	background-color: #aa2083;
}
.menu-bbcl li:nth-child(7){
	border-top: 3px solid #da3d00;
}
.menu-bbcl li:nth-child(7):hover{
	background-color: #da3d00;
}
.menu-bbcl li:nth-child(8){
	border-top: 3px solid #db5604;
}
.menu-bbcl li:nth-child(8):hover{
	background-color: #db5604;
}
.menu-bbcl li:nth-child(9){
	border-top: 3px solid #a7550e;
}
.menu-bbcl li:nth-child(9):hover{
	background-color: #a7550e;
}
.menu-bbcl li:nth-child(10){
	border-top: 3px solid #d58d00;
}
.menu-bbcl li:nth-child(10):hover{
	background-color: #d58d00;
}
.menu-bbcl li:nth-child(11){
	border-top: 3px solid #a5a3a3;
}
.menu-bbcl li:nth-child(11):hover{
	background-color: #a5a3a3;
}
.menu-bbcl li:nth-child(11) .sub li{
	background-color: #a5a3a3;
	padding-left: 10px;
	width: 67px;
}
.menu-bbcl li:nth-child(12){
	border-top: 3px solid #006599;
}
.menu-bbcl li:nth-child(12):hover{
	background-color: #006599;
}
.menu-bbcl li .sub{
	width: auto;
	height: auto;
	position: absolute;
	background-color: #000;
	top: 20;
	left: 0;
}
.menu-bbcl li .sub ul{
	height: 21px;
	font-size:11px;
}
.menu-bbcl li .sub li{
	border: 0;
}
/* Lateral */
.lateral{
	width: 325px;
	margin: 5px 0 0 0;
}
.lateral .tv{
	width: 325px;
	height: 245px;
	background-color: #006599;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.lateral .tv header h4{
	color: #fff;
	text-transform: uppercase;
	margin: 10px;
	font-size: 14px;
}
.lateral .tv .content-video{
	width: 300px;
	height: 178px;
	background-image: url("/assets/img/sinsenal.gif");
	margin: 0 12px;
	border: 1px solid #99cbfe;
}
.lateral .tv .logoTv{
	width: 20px;
	height: 20px;
	background-image: url("/assets/img/20x20.png");
	position: absolute;
	bottom: 8px;
	right: 12px;
}
.nota{
	color: #333333;
	font-size: 13px;
	padding: 10px;
	width: 650px !important;
}
.nota h1{
	font-size: 22px;
	margin: 10px 0 10px 0;
	line-height: 26px;
}
.post #tv{
	margin: 10px 0 20px;
}
.nota a{
	color: #0099cc;
}
.nota .entry-meta{
	color: #0099cc;
	margin: 0 0 10px;
	font-size: 11px;
}
.nota .entry-content{
	line-height: 18px;
}
.nota .entry-content p{
	margin: 12px 0;
	line-height: 20px;
}
.nota .entry-utility{
	margin: 10px 0 10px 0;
	float: left;
	width: 100%;
}
.nota .luckio-tags{
	margin: 10px 0 10px 0;
	float: left;
	width: 100%;
}
.nota .post-categories li{
	list-style: none;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .logged-in-as{
	margin: 0 0 10px 0;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* loop */
.loop, .sBusca{
	padding: 10px;
	width: 650px !important;
	color: #333;
}
.loop h1, .sBusca h1{
   font-size: 20px;
   margin-bottom: 20px;
}
.loop .entry-title, .sBusca .entry-title{
	margin: 0 0 2px 0;
}
.loop .entry-title a, .sBusca .entry-title a{
	font-size: 14px;
	margin-bottom: 2px;
}
.loop .entry-title img, .sBusca .entry-title img{
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid gray;
}
.loop .entry-meta, .loop .entry-meta a, .sBusca .entry-meta, .sBusca .entry-meta a{
	color: #0099CC;
}
.loop .post, .sBusca .post{
	margin: 0 0 10px 0;
	height: 80px;
	border-bottom: 1px dotted gray;
}
.loop .entry-summary, .sBusca .entry-summary{
	line-height: 14px;
	margin: 10px 0;
}
.bbcl{
	margin: 15px 0;
	float: left;
	width: 100%;
}
.ads{
	margin: 0 12px 10px 12px;
}
#dps_player_vod_wrapper{
	margin-top: 20px;
}

/*pie de pagina*/
#footer{
	width: 100%;
	float: left;
	overflow: hidden;
	height: 200px;
}
#footer .fInfo{
	width: 1000px;
	height: 100px;
	background: #535353;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	padding-top: 4px;
	line-height: 15px;
}
.bmas{
	margin: 6px 10px 10px 0;
}
.bmas a{
	text-transform: uppercase;
	color: #009ad0;
	line-height: 20px;
	font-size: 11px;
	transition: 0.1s;
	-moz-transition: 0.1s; /* Firefox 4 */
	-webkit-transition: 0.1s; /* Safari and Chrome */
	-o-transition: 0.1s; /* Opera */
}
.bmas a:hover{
	color: #DF7401;
	text-decoration: none;
}
.vivo{
	width: 325px;
	height: 40px;
	background-image: url("/assets/img/vivo1.png");
	background-color: white;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}
.elvivo{
	padding: 10px;
	width: 650px;
}
.elvivo h1{
	font-size: 20px;
	margin: 0 0 30px 0;
}
.ad-superior-contenedor{
	width: 100%;
}
.ad-superior{
	width: 1000px;
	margin: 0 auto;
}
.koala-comments{
	margin-top: 30px;
}
.ui-corner-all{
	padding: 10px;
}
.urlcorta{ width: 100%; padding: 6px 0 }

.nota-interior h2 {
    box-sizing: border-box;
    width: 100%;
    font-style: normal;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin: 25px 0;
    border-left: 3px solid #E74C39;
    padding-left: 8px;
    color: #E74C39;
    margin-left: 9px;
    line-height: 1.5;
    font-size: 20px;
    display: inline-block;
}