/* News Styles */

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

.news h3 {
	border: none;
}

/** Lists **/


 /** 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: 0 0 5px 0;
	margin-bottom: 5px;
	border: solid 1px #1C3664;
}

.news .shortList01 h2 {
	color: white;
	background: #1C3664;
	font-size: 9pt;
	margin: 0 0 5px 0 ;
	padding: 2px 5px;
	clear: both;
}
.news .shortList01 h2 a {
	color: white;
}

.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 .shortList01 .moreinfo a {
	color: #1C3664;
	background: none;
	margin-right: 5px;
}
.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: #FF3300;
	font-size: 13pt;
	border-bottom: none;
}

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

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

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

/** Gallery Styles **/

.gallery {
	margin-top: 10px;
}

.gallery table {
	margin: auto;
}

/** 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;
}
**/

.attachments {
	width: 500px;
	border: solid 1px #1C3664;
	margin: 15px auto 10px auto;
	padding: 0;
}
.attachments h2 {
	background: #1C3664;
	color: #ffffff;
	margin: 0 auto;
	padding: 0px 5px;
	font-size: 11pt;
}
.attachments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.attachments li {
	display: block;
	background: url(../../images/catalog/assets/bg_gradient02.jpg) repeat-x bottom center;
}
.attachments li a {
	display: block;
	font-size: 8pt;
	color: #333;
	background-repeat: no-repeat;
	background-position: 25px 2px;

	border-top: dashed 1px #333;
	padding: 5px 0 25px 100px;

	text-decoration: none;
}
.attachments li a:hover {
	background-color: #FFFFCC;
}

.attachments a .name, .attachments a .size {
	margin: 4px 0;
}
.attachments a .filename {
	font-weight: bold;
}
.attachments a .size {
	font-style: italic;
}
.attachments a p {
	font-size: 8pt;
	margin: 2px 0;
	color: #333;
	padding: 3px 0 3px 10px;
}

