/* ############
** ### tt_news 
** ############
*/
/* colors:
** header morado: #845099
** documentos, verde #6AA04A
** noticias,obscuro rojo #965274
** eventos,azul #4A71A0
** enlaces, cafe* #A0884A
** videos azul/verde#4AA08E
**
*/

/* extension: rgnewslinks */

.rg-news-links, .rg-news-links-bottom {
	font-size: 85%;
	padding: 10px 0 10px 0;
}

.rg-news-links-bottom {
	padding: 50px 0 0px 0;
}

.rg-news-links .prevlink, .rg-news-links-bottom .prevlink {
	float: left;
	width: 30%;
}

.rg-news-links .pagebrowser, .rg-news-links-bottom .pagebrowser {
	float: left;
	text-align: center;
	width: 30%;
}

.rg-news-links .nextlink, .rg-news-links-bottom .nextlink {
	float: right;
}

/* extension: tt_news */

/* \ single */

span.singlenews_label {
	font-size: 100%;
	color: #666666;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

div.space-line {
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
}

.news-single-item .news-single-backlink {
	margin: 1em 0 2em 0;
	font-size: 85%;
}

.news-single-imgcaption {
	font-size: 9px;
	color: #666;
}

div.column-01, div.column-02 {
    width: 45%;
}

div.column-01 {
	float: left;
	padding: 0 5px 0 26px;
}
div.column-02 {
	float: right;
	padding: 15px 0 0 5px;
	margin: 0 10pt 0 0;
	display: inline;
}

.singlenews {
	padding-left: 0;
	line-height: 1.25em;
	margin: 0 0 0.25em 0;
	text-align: justify;

}
.singlenews p, .singlenews dd  {
	line-height: 1.25em;
	margin: 0 0 0.5em 0;
	text-align: justify;

}

.news-single-item .date {
	text-align:left;
	padding: 5px 0 0 0;
	font-size: 10px;
}
div.news-single-keywords {
	padding: 0.2em 0 0 26px;
}
div.news-single-img  {
	padding: 0.75em 0 0.5em 26px;
}
.news-single-item .categories {
	margin-left: 0;
}
/* display list/lates */

.news-latest-item .categories {
	margin-left: 10px;
}

.news-latest-item p, .news-latest-item-video p, .news-latest-item-video-1 p, .news-list-item p {
	margin: 0;
	padding: 0 0 0 26px;
	text-align: justify;
}

.news-latest-item img, .news-latest-item-video img, .news-latest-item-video-1 img  {
	padding: 5px 0 5px 26px;
	float: none;
	margin:0 auto;
	display:block;
}
#mediaspace {
	margin: 5px 0 5px 0;
}
.news-latest-item-video #mediaspace, .news-latest-item-video-1 #mediaspace  {
	padding: 5px 0 5px 20px;
}
.news-latest-item {
	padding: 0 0 0 6px;
}
.news-latest-item .date {
	text-align:right;
	padding: 5px 5px 0 0;
	font-size: 10px;
}
.news-list-item {
	clear: both;
	padding: 0 0 10px 26px;
}
.news-list-item .date {
	text-align:left;
	padding: 5px 0 0 5px;
	font-size: 10px;
}
.news-latest-item-video, .news-latest-item-video-1 {
	margin: 0 0 10px 0;
	padding: 0 10px 0 6px;
	float:left;
	width: 47%;
}

.news-latest-item-video-1 {
	float:right;
}


.news-list-item img {
	margin: 5px 5px 10px 0;
	float:left;
}



/* Colors for categories */

.cat-id-22, .cat-id-22 a {
/* documentos, verde */
    color: #6AA04A;
}

.cat-id-5, .cat-id-5 a {
/* noticias,obscuro rojo */
    color: #965274;
}

.cat-id-7, .cat-id-7 a {
/* eventos,azul */
    color: #4A71A0;
}

.cat-id-9, .cat-id-9 a {
/* enlaces, cafe*/
    color: #A0884A;
}

.cat-id-38, .cat-id-38 a {
/* videos azul/verde*/
    color: #4AA08E;
}

/*News headers single */
h1#cat-id-22, h1#cat-id-5, h1#cat-id-7, h1#cat-id-9, h1#cat-id-38 { color: #fff; display: block; }
h1#cat-id-22 { background-color: #6AA04A; }
h1#cat-id-5 { background-color: #965274; }
h1#cat-id-7{ background-color: #4A71A0; }
h1#cat-id-9 { background-color: #A0884A; }
h1#cat-id-38 { background-color: #4AA08E; }
/* End news headers single */

