@charset "utf-8";
/* CSS Document */
@import url(/css/breadcrumb.css);
@import url(/css/events.css);
@import url(/css/menu.css);
@import url(/css/search.css);
@import url(/css/clouds.css);
@import url(/css/cell-types.css);
@import url(/css/comment.css);
@import url(/css/promo.css);
@import url(/css/category.css);
@import url(/css/poll.css);
@import url(/css/blog.css);
/******************************************************************************/
/* tags */
/******************************************************************************/
* {
	font-family: Helvetica, Arial;
	/*font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Sans-Serif;*/
	/*font-family: Tahoma; */
	/*font-family: "Verdana";*/
	/*font-family: "Trebuchet MS";*/
	/*font-family: "Century Gothic";*/
}
body {
	background: url(/img/bgbody2.png) repeat-x #CCCCCC fixed;
	margin: 15px;
	padding: 0px;
}
body, td {
	color: #333333;
	font-size: 12px;	
}
h2 {
	font-size: 16px;
}
form {
	margin: 0px;
	padding: 0px;
}
form label {
	display: block;
}
img { 
	border: none;
}
label {
	font-size: 12px;
	font-weight: bold;
	color: #9E9769;
}
blockquote {
	margin: 20px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 70px;
	background-color: #f0ede6;
	background-image: url(/img/bg_blockquote.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	font-size: 14px;
	color: #6A6236;
}
input, textarea {
	border: 1px solid #CCCCCC;
}
a, a * { 
	text-decoration: none;
}
a:hover, a:hover * {
	text-decoration: underline;
}
/******************************************************************************/
/* main classes  */
/******************************************************************************/
#canvas {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;	
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #C7C6C2;
	border-right-color: #C7C6C2;
	border-bottom-color: #C7C6C2;
	border-left-color: #C7C6C2;
	background-color: #FFFFFF;
}
#main {
	width: 630px;
}
#holder {
	margin-top: 5px;
}
#content {
	padding: 0px 5px 5px 5px;
}
#render {
	background: #FFFFFF;
}
#footer, 
#feeds {
	font-size: 10px;
	color: #696037;
	text-align: center;
	vertical-align: middle;
	background-image: url(/img/footer.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
}
#feeds {
	text-align: left;
	padding-left: 162px;
	#padding-top: 10px;
	#padding-bottom: 10px;
	#height: auto;
	#line-height: normal;
}
#feeds a{
	text-decoration:none;
	font-size:12px;
	color:#9e9769;
}
#banner, #banner-canvas {
	display: block;
	width: 830px;
	height: 200px;
}
#banner {
	position: absolute;
	background: url(/img/cabezal.png) no-repeat #736B40;	
	margin-top: -63px;
	#margin-top: 0px;
	#margin-left: -322px;
}
#banner-print {
	
}
#left-panel {
	background: url(/img/sep1.png) repeat-y top right #DAD7C6;
	width: 176px;
	padding-right: 1px;
}
#right-panel {
	background: url(/img/sep1.png) repeat-y top left #DAD7C6;
	width: 176px;
	padding-left: 1px;
}
#content h1 {
	font-size: 16px;
	color: #85815B;
	font-weight: bold;
	display: block;
	background-color: #DAD7C6;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 10px 0px;	
}
.leftborder {
	/*background: url(/img/b1.png) repeat-y top left #FFFFFF;*/
	padding-left: 3px;
	width: 998px;
	text-align: left;
}
.rightborder {
	/*background: url(/img/b1.png) repeat-y top right #FFFFFF;*/
	padding-right: 3px;
	width: 998px;	
	text-align: left;	
}
.not-found {
	font-size: 36px;
	color: #330000;
	font-family: "Times New Roman";
	font-weight: bold;
}
/******************************************************************************/
/* date panel */
/******************************************************************************/
.datePanel {
	margin-left: 20px;
	margin-top: 4px;
	height: 27px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: right;
}
.datePanel .left {
	padding-left: 8px;
}
.datePanel .right {
	padding-right: 8px;
}
.date {
	font-size: 28px;
	font-weight: bold;
	color: #9E9769;
	cursor: pointer;
}
.date2 {
	font-size: 11px;
	font-weight: bold;
	color: #9E9769;
	cursor: pointer;	
}
.date3 {
	font-size: 10px;
	font-weight: normal;
	color: #9E9769;
	cursor: pointer;	
}
/******************************************************************************/
/* general classes */
/******************************************************************************/
.title {
	color: #000000;
}
.label {
	font-size: 12px;
	font-weight: bold;
	color: #9E9769;
}
.pointer {
	cursor: pointer;
}
.panel {
	background-color: #C2BEA5;
	padding: 5px;
}
.msg {
	font-size: 13px;
	color: #6A6236;	
}
.tooltips {
	color: #6A6236;
	font-size: 11px;
	text-align: right;
	padding: 3px;
	font-style: italic;
	margin-left: 4px;
}
.tags a, .link, a.link {
	color: #6a6236;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: capitalize;
}
.tags a:hover, .link:hover, a.link:hover {
	color: #000000;
}
.tags a {
	margin-left: 5px;
}
/******************************************************************************/
/* list classes */
/******************************************************************************/
.list-item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(/img/sep3.png) repeat-x bottom left;
}
.list-title, .list-title a, .list-title a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.list-date {
	font-size: 11px;
	font-weight: bold;
	color: #666666;	
	margin-bottom: 5px;
}
.list-summary {
	font-size: 11px;
	color: #666666;	
}
.list-tags {
	margin-top: 5px;
	margin-bottom: 5px;	
}
.list-tags a, .list-tags span {
	font-size: 11px;
	color: #999999;
	margin-right: 5px;
}
.list-tags span {
	font-weight: bold;
}
.list-more {
	font-size: 11px;
}
.list-more a {
	color: #003366;
}
.list-type {
	margin-top: 5px;
	margin-bottom: 5px;
}
/******************************************************************************/
/* item classes */
/******************************************************************************/
.item-date {
	font-size: 11px;
	font-weight: regular;
	color: #666666;	
	margin-bottom: 5px;
}
.item-author {
	font-size: 11px;
	font-weight: bold;
	color: #666666;	
	margin-bottom: 5px;
}
.item-title, .item-title a {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	display: block;
	margin-top: 5px;
}
.item-summary {
	font-size: 13px;
	color: #999999;
	display: block;	
}
.item-tags {
	margin-top: 10px;
	display: block;	
}
.item-tags a, .item-tags span {
	font-size: 11px;
	color: #999999;
	margin-right: 5px;
}
.item-tags span {
	font-weight: bold;
}
.item-resources-panel {
	padding: 5px;
	font-size: 11px;
	color: #989D65;	
	margin-top: 20px;
	margin-bottom: 10px;	
}
.item-resources-panel b {
	font-size: 12px;
}
.item-resourses {
	margin-left: 20px;
}
.item-tools {
	font-size: 12px;
}
.item-resources-panel img, .item-tools img {
	margin-right: 10px;
	cursor: pointer;
}
.item-tools span {
	margin-left: 15px;
}
.item-description {
	font-size: 14px;
	color: #333333;
}
/******************************************************************************/
/* miselaneous classes */
/******************************************************************************/
.sep1 {
	background-image: url(/img/sep1.png);
	background-repeat: repeat-y;
	background-position: right;
	height: 27px;
	width: 1px;
}
.sep2 {
	background-image: url(/img/sep2.png);
	background-repeat: repeat-y;
	background-position: right;
	height: 27px;
	width: 1px;
}
.sep4 {
	background-image: url(/img/sep3.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.button-type-1 {
	font-size: 12px;
	font-weight: bold;
	color: #9E9769;
	cursor: pointer;
}
.pagerNumber {
	margin-left: 5px;
	font-size: 11px;
}


.item-comments-tools {
	font-size: 12px;
	color: #6a6236;
	margin-top: 10px;
	padding: 4px 0px 4px 0px;
}
.item-comments {
	margin-top: 10px;
}

#letter-controls {
	position: absolute;
	margin-left: 510px;
	margin-top: 10px;
}
#letter-controls img {
	cursor: pointer;
	margin-left: 5px;
}


