/* News Styles */

#news {
	width: 580px;
	margin-bottom: 10px;
}

/** Lists **/

.moreinfo {
	text-align: right;
}
.moreinfo a {
	color: #333;
	font-size: 8pt;
	text-decoration: none;
	padding-left: 12px;
	background: url(../../images/icons/9x9/vineta01.gif) no-repeat center left;
}
.moreinfo a:hover {
	text-decoration: underline;
}

 /** Titular List **/

.news .titular {
	margin: 4px 2px;
	padding: 4px;
	border: solid 1px red;
}

.news .titular .title {
	margin: auto;
	text-align: center;
}

.news .titular h1 {
	display: inline;
	/*border: solid 1px #FFC300;*/
	font-size: 13pt;
	color: #003399;
	text-align: center;
	margin: 4px auto 0 auto;
	padding: 2px 3px 0 3px;
}

.news .titular ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.news .titular ul li {
	display: block;
	padding: 5px 2px;
}

.news .titular ul h2 {
	margin: 3px 0 6px 0;
	text-align: center;
	color: red;
	font-variant: small-caps;
	font-size: 9pt;
	text-decoration: none;
}

.news .titular .thumb {
	margin: auto;
	overflow: hidden;
	width: 160px;
	height: 120px;
	text-align: center;
}

.news .titular p {
	margin: 5px 0;
}

 /** ShortList01 **/
 
.news .shortList01 {

}

.news .shortList01 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.news .shortList01 ul li {
	display: block;
	padding: 5px 2px;
	border-bottom: dashed 1px #666;
}

.news .shortList01 h2 {
	color: red;
	font-size: 9pt;
	margin: 0 0 5px 0 ;
	clear: both;
}

.news .shortList01 .thumb {
	overflow: hidden;
	width: 90px;
	height: 90px;
	border: solid 1px black;
}

.news .shortList01 .p {
	padding-left: 3px;
}
.news .shortList01 .p.nothumb {
	width: auto;
}
.news .shortList01 p {
	margin: 0px 4px;
}

.news .shortList01 .moreinfo {
	clear: both;
}

.news .simplelist01 {
	padding: 2px 4px;
}

.news .simplelist01 h1 {
	color: #0033AA;
	border-bottom: solid 1px #0033AC;
	font-size: 9pt;
	margin: 0;
}

.news .simplelist01 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.news .simplelist01 ul li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #999;
}

.news .simplelist01 ul li a {
	display: block;
	font-size: 8pt;
	color: #333;
	text-decoration: none;
	padding: 2px 3px 2px 10px;
	margin: 0;
}
.news .simplelist01 ul li a:hover {
	background: #333;
	color: white;
}


/** Article Styles **/
.article {
	padding: 0 4px;
}
.article h1 {
	color: #006666;
	font-size: 13pt;
}

.article h2 {	
	font-size: 10pt;
}

.article .date {
	font-size: 9pt;
	font-weight: bold;
	margin: 2px 0;
}

.article .history {
	font-size: 8pt;
	text-align: justify;
}

/** Gallery Styles **/

.gallery {
	margin: auto;
	width: 460px;
}

.gallery table {
	margin: auto;
}

.gallery td {
	text-align: center;
}

.gallery td p {
	width: 125px;
	text-align: center;
}

.gallery .thumb, .gallery .pager {
	border: solid 1px #666;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
	padding: 4px;
}

.gallery .pager {
	margin: auto;
	text-align: center;
	height: 16px
}
.gallery .pager a {
	color: #FF6600;	
	font-weight: bold;
	text-decoration: none;
}

.gallery .pager a:hover {
	text-decoration: underline;
}

/** TabsSelector Styles **/
/*
.tabselector1 {
	margin: auto;
	width: 460px;
	border: solid 1px #666;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
}

.selector .bar {
	border-bottom: solid 1px #ccc;
	background: #FFCC00;
	color: white;
	height: 25px;
}

.selector table {
	width: 100%;
}

.selector .bar th {
	font-size: 11pt;
	text-align: left;
}

.selector .bar td {
	text-align: right;
}

#selectorFrame {
	margin: auto;
	width: 460px;
	height: 150px;
	border: none;
}
**/

