/**
 * plugins/themes/vanilla/vanilla.css
 *
 * Copyright (c) 2013-2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Vanilla theme.
 *
 */

body {
	background-color: #ffffff;
	background-image: url("http://revistas.udistrital.edu.co/ojs/public/site/images/dvalero/Background35.jpg");	
}


a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #808080;
}

a:hover {
	color: red;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background-color: #ffffff;
	border-bottom: 1px solid black;
}


h1 img {
max-width: 100%;
min-width: 100%;
position: relative;
top: 0px;
}


#header h1 {
margin: 0 auto;
padding: 0.2em 0em 0em 0%;
font-family: Georgia,'Times New Roman',Times,serif;
font-weight: normal;
h1 img{max-width:100%;min-width:780px;position:absolute;top:0px;}

#main {
	background-color: #ffffff;
	border-bottom: 1px solid black;	
}

#main {
padding-left: 5px;
background-color: #f9f9f9;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
}


#main h2 {
	padding-left: 10px;
	font-weight: large;
	
}

td.tocGalleys {
	padding-right: 10px;
	font-weight: large;
	
}

#navbar {
	padding-left: 10px;
	border-bottom: 1px solid black;
	
}

#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;	
	
}

#content {
	padding-left: 10px;
	border-top: 0px dotted #000;
	
}
