@font-face{
	font-family: Calibri;
	src: local(Calibri);
	src: url("/files/site/calibri.ttf" ) format("truetype");
}


@font-face{
	font-family: Candara;
	src: local(Candara);
	src: url("/files/site/Candara.ttf" ) format("truetype");
}


html, body{
	height: 100%;
}

body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	background: url("/files/site/bg.png") repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Candara, "Times New Roman", serif !important;
	border: none !important;
}

a:link, a:visited, a:active {
	color: #3399ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline !important;
	color:#000066;
	background: none;
}


ul.menu li {
    display: inline;
    padding: 0 0.5em 0 0;
}

ul.menu a {
	text-transform:none;
}

input.textField, select.selectMenu, input.uploadField, textarea.textArea {
    font-family: Arial, Sans-Serif;
    margin-bottom: 5px;
    padding: 2px;
	background-color: #d6e5f4;
    border: solid 1px #85b1de;
}

input.uploadField:disabled
{
    font-family: Arial, Sans-Serif;
    margin-bottom: 5px;
    padding: 2px;
	background-color: #d6e5f4;
    border: solid 1px #85b1de;
}

input:focus.textField, select:focus.selectMenu, input:focus.uploadField, textarea:focus.textArea {
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #33677F;
}

input[type="submit"],input[type="reset"], input[type="button"] {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #666666;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 27px;
    margin: 2px 6px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
}


input[name="uploadSubmissionFile"] {
	background-color: #990000;
	color:#FFFFFF;
}

input[type="radio"]{
	background: url("/files/site/radiobutton_no.png") 0 -1px no-repeat;
}

input[type="radio"]:checked {
	background: url("/files/site/radiobutton_yes.png") 0 -1px no-repeat;
}

#container {
	width: 960px !important;
}


#header {
	background: url("/files/site/bg-header.png") repeat-x;
	background-color:#FFFFFF;
	height:200px;
	width: 960px;
}

#headerTitle{

}

#header h1{
	margin:0;
	padding:0;
	display:none;
}

#body {
	background: url("/files/site/bg-content.png") repeat-x;
	width:960px;
}

#main{
	padding: 0 0.7em;
	float: none;
	display:block;
	width: 73%;
	margin-left:3%;
    min-height: 1020px;
}

#navbar a{
	color:#FFFFFF;
	font-size: 0.8em;
	letter-spacing: 0;
}


#navbar {
    border-bottom: none;
	font-size: 100% !important;
	vertfical-align:middle;
	margin-top: -2em;
	margin-bottom:0;
	position:absolute;
}

#navbar li {
	padding-left:20px;
	margin-left: 5px;
}

#navbar #home {
	background: url("/files/site/home.png") no-repeat left center;
}

#navbar #about {
	background: url("/files/site/about.png") no-repeat left center;
}


#navbar #login {
	background: url("/files/site/login.png") no-repeat left center;
}

#navbar #register {
	background: url("/files/site/register.png") no-repeat left center;
}

#navbar #search {
	background: url("/files/site/search.png") no-repeat left center;
}

#navbar #userHome {
	background: url("/files/site/user.png") no-repeat left center;
}

#navbar #toggleLanguage {
	background: url("/files/site/toggleLanguage.png") no-repeat left center;
}

#navbar #current {
	background: url("/files/site/journalCurrent.png") no-repeat left center;
}

#navbar #navItem {
	background: url("/files/site/navItem.png") no-repeat left center;
}

#navbar #archives {
	background: url("/files/site/archives.png") no-repeat left center;
}


#navbar #announcements {
	background: url("/files/site/announcements.png") no-repeat left center;
}

#breadcrumb {
	background: url("/files/site/navigation.png") no-repeat left center;
	padding:1em 18px;
	margin: 5px 0 5px 0;
	font-size: 0.8em;
}

#main h2{
/*	visibility:hidden;
	display:none;*/
	margin:0;
	padding:0;
}


#content {
	border-top:none;
	margin-top: 1em;
}


#introDescription {
	background-color: #efefef;
    border: 1px solid silver;
	border-radius: 21px;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	padding: 0 0.5em;
	margin-bottom: 2em;
}

div.boxJournal {
	margin:1em 0;
	padding:0.5em;
	border: 1px solid silver;
	vertical-align: middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#f8faff;
	height:auto;
}

div.boxJournalMenu img{
	vertical-align:middle;
}

div.boxJournalMenu {
	margin: 1em;
	vertical-align:middle;
}


div.boxJournal .boxJournalTitle{
	margin:0.5em 0;
}

div.boxJournal .journalDescription{
	text-align:justify;
	color:#494949;
	padding-right: 0.8em;
}

div.boxJournal .boxJournalMenu{
	list-style:none;
    margin-bottom: 0;
    margin-top: 1em;
    padding: 0;
}