#friend-data, #login-data  {
	background-color: #BEB787;
	color: #6A6236;
	font-size: 11px;
	text-align: right;
}
#friend-data form, #login-data form {
	margin: 10px;
}
#login-data form {
	margin-bottom: 0px;
}
.panel-data label {
	font-weight: bold;
	color: #6A6236;
	font-size: 11px;	
	display: inline;
}
.panel-data input {
	border: none;
	width: 150px;
	background: #DBD7BD;
	color: #6A6236;
	margin-top: 3px;
	margin-left: 3px;
}
.panel-data .button {
	border: none;
	background: #6a6236;
	color: #FFFFFF;
	padding: 1px;
	font-size: 11px;
	font-weight: bold;	
	width: auto;
	min-width: 60px;
	#width: 60px;
	cursor: pointer;
}
.panel-data h3 {
	color: #4E4827;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	text-align: left;
}
.panel-data .buttons {
	background: transparent;
	border: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}
.panel-data span {
	display: block;
	background-color: #C3C1A2;
	color: #6A6236;
	border: 1px solid #B9B492;
	padding: 2px 10px 2px 10px;
	font-size: 11px;
	text-align: left;
	margin-top: 3px;
	cursor: pointer;
}
#retrieve .buttons {
	text-align: right;
}

.form {
	border: 0px;
	margin-left: 5px;
	background: none;
}
.form label {
	display: block;
	margin-top: 10px;
}
.form input, .form textarea {
	font-size: 12px;
	width: 250px;
}
.form .check {
	display: inline;
	float: left;
	margin-top: 10px;
	width: auto;
}
.form .button, .button {
	border: none;
	background: #6a6236;
	color: #FFFFFF;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;	
	width: auto;
	cursor: pointer;
}
.field-label {
	margin-top: 15px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding: 5px;
	background: url(/img/sep3.png) bottom left repeat-x;	
}
#resources-panel {
	vertical-align: middle;
}
#resources-panel img {
	margin: 0px;
	margin-left: 4px;
}

