/*
 * xhtml.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

/* Basic Tags */
html { background: #012557 }
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	margin: 0px;
	color: white;
	line-height: 18px;
	background: url('/_resources/media/img/bg_body.jpg') repeat-x;
}

h1, h2, h3, h4 {
	font-family: Arial;
	letter-spacing: 0px;
	color: #e0b302;
	margin: 0px 0px 10px 0px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
	background: #001f4c;
	padding: 5px;
}

h4 {
	font-size: 12px;
}

p { margin: 0px; }
hr {
	border: 0px;
	border-bottom: 1px solid black;
}

/* Input */
form {
	margin: 0px;
	padding: 0px;
}#layMain,
#layTop,
#layTop img,
#layLeft,
#layContent,
#layContentTitle,
.layBox,
.layBoxLink,
.layItem_list3Cols,
#mainContent,
#contentSearch,
#contentNewsletter,
#login,
.contentImgLeftAlbum_list,
.contentImgRightAlbum_list
#contentSectionTitle,
.navCategory,
.navSection,
.contentDate_interview,
.contentTopic,
.contentItemRowDescription,
.contentItemRowTitle,
.contentItemRowTitle_only,
.contentMarcador,
.contentObservatorioBox_left,
.contentObservatorioBox_right,
#contentObservatorio,
.item_list_rows,

.imgBoxThumb_listCol,
.imgBoxDetail,
.imgBoxDetail_right,
.imgThumb,
.imgDetail,
.form_help_box,
.box_image_tn,
.box_image_left_tn,
.box_image_detail,
#box_image_window,
#box_image_title,
#imgAlbumBig
{
   behavior: url("/_resources/scripts/boxsizing.htc");
   box-sizing: border-box;
   -moz-box-sizing: border-box;
}/*
 * layout.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

* {
	font-family: Verdana, Arial;
	font-size: 12px;
}

#layMain {
	width: 778px;
	text-align: left;
	padding-top: 29px;
}

#layContent {
	width: 548px;
	float: left;
}
#layBg {
	width: 778px;
	background: url('/_resources/media/img/bg_layMain.gif') repeat-y right;
}

#layTop {
	width: 548px;
	height: 190px;
	color: black;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10px;
	padding-top: 63px;
	float: left;
	background: url('/_resources/media/img/bg_layTop.jpg') no-repeat;
	background-position: bottom left;
	position: relative;
}

#layLeft {
	width: 230px;
	float: left;
	padding: 0px 0px 0px 40px;

	background: url('/_resources/media/img/bg_layLeft.gif') no-repeat;
	background-color: #001f4c;
}

.layBox,
.layBoxLink {
	width: 169px;
	padding: 8px 14px 8px 14px;
	margin: 0px;
	background: url('/_resources/media/img/bg_layBox_middle.png') repeat-y;
}

.layBoxLink {
	padding: 0px 14px 0px 14px;
}

.layItem_list3Cols {
	width: 106px;
	float: left;
	text-align: center;
	margin: 0px 10px 10px 0px;
}
#layBannerTop {
	position: absolute;
	z-index: 10;
	padding-left: 230px;
	top: 10px;
}
#search {
	text-align: left;
}

#mainContent {
	width: 542px;
	padding: 20px 60px 20px 20px;
	float: left;
	background: url('/_resources/media/img/bg_contentMain.gif') no-repeat;
}

#mainContentTitle {
	width: 548px;
	height: 96px;
	padding: 0px 0px 0px 0px;
	float: left;
	background: url('/_resources/media/img/bg_contentTitleSection.gif') no-repeat;
}


#laySpacer {
	width: 778px;
	height: 20px;
	clear: both;
	background-color: #001f4c;
}

#layFooter {
	width: 778px;
	height: 25px;
	clear: both;
	padding-top: 5px;
	text-align: center;
	background: url('/_resources/media/img/bg_layFooter.png') repeat-y;
}

/* NAVIGATION */

.navSection {
	width: 169px;
	height: 25px;
	margin-top: 1px;
	padding: 7px 0px 0px 15px;
	background: url('/_resources/media/img/bg_navSection.png') no-repeat;
}
.navCategory {
	width: 169px;
	height: 25px;
	background: #000b29;
	padding: 8px 0px 0px 15px;
}

#layMainPopup {
	text-align: left;
	padding: 7px 7px 7px 7px;
	background-color: #002842;
}

#layContentPopup {
	background-color: #002e60;
	padding: 20px;
}

#box_internal_popup {
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-color: #E8E2DD;
}

#box_content_popup {
	float: left;
}

#layPrint {
	background-color: white;
	color: black;
}