div.boxJournal .boxJournalMenu li{
	text-align:center;
	margin: 0 0.5em;
	float: left;
	padding:0;
}

div.boxJournal .boxJournalMenu a.action{
	text-transform:lowercase;
}

div.boxJournal img{
	border:none;
}

.bigger {
	font-size: 140%;
}

/* Barra lateral */

#rightSidebar {
	margin-right: 1em;
	margin-left:0;
	width: 18%;
	padding:8px;
/*	background-color:#FCF9F5;*/
	height:100%;
}

#rightSidebar div.block{
    background-color: white;
    margin-bottom: 1em;
    padding: 0px;
	border-top:3px solid #3399ff;
}

#sidebar div.block span.blockTitle {
   color: #000066;
   text-align: center;
   font-family: Candara;
   border-bottom: 0.1em dotted silver;
   margin-bottom: 0.5em;
   background: #f8faff;
}

#sidebarHelp {
	background: url("/files/site/block_help.png") no-repeat left center !important;
	height: 22px;
	padding-top: 0.5em !important;
}

#sidebarHelp a{
	margin-left: 2.5em;

}


#sidebarUser span.blockTitle {
	background: #f8faff url("/files/site/block_login.png") no-repeat left center !important;
}

#sidebarLanguageToggle span.blockTitle {
	background: #f8faff url("/files/site/toggleLanguage.png") no-repeat left center !important;
}


#sidebarNavigation span.blockTitle {
	background: #f8faff url("/files/site/block_search.png") no-repeat left center !important;
}

#sidebarLogoCaicyt {
	margin-bottom: 2em;
	background: url("/files/site/logo_caicyt.png") no-repeat center bottom;
	height:105px;
	text-align:center;
}

#sidebarLogoCaicyt span{
	display:none;
}

#sidebarLogoNucleo {
	margin-top: 2em;
	clear:both;
	height:95px;
	background: url("/files/site/nb.png") no-repeat center bottom;
	text-align:center;
	color:#333333;
	display:none;
}

#sidebarLogoCaicyt:hover, #sidebarLogoNucleo:hover {
	cursor:pointer;
}


#sidebarfacebookButton {
	margin-top: 2em;
}


#sidebarLanguageToggle{
	display:none;
}


/* Footer */


#footer {
	background: url("/files/site/bg-footer.png") repeat-x;
	height:200px;
	position:absolute;
	left:0;
}

#footerInfo{
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align:top;
	margin: auto;
	width:960px;
	background: url("/files/site/bg-footer2.png") no-repeat;
	padding-top:1em;
	height:130px;
}


/* Footer de las revistas */

p.creativeCommons {
	clear:both;
	text-align:center;
	border-top: 1px dotted silver;
	padding-top: 1em;
}


/* Home de las revistas */

#myJournals div[id|="journal"] h3, #myJournals div[id|="journal"] h4, #myAccount h3, #managementPages h3, #managerUsers h3, #managerRoles h3, #aboutPeople h3, #aboutPolicies h3, #aboutSubmissions h3, #aboutOther h3{
    border-radius: 10px 10px 0 0;
	-webkit-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
    color: #003366;
	background-color:#F3EEC4;
    float: left;
    font-family: Days,Arial;
    font-weight: normal;
    line-height: normal;
    margin: 1em auto 0 auto;
    overflow: hidden;
    padding: 5px 20px;
	clear:both;
	behavior: url(/PIE.htc);
	position:relative;

}

#myJournals div[id|="journal"] table, #myAccount ul, #managementPages ul, #managerUsers ul, #managerRoles ul, #aboutPeople ul, #aboutPolicies ul, #aboutSubmissions ul, #aboutOther ul{
    border-radius: 0 10px 10px 10px;
	-webkit-radius:0 10px 10px 10px;
	-moz-border-radius:0 10px 10px 10px;
    clear: both;
    color: #333333;
	background-color: #F3F3F3;
    line-height: 16px;
    margin: 0 0 1em;
    padding: 10px;
	position:relative;
	width:auto;
	behavior: url(/PIE.htc);
}


/* Complemento de bloques personalizados */

div#rightSidebar div#custom .block p {
	margin:0 !important;
	padding:0 !important;
}

/**************** General *******************/
div#submission {
	background: url("/files/site/submissionData.png") no-repeat top right;	
}

div#status {
	background: url("/files/site/status.png") no-repeat top right;	
}

div#peerReview {
	background: url("/files/site/peerReview.png") no-repeat top right;	
}

div#editorDecision {
	background: url("/files/site/editorDecision.png") no-repeat top right;	
}

div#copyedit{
	background: url("/files/site/copyedit.png") no-repeat top right;
}

div#layout {
	background: url("/files/site/layout.png") no-repeat top right;
}

