/**
 * styles/common.css
 *
 * Copyright (c) 2005-2012 Alec Smecher and John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id$
 */

/*
 * Notifications
 * FIXME: (Re)move once OHS styles are consolidated with new styles and themes
 */
 
 /*#navbar {
	 
    background-image: url("http://www.repositorioslatinoamericanos.info/public/site/customLogo.png");
    background-position: left center;
    background-repeat: no-repeat;
    border-left-width: 168px;
    padding-left: 168px;

 }
*/
@import url("../lib/pkp/styles/themes/default/pnotify.css");
#navbar{
	text-align:center;
	width: 100%;
	background-image: url("/public/site/customLogoback4.png");
	background-repeat: repeat-x;
	height: 117px;
	background-position:center top;
}

  






.menutop div {
	padding-left:30px;
	padding-right:30px;
	margin-left:30px;
	margin-right:30px;
	padding-top:110px;
  


}
.ui-pnotify-title {
	font-size: 0.8em;
}

.ui-pnotify-text {
	font-size: 0.6em;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
	font-size: 0.8em;
}

/**
 * Common HTML elements
 */

body {
	background-color: #ffffff;
}



a:active {
	color: #006699;
}

a:visited {
	color:#006699;
}

a:hover {
	color: #006699;
	text-decoration: none;
}
.button {
	cursor:pointer;
}
input.defaultButton {
	background-color: #18605A;
	color: #FFF;
	border-top: 1px #CCC solid;
	border-left: 1px #999 solid;
	border-bottom: 1px #333 solid;
	border-right: 1px #000 solid;
}

/**
 * Basic record layout styles
 */
.title {
	color: #18605A;
	font-weight: bold
}

.recordContents {
	padding-left: 1em;
	padding-bottom: 1em;
}

/**
 * Main layout elements
 */

#container {
	min-width: 750px !important;
}

#footer {
	background-color: #ABA;
}




#main {
	width: 100%;
	margin-top:0px; padding-top:0px;
}

#archiveImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
}


/**
 * Navigation bar
 */
.main {
	padding-top:0px; margin-top:0px;
}
.bannerimag img {
	width:100%;
}

#footer1 {
    background-image: url("/public/site/fondo_footer.png");
    background-repeat: repeat-x;
  	height: 64px;
    text-align: center;
    width: 100%;
	float:left;
	background-position: center bottom;
}

#textoFooter{
	color:#FFFFFF;
	text-align: center;
	position:relative;
	bottom:-10px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:14px;
	background-position: center bottom;
}
#textoFooter a
{
	color:#FFFFFF;
	height: 64px;
   	text-align: center;
	margin-bottom: 0px;
}
#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em; 

}


/**
 * Table styles
 */

table.listing tr.highlight {
	background: yellow;
}


/**
 * Other organizational elements
 */

li.pluginManaged { 
	color: green; 
}

div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 505px;
	z-index:1;
}
.title_enlace{
	text-decoration:underline;
}

#idiomas{
	position:relative;
	padding-right:15px !important;
	padding-top:0 !important;
	color : #FFFFFF;
	float: right !important;
	
}

#idiomas a {
	color : #FFFFFF;
}