h1.print {
	color: black;
}/*
 * links.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

a:link, a:visited, a:active, a:hover {
	color: #e0b302;
	font-weight: bold;
	text-decoration: underline;
	font-size: 100%;
}
a:hover {
	color: #e0b302;
	text-decoration: none;
}

h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover {
	font-family: Arial;
}

.navSection a img {
	border: 0px;
}

.linkComment {
	font-size: 11px;
}

.navSection a,
.layBoxLink a {
	display: block;
}

#layFooter a {
	font-size: 10px;
}

#layTop a.email {
	color: black;
	margin-left: 20px;
}/*
 * form.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

.button {
	border-left: 1px solid #B9CAD3;
	border-right: 1px solid black;
	border-top: 1px solid #B9CAD3;
	border-bottom: 1px solid black;
	height: 20px;
	text-align : center;
	background: #ABD037;
	vertical-align : middle;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	margin-bottom: 5px;
	margin-left: -10px;
}

.form_login {
	border: 0px;
	height: auto;
}

.form_table {
	width: 100%;
}

.form_td_label {
	border: 0px;
	width: 100px;
	text-align: right;
	vertical-align: top;
}

.form_td_input {
	border: 0px;
}

.form_title {
	padding: 3px 5px 3px 5px;
	background-color: #AABBCC;
	font-weight: bold;
}

.form_section {
	padding: 3px 5px 3px 5px;
	background-color: #001f4c;
	color: #000b29;
	font-weight: bold;
}

.form_label {
	font-size: 12px;
}

.form_button {
	height: 20px;
	color: black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align : center;
	background: #e0b302;
	font-weight: bold;
}

.form_input {
	background: white;
	padding: 2px 0px 0px 2px;
	border: 1px solid #4A4A4A;
}

.form_input_search {
	height: 18px;
	background: white;
	border: 0px;
	font-size: 11px;
}

.form_required {
	color: #FFCC33;
}

.form_error_highlight {
	background-color: #001f4c;
}

.form_error_box {
	background-color: #001f4c;
	border: 1px solid #BFB8B3;
}

.form_error_title {
	font-size: 12px;
	font-weight: bold;
}

.form_error {
	list-style-type: circle;
	margin: 0px 0px 0px 0px;
}

.form_help_box {
	border: 1px solid #BFB8B3;
	padding: 5px 5px 5px 5px;
	background-color: #D7D1CC;
	text-align: left;
	font-size: 11px;
	font-family: arial, sans-serif;
}

.form_filedetail {
	padding: 0px 0px 5px 0px;
}

select {
	border: 1px solid #4A4A4A;
}

option, select, .form_input, .form_button {
   font-size: 11px;
}

.tree {
	margin: 0px 0px 0px 0px;
}/*
 * content.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */


#contentSectionTitle {

}

.contentMessage_1,
.contentMessage_2,
.contentMessageSpecial {
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
	background-color: #0f3c6f;
}

.contentMessage_2 {
	background-color: #023772;
}

.contentMessageSpecial {
	background-color: #012842;
}

#contentDateTop {
	margin-top: 5px;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10px;
}

#contentSearch {
	width: 190px;
	height: 95px;
	float: left;
	padding: 16px 0px 0px 0px;
}

#contentPool {
	width: 190px;
	height: 180px;
	float: left;
	margin-right: 10px;
	background-position: bottom left;
}

.contentPoolAnswer {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;

}

.contentPoolVotes {
	background-color: #e0b302;
	padding-top: 3px;
	padding-bottom: 3px;
	color: black;
}

.contentCommentary {
	padding: 5px;
	border-bottom: 1px dotted #e0b302;
}

.contentSign {
	font-weight: bold;
	font-size: 10px;
	margin-top: 15px;
}

.contentCommentaryName {
	font-weight: bold;
	color: #e0b302;
}

.contentDate_bottom {
	font-size: 11px;
	margin-top: 5px;
}

.contentDate_interview {
	font-size: 11px;
	font-weight: bold;
}

.contentDate_top {
	font-size: 11px;
	margin-bottom: 5px;
}

#contentHome {
	padding: 5px 15px 20px 15px;
}

.contentItemRowTitle {
	width: 458px;
	margin: 5px 0px 8px 0px;
}

.contentItemRowTitle_only {
	width: 458px;
	margin-bottom: 5px;
}

.contentItemRowDescription {
	width: 468px;
	margin-bottom: 10px;
	font-size: 12px;
}

.contentItemDetailDescription {
	font-size: 12px;
	margin-top: 10px;
}

.contentItemDetailTitle {
	font-size: 22px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: Helvetica;
	color: #e0b302}

#contentNumRecords {
	width: 458px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 11px;
}

.item_list_table {
	width: 100%;
	padding: 2px;
	border: 0px;
	font-size: 10px;
}

