/**
 * classicGreen.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id: classicGreen.css,v 1.5.2.1 2009/04/08 19:43:27 asmecher Exp $
 */

body {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #000;
}

a:active {
	color: #808284;
}

a:visited {
	color: #808284;
}

a:hover {
	color: #fff;
	background: #333;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #82BD86;
	background: #040;
}

#container {
	background-color: #fff;
	font-size: 1.2em;
}

#header {
	min-height:  100px;
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 9px;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: none;
	letter-spacing: 10px;
	/*font-size: 2em;*/
	font-size: 9px !important;
	color: #F5BD00;
	background-image: url(http://revistasfilo.com.ar/revistasHeaders/IHAM.Fdo.jpg);
	height: 138px !important;
}

ul.menu {
	padding: 5px 0 5px 0;
}
ul.menu li{
	padding-right: 0px !important;
}
ul.menu li a{
	padding: 3px 15px 3px 15px !important;
	background-color:#eee !important;
}
ul.menu li a:Hover{	
	background-color:#333 !important;
}
#main {
	border-top: none !important;
	margin-top: 0 !important;
	background-color: #fff;
	/*border-bottom: 1px dotted #fff !important;*/
	margin-top: 15px;	
}
#navbar {
	text-align: center;
	border-bottom: 1px dotted #304A1A; /*>>>>>dotted del breadcrumb*/
	
}

#footer {
	background-color: #808284;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}


#homepageImage{	/*background-color: #ccc;*/ text-align:left !important; background-image:none !important; background-repeat:no-repeat;}


#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}

#main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}

#navbar {
	/*border-bottom: 1px solid #808284;*/
	text-align:left !important;
}
#sidebar{}
#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #304A1A; /*>>>>>dotted del breadcrumb*/
	padding: 0;
	font-style: italic;
	text-align:left !important; padding:0 0 5px 0 !important;
	color:#20160C;
}
#breadcrumb a{
	text-align: left !important;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	color:#304A1A !important; /*>>>>>tipografia breadcrumb*/
}
#breadcrumb a:Hover{ text-align:left !important; font-style: normal !important; color:#666 !important; background-color:#fff !important;}
#breadcrumb a.current {
	font-weight: normal;
	color: #999;
}
#content {
	border-top: 1px solid #808284;
	border-bottom: 1px solid #808284;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #CCC;
		font-size: 1.3em;
}

#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 1.3em;
	color: #304A1A; /*>>>>>tipografia H4*/
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	border-bottom: thin dotted #030;	
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px solid #808284;
}


table.tocArticle td.tocTitle {
	width: 70%;
	height: 100%;
	padding-left: 20px;
}

table.tocArticle td.tocAuthors {
	font-size: 1.0em;
	padding-left: 35px;
	font-style: italic;
	vertical-align: top;
	border-bottom: thin dotted #030;
}

table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: right;
	padding-right: 50px;
}

table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
	padding-right: 50px;
	font-size: 0.8em;
	border-bottom: thin dotted #030;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #82BD86;
}

table.listing td.headseparator {
	border-top: 1px solid #808284;
}

table.listing td.endseparator {
	border-top: 1px solid #808284;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px solid #808284;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px dotted #808284;
}