div#proofread {
	background: url("/files/site/proof.png") no-repeat top right;
}

div#layoutComments {
	background: url("/files/site/notes.png") no-repeat top left;
	height: 32px;
    padding-left: 3em;
    padding-top: 1em;
}

/***************** Manager *****************/

#managementPages, #managerUsers, #managerRoles{
	float:left;
	margin-right: 0.3em;
}


/***************** Editor *****************/

#articleSubmissions ul, #content ul.menu , #issues ul{
	font-size:115%;
	margin-top: 4.5em;
	margin-bottom: 6.5em;
}


#articleSubmissions ul li, #content ul.menu li, #issues ul li {
	float:left;
	margin:0em;
	padding-left:1em;
}

#articleSubmissions ul li a, #issues ul li a {
	padding-top: 3.8em;
}

#content ul.menu a, #issues ul a{
	padding: 4em 1em 0;
}

#articleSubmissions a[href$="submissionsUnassigned"], #content ul.menu a[href$="submissionsUnassigned"] {
	background: url("/files/site/unassigned.png") no-repeat center top;
}

#articleSubmissions a[href$="submissionsInReview"], #content ul.menu a[href$="submissionsInReview"], #content ul.menu a[href*="submissionReview"], #content ul.menu a[href*="/reviewer/index/active"] {
	background: url("/files/site/review.png") no-repeat center top;
}

#articleSubmissions a[href$="submissionsInEditing"], #content ul.menu a[href$="submissionsInEditing"], #content ul.menu a[href*="submissionEditing"] {
	background: url("/files/site/edition.png") no-repeat center top;
}

#articleSubmissions a[href$="submissionsArchives"], #content ul.menu a[href$="submissionsArchives"], #content ul.menu a[href*="/reviewer/index/completed"], #content ul.menu a[href*="/layoutEditor/submissions/completed"], #content ul.menu a[href*="/author/index/completed"], #content ul.menu a[href*="/copyeditor/index/completed"], #content ul.menu a[href*="/proofreader/index/completed"] {
	background: url("/files/site/archive.png") no-repeat center top;
}

#content a[href*="/editor/submission/"], #content a[href*="/author/submission/"], #content a[href*="/sectionEditor/submission/"]{
	background: url("/files/site/summary.png") no-repeat center top;
}

#content a[class="action"]{
	background: none !important;
}

#content a[href*="/submissionHistory/"]{
	background: url("/files/site/history.png") no-repeat center top;
}


#content a[href*="/submissionCitations/"]{
	background: url("/files/site/citations.png") no-repeat center top;
}


#content ul.menu a[href$="layoutEditor/submissions/active"] {
	background: url("/files/site/layout.png") no-repeat center top;
}

#content ul.menu a[href*="author/index/active"] {
	background: url("/files/site/author.png") no-repeat center top;
}


#content ul.menu a[href*="proofreader/index/active"] {
	background: url("/files/site/proof.png") no-repeat center top;
}

#content ul.menu a[href$="createIssue"], #issues a[href$="createIssue"] {
	background: url("/files/site/issue_new.png") no-repeat center top;
}


#content ul.menu a[href$="futureIssues"], #issues a[href$="futureIssues"] {
	background: url("/files/site/issue_future.png") no-repeat center top;
}


#content ul.menu a[href$="backIssues"],#issues a[href$="backIssues"] {
	background: url("/files/site/issue_old.png") no-repeat center top;
}

#issues a[href$="notifyUsers"] {
	background: url("/files/site/notifyUsers.png") no-repeat center top;
}


#content ul.menu a[href*="/issueData/"] {
	background: url("/files/site/issueData.png") no-repeat center top;
}


#content ul.menu a[href*="/issue/view/"] {
	background: url("/files/site/issueView.png") no-repeat center top;
}

#content ul.menu a[href*="/issueToc/"] {
	background: url("/files/site/issueToc.png") no-repeat center top;
}


.separator, #content ul.filter, #submission {
	clear:both;
}


/*** Manager - Setup Sept 5 SelectMultipleMenu ***/

#journalLayout input[type="button"]{
	height: 2.5em;
    width: auto !important;
}

select[name="blockSelectLeftWidget"], select[name="blockUnselectedWidget"], select[name="blockSelectRightWidget"]{
	width: 100% !important;
}


/*** Reviewer ***/

/*Title*/
#submissionToBeReviewed table tr:nth-child(1) td:nth-child(2){
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

/*Abstract*/
#submissionToBeReviewed table tr:nth-child(3) td:nth-child(2){
	text-align:justify;
	line-height: 1.2;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#submissionToBeReviewed table tr:nth-child(3) td:nth-child(2)::first-letter{
	font-size: 300%; float: left;
}



#reviewSchedule table {
	font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	color: #333;
	background: #F3F5F7;
}