.contentImgLeftAlbum_list,
.contentImgRightAlbum_list {
	width: 220px;
	height: 200px;
	float: left;
	text-align: center;
	margin: 0px 10px 10px 0px;
}

.contentImgRightAlbum_list {
	margin: 0px 0px 10px 0px;
}

.contentImgAlbumDescription {
	font-size: 11px;
	margin-bottom: 5px;
}

.item_list_header {
  font-weight: bold;
  background: #001f4c;
  color: #e0b302;
  font-size: 11px;
  text-align: center;
}

.item_list_header2 {
  font-weight: bold;
  background: #002842;
  color: #002e60;
  font-size: 11px;
  text-align: center;
}

.contentBlobAuthor {
	color: #e0b302;
	font-weight: bold;

}
.advBanner {
}

.advBannerTop {
	float: left;
}

.contentCitation {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
}

#contentObservatorio {
	width: 466px;
}

.contentMarcador {
	padding: 0px 15px 10px;
	background: transparent url('/_resources/media/img/icon_marcador.gif') no-repeat scroll left 5px;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
}

.contentObservatorioBox_left,
.contentObservatorioBox_right {
	width: 232px;
	float: left;
	margin-right: 1px;
	background-color: #004275;
}

.contentObservatorioBox_right {
	margin-right: 0px;
}/*
 * image.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

img {
	margin: 0px;
}

#box_image {
	margin-left: 7px;
	margin-top: 7px;
}
#box_image_window {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	background: white;
}

#box_image_title {
	padding: 2px 5px 0px 0px;
	margin-left: 7px;
	color: black;
	text-align: center;
	font-weight: bold;
}

#imgAlbumBig {
	width: 400px;
	height: 300px;
}

.imgBoxThumb_listCol {
	width: 100px;
	height: 85px;
	float: left;
	text-align: left;
	padding: 8px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
	text-align: center;
}

.imgThumb,
.imgThumb_lst {
	width: 90px;
	height: 68px;
	border: 5px solid white;
}

.imgThumb_lst
{
	float: left;
	margin-right: 10px;
}

.imgBoxDetail,
.imgBoxDetail_right {
	width: 210px;
	float: left;
	margin: 0px 0px 5px 15px;
	font-size: 11px;
}

.imgBoxDetail_right {
	float: right;
}

.imgDetail,
.imgDetail_left,
.imgDetail_right {
	margin: 5px 0px 5px 0px;
	border: 5px solid white;
	clear: both;
}

.imgDetail_left {
	float: left;
	margin: 5px 10px 5px 0px;
}

.imgDetail_right {
	float: right;
	margin: 5px 0px 5px 10px;
}

.imgAlbum {
	width: 200px;
	height: 150px;
	border: 5px solid white;
	margin: 5px 5px 5px 5px;
}

.icon_mark {
	margin-right: 5px;
	margin-left: 5px;
}

.photo {
	width: 350;
	height: 263;
	margin: 5px 5px 5px 5px;
}

#layTop img {
	border: 0px;
	margin-bottom: 6px;
}

.imgObservatorio {
	border: 5px solid white;
	margin-bottom: 7px;
}table.calendar {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 0.8em; */
	width: 140px;
	text-align: center;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
table.mainheading {
	background-color: #002842;
	border-collapse: collapse;
	
	cursor: pointer;
	empty-cells: show;
	margin: 0 0px 0 0px;	
}
table.mainheading td {
	border: solid #002e60 1px;
	border-bottom: 0px;
	border-top: 0px;	
	text-align: center;		
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	/*width: 18px; /*should match calendar cell's width*/
	height: 18px;
}

table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 0px 0 0px;
}
table.caldayheading td {
	background-color: #e0b302;
	border: solid #002e60 1px;
	text-align: center;
	color: black;	
	width: 18px; /*should match calendar cell's width*/
	height: 18px;
}
table.caldayheading td.wkhead {
	border-right: double #002e60 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 0px 0 0px;	
	background-color: #002e60;
}
table.calcells td {
	border: solid #002e60 1px;
	vertical-align: top;
	text-align: center;		
	width: 18px;
	height: 18px;
	color: white;	
}
table.calcells td div {
	padding: 0px;
	margin: 0;
}
table.calcells td.wkhead {
	/*background-color: white;*/
	text-align: center;
	border-right: double #002e60 3px;
	color: white;
}
table.calcells td.wkday {
	background-color: #6794B1;
}
table.calcells td.wkend {
	background-color: #6794B1;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #e0b302;
	color: black;
}
table.calcells td.notmnth {
	background-color: #0f3c6f;
	color: white;
}
table.calcells td.notallowed {
	/*background-color: white;*/
	color: white;
	font-style: italic;
}
table.calcells td.hover {
	/*background-color: #999999;*/
}
