/**
 * 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: "Times New Roman", Times, Georgia, serif; */
/*background: url("https:\/\/www.uv.es\/recursos\/fatwirepub\/css\/fondo.jpg") repeat-x scroll center top #FFFFFF; */


background: url("fondo.jpg") repeat-x scroll center top #FFFFFF; 
color: #292A25;
font-size: 0.75em/1.5; 
font-family: Arial,Heveltica;

}

a {
	text-decoration: none;
color: #282828;
}

a:link {
/*	color: #040; */
color: #000000;
}

a:active {
	color: #282828;
}

a:visited {
	color: #040;
}

a:hover {
	color: #282828;
/*	background: #040; */
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #82BD86;
	background: #040;
}

#container {
/* background: url("../../../templates/images/fondo.jpg") repeat-x scroll center top; */
/*	background-color: #013952; */
/*	font-size: 1em; */
}

#headerTitle {
/*   height: 97px; */
/*    padding-bottom: 10px; */
/*    padding-top: 50px;*/
	text-align: center;
}


#header {
 background: url(../../../templates/images/logo-uv2.jpg) no-repeat 10px 0px;  
/*    background: url(../../../templates/images/fondo.jpg) repeat 10px 17px;  */
}


#headerTitle h1 {
/* padding-top:-50px; */
/*
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #040;
	color:  #fff;
*/
}

#footer {
    background: none repeat scroll 0 0 #3F4545;
    color: #FFFFFF;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: 1px solid yellow;
	border-bottom: 1px dotted #040;
	margin-top: 15px;
}

#main h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
/*	text-transform: uppercase; */
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
/*	text-transform: uppercase; */
}

#navbar {
	border-bottom: 2px #E6E3D2;
	text-align: left;
}

#breadcrumb {
	height: 15px;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 1px dotted #040;
	padding-left: 15px;
/*	font-style: italic; */
}

/* #content { */
/* 	border-top: 1px dotted #040; */
/* } */

#content h3 {
	font-family:  "Times New Roman", Times, Georgia, serif;
/*	text-transform: uppercase; */
}

#content h4 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #040;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #82BD86;
}

table.listing td.headseparator {
	border-top: 1px dotted #040;
}

table.listing td.endseparator {
	border-top: 1px dotted #040;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #040;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
    background: none repeat scroll 0 0 #E6E3D2;
	margin-top: 55px;
	border-bottom: 1px dotted #040;
border-bottom: 3px solid #3F4545;
    border-radius: 8px 8px 8px 8px;
    border-right: 3px solid #3F4545;
}

#barracookies {
/*    display: none;*/
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    min-height: 40px;
    color: #83838F;
    z-index: 99999;
    background: #F1F5F9 none repeat scroll 0% 0%;
    text-align: left;
}

/*todas las portadas de números antiguos iguales */

.issueCoverImage a img{
width: 120px;
height: 170.4px;
}