/*#reviewSchedule table a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}

#reviewSchedule table a:visited {color: #777;}

#reviewSchedule table a:hover {color: #000;}  

#reviewSchedule table caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}

#reviewSchedule table thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}*/

#reviewSchedule table tbody, table thead {
	border-left: 1px solid #EAECEE; 
	border-right: 1px solid #EAECEE;
}

#reviewSchedule table tbody {
	border-bottom: 1px solid #EAECEE;
}
                      
#reviewSchedule table tbody td, table tbody th {
	padding: 10px;
	background: url("td_back.gif") repeat-x; 
	text-align: left;
}

#reviewSchedule table tbody tr {
	background: #F3F5F7;
}

#reviewSchedule table tbody tr:nth-child(even) {
	background: #F0F2F4;
}

#reviewSchedule table tbody  tr:hover {
	background: #EAECEE; 
	color: #111;
}

/*#reviewSchedule table tfoot td, table tfoot th, table tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}*/

#reviewSteps .instruct, #reviewSteps td:nth-child(1) {
	font-family:Arial Black;
	font-size: 105%;
}

#reviewSchedule tr:nth-child(1) td:nth-child(1){
	background: url("/files/site/requested.png") no-repeat left center;
	padding-left: 2.5em;
}

#reviewSchedule tr:nth-child(2) td:nth-child(1){
	background: url("/files/site/accepted.png") no-repeat left center;
	padding-left: 2.5em;
}

#reviewSchedule tr:nth-child(3) td:nth-child(1){
	background: url("/files/site/submitted.png") no-repeat left center;
	padding-left: 2.5em;
}

#reviewSchedule tr:nth-child(4) td:nth-child(1){
	background: url("/files/site/due.png") no-repeat left center;
	padding-left: 2.5em;
}

/*** Author ***/
#section{
	background: url("/files/site/section.png") no-repeat top left;
	padding-left:4.5em;
}

#submissionLocale{
	background: url("/files/site/language.png") no-repeat top right;
}


#checklist{
	background: url("/files/site/checklist.png") no-repeat top right;
}


#copyrightNotice {
	background: url("/files/site/copyright.png") no-repeat top right;
}

#privacyStatement {
	background: url("/files/site/privacyStatement.png") no-repeat top right;
}

#indexing p{
	font-family: Arial Black;
	color:#FF0000;
}

#citations table td.value br{
	margin: 1em 0;
}

input[name="addAuthor"]{
	background: #F5F5F5 url("/files/site/add-author.png") no-repeat left center;
	height:40px;
	padding-left:3em;
	float: right;
    margin-bottom: 1em;
}

div#submitStart {
	background: url("/files/site/newSubmission.png") no-repeat top left;
	padding-left:5em;
}

div#submissionFile {
	background: url("/files/site/submissionFile.png") no-repeat top right;
}

div#locales {
	background: url("/files/site/select-Language.png") no-repeat top left;
}

div#authors {
	background: url("/files/site/authorsMetadata.png") no-repeat top right;
}

/**** Tabla de contenido ****/

h4.tocSectionTitle, div#articleAbstract h4, div#articleSubject h4, div#articleGalleys h4, div#articleCitations h4, div#articleCitations h4 {
    border-radius: 10px 10px 0 0;
	-webkit-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
/*    color: #003366; */
/*	background-color:#F3EEC4;*/
    float: left;
    font-family: Days,Arial;
    font-weight: normal;
    line-height: normal;
    margin: 0.75em 1em 0 0 !important;
    overflow: hidden;
    padding: 5px 20px;
	clear:both;
	behavior: url(/PIE.htc);
	position:relative;

}

table.tocArticle, div#articleAbstract div, div#articleSubject div, .tocGalleys, div#articleCitations div {
    border-radius: 0 10px 10px 10px;
	-webkit-radius:0 10px 10px 10px;
	-moz-border-radius:0 10px 10px 10px;
    clear: both;
    color: #333333;
	background-color: #F3F3F3;
    line-height: 16px;
    margin: 0 0 0.5em;
    padding: 5px 10px;
	position:relative;
/*	width:100%;*/
	behavior: url(/PIE.htc);
}

table.tocArticle td{
	font-family:Arial, Helvetica, sans-serif;
}

table.tocArticle .tocTitle {
	font-style:italic;
	font-weight:bold;
	line-height: 20px !important;
	font-size: 115%;
	margin: 2px 0;
}

table.tocArticle .tocPages {
	font-style:normal;
	font-weight:normal;
}

table.tocArticle .tocAuthors {
	font-variant:small-caps;
	font-size: 120%;
}

div.galleyFile{
    float: right;
    height: 35px;
	text-align:center;
	margin: 0 5px;
}


/***** Presentación del artículo - RESUMEN *****/

.notificationFunction a[href*="/author/submission/"] {
	background:none !important;
}