
/*classes generales*/
.imgtitrenews{
	margin-top:11px;
	margin-bottom:11px;
	border:none;
}
.clearBoth{
	clear:both;
	height:13px;
}
/*classes generales*/

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-item {
	/*height: 90px;
	min-height:100px;*/
padding-top:11px;
}
.news-list-content{
	clear:both;
	width:100%;
}
.news-list-header{
	margin-bottom:0.5em;
	font-size:110%;
}
.news-list-header A{
	font-weight:bold;
}
.news-list-header A:hover{
}
.news-list-date {
	float:right;
	text-align: right;
	margin-right:8px;
	padding-left:7px;
		letter-spacing: 2px;
	font-weight: bold;
}
.news-list-image{
	float:left;
	width:88px;
}
.news-list-morelink,.news-list-category {
}
.news-list-more {
	text-align:right;
	}
.news-list-more a {	
text-decoration:none;
font-weight:bold;
letter-spacing:2px;
}

.news-list-browse {
	text-align: center;
}
	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox{
	height:26px;
}
.tx-ttnews-browsebox TABLE{
	text-align:center;
	width:100%;
}
.tx-ttnews-browsebox TD {
	line-height:20px;
	padding-left:2px;
	padding-right:2px;
}
.tx-ttnews-browsebox TD A{
	width:100%;
	display:block;
}
.tx-ttnews-browsebox TD A:hover{
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}
.tx-ttnews-browsebox-SCell {
	border:1px solid #FFFFFF;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-header{
font-size: 160%;
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
padding-bottom: 4px;
}
.news-single-timedata{
	text-align:right;
	margin-bottom:1em;
	letter-spacing: 2px;
	font-weight: bold;
		font-size:110%;
}

.news-single-img {
	float: right;
	margin-left:0.5em;
}
.news-single-imgcaption {
	clear:both;
    color: #666666;
    text-align: justify;
    background-color: #fffb84;
}
.news-single-backlink, .news-single-backlink a {	
	margin: 1em 0;
	font-size:110%;	
}
.news-single-timedata, .news-single-imgcaption {
}
.news-single-item .clearer{
	height:8px;
}