h1.single-title-header { color: #fff; display: block; background-color: #6AA04A; }

.categories a {
	text-decoration: underline;
}

.categories  .cat-id-22,
.categories  .cat-id-5,
.categories  .cat-id-7,
.categories  .cat-id-9,
.categories  .cat-id-38  {
	padding-left: 16px;
	display: block;		
}

.news-single-category .categories  .cat-id-22,
.news-single-category .categories  .cat-id-5,
.news-single-category .categories  .cat-id-7,
.news-single-category .categories  .cat-id-9,
.news-single-category .categories  .cat-id-38  {
	padding-left: 26px;
	margin-top:10px;
	display: block;		
}


.categories .cat-id-22 {
	background: transparent url(../img/doc-cat.gif) no-repeat scroll .2em .2em;
}
.categories .cat-id-5 {
	background: transparent url(../img/noticia-cat.gif) no-repeat scroll  .2em .2em;
}
.categories .cat-id-7 {
	background: transparent url(../img/evento-cat.gif) no-repeat scroll .2em .2em;
}
.categories .cat-id-9 {
	background: transparent url(../img/enlace-cat.gif) no-repeat scroll .2em .2em;
}
.categories .cat-id-38 {
	background: transparent url(../img/video-cat.gif) no-repeat scroll .2em .2em;
}

.news-latest-container h3, .news-list-container h3 , .news-single-item h3, .news-most-popular-container h3 {
	font-size: 18px;
	text-decoration: none;
	font-weight:bold;
	font-variant: normal;
	border:none;
}

h3.cat-id-22 {
	background: transparent url(../img/doc-h3.gif) no-repeat scroll 1px 4px;
	color: #6AA04A;
}
h3.cat-id-5 {
	background: transparent url(../img/noticia-h3.gif) no-repeat scroll 1px 4px;
}
h3.cat-id-7 {
	background: transparent url(../img/evento-h3.gif) no-repeat scroll 1px 4px;
}
h3.cat-id-9 {
	background: transparent url(../img/enlace-h3.gif) no-repeat scroll 1px 4px;
}
h3.cat-id-38 {
	background: transparent url(../img/video-h3.gif) no-repeat scroll 1px 4px;
}

.news-list-container h6 {
	display: block;
	background-color: #845099;
}
.news-most-popular-container h3.cat-id-22 {
	background: transparent url(../img/doc-cat.gif) no-repeat scroll 4px 8px;
	font-size: 14px;
	padding-left: 14px;
}
.news-most-popular-container h3.cat-id-5 {
	background: transparent url(../img/noticia-cat.gif) no-repeat scroll 4px 8px;
	font-size: 14px;
	padding-left: 14px;
}
.news-most-popular-container h3.cat-id-7 {
	background: transparent url(../img/evento-cat.gif) no-repeat scroll 4px 8px;
	font-size: 14px;
	padding-left: 14px;
}
.news-most-popular-container h3.cat-id-9 {
	background: transparent url(../img/enlace-cat.gif) no-repeat scroll 4px 8px;
	font-size: 14px;
	padding-left: 14px;
}
.news-most-popular-container h3.cat-id-38 {
	background: transparent url(../img/video-cat.gif) no-repeat scroll 4px 8px;
	font-size: 14px;
	padding-left: 14px;
}

.news-most-popular-container {
	padding-bottom: 10px;
	padding-left: 5px;
}
/* browse list in tt_news*/
.tx-ttnews-browsebox {
	text-align: left;
	border:none;
	border-bottom: 1px solid #845099;
	margin: 0 0 10px 0;
	background: #fff;
	margin-top:0px;
	padding:10px 0 0 0;
}
.tx-ttnews-browsebox  .browsebox {
	float: right;
	margin-top: -33px;
	background: #fff;
}
.tx-ttnews-browsebox .browsebox tbody tr td, .tx-ttnews-browsebox .browsebox tbody tr td p a {
	padding: 2px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: normal;
}
.tx-ttnews-browsebox-SCell p,.tx-ttnews-browsebox TD p {
	margin:0;
}
.tx-ttnews-browsebox-SCell {
	background-color: #845099;
}
.tx-ttnews-browsebox-SCell a {
	color: white;
}
.news-catmenu-header {
	display:none;
}
.news-search-form {margin: 10px 0 0 26px;}
.news-search-form-swords label {float:left; margin-right:10px;}
.news-search-form-swords input {float:left; line-height:10px; font-size:11px; width:150px; margin:0 25px 0 0;}
.news-search-form-check-title, .news-search-form-check-author, .news-search-form-check-keywords, .news-search-form-check-bodytext {float:left; margin-right:25px;}
.news-search-form-check-title input, .news-search-form-check-author input, .news-search-form-check-keywords input, .news-search-form-check-bodytext input {margin:0;}
.news-search-form-select-cat0 label, .news-search-form-select-cat1 label, .news-search-form-select-cat2 label, .news-search-form-select-cat3 label {display:none;}
.news-search-form-select-cat0, .news-search-form-select-cat1, .news-search-form-select-cat2, .news-search-form-select-cat3 {float:left; margin:5px;}
.news-search-form-select-cat0 {clear:both; margin-left:0px;}
.news-search-form select {border: solid 1px #845099; color: #845099; background: #fff; font-size: 11px; width:150px;}
.news-search-form-submit {clear:both; padding-bottom:10px; margin:0 0 15px 0; border-bottom: 1px solid #eeeeee;}
.news-search-form-submit input {margin-left:0px; font-weight:bold; color:#845099;}

