.li-category{
	list-style: none;
	padding-bottom: 5px;
	border-bottom: 1px solid #ECF0F1;
	margin-bottom: 5px;
	text-align:left;
}

.banner-category{
	background-image: url("../imgs/programacion-banner.jpg");
	width: 100%;
	height: 265px;
	margin-top:12px;
	text-align: left;
}

.intro_language{
	float:left;
	width:100%;
	text-align: left;
	padding-top: 10px;
}

.download-box{
	margin-top:10px;
}

.title-category{
	font-size: 36px;
	color: #222;
	font-weight: 700;
	line-height: 1.2;
}

.desc-category{
	padding: 12px 16px;
	background-color: #f4f6f7;
	color: #777;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	border-left: 3px solid #1abc9c;
	border-radius: 0 4px 4px 0;
	font-size: 14px;
	line-height: 1.5;
}

.pagination li a{
	color: #1ABC9C;
}

.pagination li a:hover{
	color: #549C8E;
}

.pagination .active a{
	background-color: #1ABC9C;
	border-color: #1ABC9C;
}

.pagination .active a:hover{
	background-color: #549C8E;
	border-color: #549C8E;
}

.theme-forum{
	height: 80px;
	border:1px solid #ECF0F1;
	border-radius: 10px;
	margin-bottom: 15px;
	-webkit-transition: color .35s ease-out;  
    -moz-transition: color .35s ease-out;  
    -o-transition: color .35s ease-out;
    transition: color .35s ease-out;
    cursor: hand;
    cursor: pointer;
    text-align: center;
}

.theme-forum-title{
	font-size: 15px;
	font-weight:bold;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.theme-forum-date{
	width:100%;
	background-color: #ECF0F1;
	color: #95A5A6;
	text-align: center;
	padding-top: 5px;
}

.theme-forum:hover{
	background-color: #ECF0F1;
	color: #FFF;
	-webkit-transition: background-color .35s linear;
    -moz-transition: background-color .35s linear;
    -o-transition: background-color .35s linear;
    -ms-transition: background-color .35s linear;
    transition: background-color .35s linear; 
}

.heading-td{
	background-color: #ECF0F1;
	font-weight: bold;
	color:  #95A5A6;
}

.numresp{
	border-radius: 20px;
	color: #FFF;
	background-color: #95A5A6;
	font-weight: bold;
	width: 20px;
	text-align:center;
}

.numresp-td{
	padding-left: 20%;
}

.banner-superior{
	margin-top:15px;
}

.banner-inferior{
	float:left;
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}

.divheader-footer{
	margin-bottom: 10px;
}

.header-footer{
	font-size:18px;
	color:#FFF;
	font-weight: bold;
}

.footer-link{
	list-style: none;
	margin-bottom: 5px;
}

.footer-link a{
	color: #999;
	font-size: 13px;
	transition: color .2s;
}

.footer-link a:hover{
	color: #1abc9c;
}

.pie{
	color: #888;
	margin-top:15px;
	padding-top: 15px;
	border-top:1px solid #444;
	font-size: 12px;
}

.pie a{
	color: #888;
}

.pie a:hover{
	color: #1abc9c;
}

.prettyprint{
	line-height: 1.5;
	font-size: 13px;
}

.linkforum{
	color:#37393A;
}

.linkforum:hover{
	color:#37393A;
}

.social-media-item{
	color: #95A5A6;
	font-size:16px;
	padding-right: 3px;
	padding-left: 3px;
}

.big{
	font-size:25px;
	height:45px;
}

.article-view-body-text img{
	width: 100%;
}

.article-view-body-text{
	font-size: 15px;
	line-height: 1.75;
	color: #444;
}

@media (max-width: 991px) {
	.article-view-body-text{
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.article-view-body-text{
		font-size: 16px;
	}
	.title-category{
		font-size: 26px;
	}
}

@media (max-width: 479px) {
	.article-view-body-text{
		font-size: 16px;
	}
}