#letter-controls .tooltips {
	color: #666666;
	position: absolute;
	margin-top: 25px;
	white-space: nowrap;
	margin-left: -40px;
	text-align: right;
	display: block;
	width: 130px;
}
#publication-index {
	width: 160px;
	display: block;	
	margin-right: 10px;
}
#publication-index .selected {
	color: #333333;	
}
#publication-content {
	text-align: justify;
}
#publication-magazine-name {
	color: #635D33;	
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;	
}
.section_title {
	color: #6A6236;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	display: block;
	margin-top: 10px;
	background: url(/img/sep3.png) top left repeat-x;
}
.article_title {
	color: #a29b6d;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 15px;	
	padding-right: 15px;	
	padding-top: 5px;	
	display: block;
	text-decoration: none;
}
.article_title:hover {
	background-color: #D4D2BD;
	color: #333333;	
}
#aritcle-title {
	color: #6A6236;	
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(/img/sep3.png) bottom left repeat-x;
}
#aritcle-content {
	display: block;
	color: #6A6236;
	font-size: 13px;
	text-align: justify;
	margin-right: 10px;
}

.magazine-title {
	color: #6A6236;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #CCCCCC;
	display: block;	
}
.magazine-label {
	color: #a29b6d;
	font-size: 12px;	
}
.embeded {
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}
.embeded input {
	font-size: 12px;
	color: #666666;	
	border: 1px solid #CCCCCC;	
	width: 160px;
}
.event-title {
	background: #736B40;
	color: #FFFFFF;
	padding: 5px;
	font-size: 12px;		
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;	
}

.podcast-list {
	margin-top: 10px;
	padding-top: 10px;
	background: url(/img/sep3.png) top left repeat-x;
}

.podcast-list h2 {
	margin-bottom: 10px;
	margin-top: 10px;	
}

.podcast-file {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(/img/sep3.png) bottom left repeat-x;
}
.podcast-file .link {
	color: #666666;
}
.podcast-file .item-summary {
	font-size: 12px
}
.podcast-file .title {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}
input[type=hidden]{
	display: none;
}
