@charset "utf-8";

/* Journal CSS settings */
#content {
	color: #666;
}

#content > #issueCoverImage {
	text-align: center;
}

#content > #issueCoverImage img {
	display: inline;
}

#content > #articleTitle > h3 {
	margin-right: 0;
	padding-top: 0;
	padding-left: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-align: right;
}

#content > #authorString {
	text-align: right;
}

#content > #articleAbstract > h4, #content > #articleSubject > h4, #content > #articleFullText	 > h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bolder;
}

#content > #articleAbstract > h4:after, #content > #articleSubject > h4:after {
	content: ":"
}

#content #articleAbstract p, #content #articleAbstract ul, #content #articleAbstract ol {
	text-align: justify;
	text-indent: 32px;
	line-height: 16.8pt;
}

#content #articleAbstract ul, #content #articleAbstract ol {
	text-indent: inherit;
	list-style: square;
}

#content > #articleFullText	 > h4, #content > #articleFullText > a {
	float: left;
}

#content > table.tocArticle tr td.tocGalleys a#abstract,
#content > #results > table.listing tr td a#abstract,
#content > #authorDetails > ul > li a#abstract {
	display: inline-table;
	height: 40px;
	width: 40px;
	background: url("http://www.cuadernos-fhycs.org.ar/ojs/templates/images/my_icons/abstract.png") no-repeat 10px 0;
}

#content > table.tocArticle tr td.tocGalleys a#abstract:hover,
#content > #results > table.listing tr td a#abstract:hover,
#content > #authorDetails > ul > li a#abstract:hover {
	display: inline-table;
	height: 40px;
	width: 40px;
	background: url("http://www.cuadernos-fhycs.org.ar/ojs/templates/images/my_icons/abstractHover.png") no-repeat 10px 0;
}

#content > #articleFullText > a#html,
#content > table.tocArticle tr td.tocGalleys a#html,
#content > #results > table.listing tr td a#html,
#content > #authorDetails > ul > li a#html {
	display: inline-table;
	height: 40px;
	width: 40px;
	background: url("http://www.cuadernos-fhycs.org.ar/ojs/templates/images/my_icons/html.png") no-repeat 0 0;
}

#content > #articleFullText > a#html:hover,
#content > table.tocArticle tr td.tocGalleys a#html:hover,
#content > #results > table.listing tr td a#html:hover,
#content > #authorDetails > ul > li a#html:hover {
	height: 40px;
	width: 40px;
	background: url("http://www.cuadernos-fhycs.org.ar/ojs/templates/images/my_icons/htmlHover.png") no-repeat 0 0;
}

#content > #articleFullText > a#pdf,
#content > table.tocArticle tr td.tocGalleys a#pdf,
#content > #results > table.listing tr td a#pdf,
#content > #authorDetails > ul > li a#pdf {
	display: inline-table;
	height: 40px;
	width: 40px;
	background: url("http://www.cuadernos-fhycs.org.ar/ojs/templates/images/my_icons/pdf.png") no-repeat 0 0;
}

#content > #articleFullText > a#pdf:hover,
#content > table.tocArticle tr td.tocGalleys a#pdf:hover,
#content > #results > table.listing tr td a#pdf:hover,
#content > #authorDetails > ul > li a#pdf:hover {
	height: 40px;
	width: 40px;
	background: url("http://www.cuadernos-fhycs.org.ar/ojs/templates/images/my_icons/pdfHover.png") no-repeat 0 0;
}

#content > #articleFullText > a.file > span,
#content > table.tocArticle tr td.tocGalleys a.file span,
#content > #results > table.listing td a.file span,
#content > #authorDetails > ul > li a.file span {
	visibility: hidden;
}

#content > #authorDetails > h3 > span {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

#content > #authorDetails > ul {
	padding	-top: 10px;
}

#content > #authorDetails > ul > li {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11pt;
	list-style: square;
}

#content > #authorDetails > ul > li:hover {
	background: #EEE;
	color: #EE7F00;
}

#content > #authorDetails > ul > li:hover a {
	color: #EE7F00;
}

#content > #authorDetails > ul > li > div {
	margin: 0;
	padding: 0;
	text-align: right;
}

#content .tableLayer {
	display: table;
	margin-top: 16px;
	width: 95%;
}

#content .rowLayer {
	display: table-row;
	width: 100%;
}

#content .layerFunctions, #content .layerNames {
	display: table-cell;
}

#content .layerFunctions {
	padding-right: 10px;
	width: 40%;
	text-align: right;
}

#content .layerNames {
	width: 60%;
}

#content .tableLayer p {
	margin: 0;
	padding: 0;
}

#content #journalInfo div,
#content #authorGuidelines div {
	width: 100%;
	text-align: center;
}

#content #journalInfo div h3,
#content #authorGuidelines div h3 {
	margin-left: 15%;
	width: 70%;
	text-align: center;
}

#content #journalInfo div h3 a,
#content #authorGuidelines div h3 a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background:	#303468;
	border-radius: 5px;
	font-size: 14pt;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#content #journalInfo div h3 a:hover,
#content #authorGuidelines div h3 a:hover {
	background:	#303468;
	background:	#303434;
	background:	#3034AC;
	color: #FFF;
	text-decoration: none;
}