/**
 * common.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.71 2008/07/11 04:22:59 asmecher Exp $
 */

/**
 * Common HTML elements
 */
 
 /*
 AUDIT TRAIL 

1. Cambio_438
jesusdavide
Se cambian los estilos del mensaje de error
Octubre 23 de 2014
 */

body{
font-size: 12px;
margin: 0;
padding: 0;
background:#D3D7CF url(img/body-bg-white.gif) repeat-y center top;
color:#000;
font-family:Tahoma !important;
text-align: center;
}

div {
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 12px;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}

/**
 * Main layout elements
 */

#main h3 {
	font-family:Tahoma;
	font-weight: bold;
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
}



#breadcrumb {
	padding-top: 1em;
	
}

#content {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
font-size: 12px;
	border-top: 2px dotted #000;
}

#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family:Tahoma;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.35em;
}

#content h4 {
	margin: .75em 1em 0.25em 0em;
	font-family:Tahoma;
	font-weight: normal;
	font-size: 1.5em;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}


/**
 * Access icons and key
 */
#accessKey {
	margin-bottom: 2em;
}

#accessKey img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#content img.accessLogo {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}



#announcementsHome {
	width: 100%;
	margin: 2em 0 2em 0;	
}

#announcementsHome h3 {
	text-align: center;
}

/*#announcements {
	width: 100%;
}*/

#announcements h3 {
	text-align: center;
}

table.announcements {
	width: 100%;
}

table.announcements td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.announcements td.nodata {
	text-align: center;
	font-style: italic;
}

table.announcements td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements tr.intro {
}

table.announcements td.intro {
}

table.announcements tr.title {
	vertical-align: top; 
}

table.announcements td.title {
	width: 85%;
}

table.announcements td.title h4 {
}

table.announcements tr.description {
	vertical-align: top;
}

table.announcements td.description {
	width: 85%;
}

table.announcements tr.details {
	vertical-align: bottom;
}

table.announcements td.posted {
	padding-top: 1em;
	font-style: italic;
}

table.announcements td.more {
	width: 15%;
	text-align: right;
}

table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	padding-top: 1.5em;
	text-align: right;
}


/**
 * Table of contents
 */

h4.tocSectionTitle {
}

table.tocArticle {
	width: 100%;
}

table.tocArticle td.tocTitle {
	width: 70%;
	height: 100%;
	text-align: justify;
}

table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: right;
}

table.tocArticle td.tocAuthors {
	padding-left: 30px;
	font-style: italic;
	vertical-align: top;
}

table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}


/**
 * Homepage image
 */

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
}

.homepageImage img {
	margin: 0 auto;
	border: 0;
	float: left;
	width: 136px;
	height:180px;
	margin: 1em 1em 1em 0;
	text-align: center;
}


/**
 * Issue cover image
 */

#issueCoverImage img {
	display: block;
	border: 0;
}

.issueCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
}

/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 12px;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

.nowrap {
	white-space: nowrap;
}

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
}

table.listing tr.highlight {
	background: yellow;
}

table.listing td {
	padding: 0.25em 1.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 1.5em 1em 0.5em;
}

table.listing tr.fastTracked {
	background-color: #ABA;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;

}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	background: #f2dede;
	border: 1px solid #a94442;
	color: #a94442;
	margin: 0;
    padding: 10px 10px 10px 30px;
}
ul.formErrorList a{
	color: #a94442;
	text-decoration:none;
}


/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

ul.filter {
	margin: 0;
	padding: 1.5em 0 1.5em 0;
	list-style-type: none;
}

ul.filter li {
	padding-right: 1.5em;
	display: inline;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px dotted #000;
	font-size: 0.5em;
	line-height: 25%;
}

div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 505px;
	z-index:1;
}




#header{
background:url(img/header-gradient-mask.png) bottom center #ffffff no-repeat;
background-color:#000000;
margin-top:-10px;
height:190px;
width:950px;
border-bottom:5px solid #fff;

 margin-left:0px;
*margin-left:0px;
_margin-left:1px;
}


#header h1 {
	margin: 0 auto;
	padding: 0.5em 0 0.25em 10%;	
	font-weight: normal;
	line-height: 130%;
}
#container{width:950px !important;


	min-width: 730px !important;
	margin: 0px auto;
	text-align: center;
	}
#main{padding-left:19px;width:647px !important;margin-left:0 !important;}
#breadcrumb,#content{padding-left:13px}
#sidebar{margin-right:0}
#rightSidebar{margin:0 19px 0 0 !important;width:220px !important;padding-left:19px;}
h1,h2,h3,h4,h5,h6{font-family:Tahoma !important;}

ul li{list-style-type:square;}
ul.plain li{list-style-type:none;}

#headerTitle h1 span#title{
display:block;
background:url(img/logotipo.gif) top right no-repeat;
width:400px;
height:123px;
text-indent:-9999em;
margin:26px 0 0 26px;
padding:0;
float:left;
}
#j-info{
font-size:10px;
text-transform:uppercase;
letter-spacing:0.05em;
color:#555753;
text-align:right;
line-height:116%;
padding:70px 26px 0 0;
margin-bottom:0;
}
#j-info span{
text-transform:lowercase;
letter-spacing:normal;
}
#issn{
color:#BB302B;
font-weight:bold;
font-size:10px;
clear:both;
text-align:right;
padding:0 26px 26px 0;
line-height:1;
margin:0;
}
#issn acronym{border:none}
#issn acronym span{
font-style:italic;
font-size:120%;
font-family:Tahoma;
padding-left:0.08em;
}
#navbar{
margin-left:0px;

border-bottom:none;
}
#body{
margin-top:13px;
}
#content a{
color:#BB302B;
/*font-weight:bold;*/
text-decoration:none;
font-size: 12px;
}
#content a:hover{
color:#333;
background:transparent;
text-decoration:underline;
}
#navbar ul.menu{
margin-left:0px;


font-size:16px !important;
overflow:hidden;

}
#navbar ul.menu li{


padding:2px 12px;
display:block;
float:left;
margin-bottom:13px;
border-left:1px solid #ccc;

}
#navbar ul.menu li a{
font-size: 11px;
font-weight:normal;
}
#navbar ul.menu li:first-child{

margin-left:0;
border-left:0;
}
ul.menu a{
color:#000 !important;
font-weight:bold;
}
#navbar a {
	font-size: 10px;
    color:#666666 !important;
	/*letter-spacing: 0.05em;*/

}
#navbar a:hover{

background:transparent;
border-bottom:3px solid #BB302B}
#breadcrumb{
color:#BB302B !important;
font-size:11px;

clear:both;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
padding:5px 0 5px 13px;
margin-top:5px;
}
#breadcrumb a{color:#999 !important}
#breadcrumb a:hover{
color:#000 !important;
background:transparent;}
#content{
font-size:0.8em;
/*line-height:1.75;*/
padding-top:0px;
font-size: 14px;
border-top:0;
}



input.button{
background:#ececec url(img/current-link-gradient.png) bottom repeat-x;
color:#444;
border:1px solid;
border-top-color:#f5f5f5;
border-left-color:#f5f5f5;
border-right-color:#999;
border-bottom-color:#999;
margin:0.55em 0 0.25em auto;
padding:0.1em 0.75em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-border-radius:5px;


}
input.textField,select.selectMenu,textarea.textArea{
background:#fff;
color:#000;
border:1px solid #848781;
}
input.uploadField{color:#000}
#content input{font-size:0.85em}
input.defaultButton{
background:#888 url(img/current-link-gradient.png) bottom repeat-x;
text-transform:uppercase;
color:#fff;
letter-spacing:0.05em;
border:1px solid;
border-top-color:#bbb;
border-left-color:#bbb;
border-right-color:#666;
border-bottom-color:#666;
}
span.formRequired{color:#666}
div#main  h2,#announcementsHome h3{
color:#000;
font-weight:bold;
font-size:16px;
line-height: 1.2em;
padding:26px 13px 0;
text-align:left;
border-bottom:2px solid #CC0033;
padding-bottom:10px !important;
}
#breadcrumb + h2 + h3 {padding:13px 13px 0;}
label.error{color:#CA0002;}
#footer{
background-color:transparent !important;
text-transform:uppercase;
color:#382726;
font-size:85%;
letter-spacing:0.1em;
}
#announcementsHome h3{
border-bottom:1px solid #BB302B;
margin:0;
}
table.announcements td.headseparator{
border:0 !important;
}
#footer acronym{font-size:85%;}
table td{border-color:#666 !important}
td.separator{border-top-color:#ccc}

span.disabled,label.disabled{color:#999}
span.highlight{border-bottom-color:#fff}
pre{background-color:#2e3436}
table.listing tr.highlight{background-color:#f5f5f5;}
table.listing tr.fastTracked{background-color:#f5f5f5}
table td{border-color:#eee !important;}
table.listing tr.heading{background:#f5f5f5;}
table.listing td.headseparator,table-listing td.endseparator{
border-top:1px solid #ccc !important;
}
div.separator{border-bottom-color:#ccc}

#sidebar{
color:#000
}
#sidebar *{line-height: 15px !important}
#sidebar a{
color:#BB302B;
/*font-weight:bold;*/
font-size: 12px;
text-decoration:none;
}
#sidebar a:hover{
color:#000;
background:transparent;
text-decoration:underline;
}

#sidebar div.block span.blockTitle{
background-image:url(img/block.png);
background-repeat:no-repeat;  
font-weight:bold;
text-transform:none;
color:#000;
padding:0;
border-bottom:1px solid #ccc;
margin-bottom:0.65em;
}
h4.tocSectionTitle{
text-transform:uppercase;
font-size:1.3em !important;
letter-spacing:0em;
color:#999;
font-weight:bold !important;
/*margin-top:3em !important; */
}
table.tocArticle{
width:96% !important;
border-bottom:1px solid #eee;
background:#fff;
}
.tocTitle,.tocGalleys{padding:13px 2%}
.tocAuthors,.tocPages{padding:0 2% 13px}
.tocTitle{
color:#000;
}
.tocAuthors,div#topBar + h3 + div{
color:#333;
font-family:Tahoma;
}
div.separator{
border-bottom:none !important;
margin-top:26px !important;
}
div#issueCoverDescription,div.issueCoverDescription{margin-top:1em}
div#issueCoverDescription{width:480px;margin:3em auto;}
div.issueCoverDescription{padding-left:112px}
#issueCoverImage{text-align:center;clear:both;}
#issueCoverImage img{margin:1em auto}
.issueCoverImage img{margin:0 1em 1em 0 !important}
#content h3 + ul.menu{
/*background:#2B0A07;*/
margin:2em 1em 0 0;
}
h3 + #content ul.menu{
background:#2B0A07;
margin:-0.5em 0 0 -13px !important;
}
#content h3 + ul.menu li a,h3 + #content ul.menu li a{color:#D3D7CF}
#issueDescription + h3 {display:none}
table.tocArticle td.tocPages{
color:#666;
font-size:13px
}
a.file,a.strong-link{
text-decoration:none;
background:#BB302B url(img/current-link-gradient.png) bottom repeat-x;
padding:5px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-border-radius:3px;
color:#fff !important;
border-style:solid;
border-width:1px;
border-color:#E85A00 #9C3C00 #9C3C00 #E85A00;
font-size:9px;
margin-left:1em;
}
a.file:first-child{margin-left:0;}
a.file:hover,a.strong-link:hover{
text-decoration:none !important;
background:#888 url(img/current-link-gradient.png) bottom repeat-x !important;
color:#fff !important;
border-color:#bbb #666 #666 #bbb;
}
#content h3{

color:#990000;
border-bottom:1px solid #D3D7CF;
font-size:16px;
margin-top:1px;





}
#content div.issueCoverImage + h4{
font-size:13px;
}
#content div.issueCoverImage + h4 a{
color:#000;
}
div.issueCoverDescription{
font-size:11px;
line-height:1.75;
color:#333;
width:450px;
}
#topBar + h3{
color:#000;
font-weight:bold;
border-bottom:2px solid #BB302B;
}
div#topBar + h3 + div{
font-size:14px;
color:#666;
}
div#main>h2+div#navbar{

margin-top:26px;
margin-bottom:13px;
}
a.strong-link{margin-left:0;font-size:12px;}

/* Colores */
#hd, #current div, #nav li.hover, .strong-link, 
#header{ 
	background-color: #E3D5E0;
}

#hd ul, #search-form legend, #announcement a, #content a, #content h2,
#issn, #content a, #breadcrumb, #sidebar a{
	color: #BB302B !important;
}

.strong-link, a.file, a.strong-link{
	border-color: #8A5880 #573750 #573750 #8A5880 !important;
}

#content a.file, #content a.strong-link{ background-color: #BB302B; color: #fff !important;}

#navbar a:hover, #breadcrumb + h2, #announcementsHome h3, #topBar + h3{

	border-bottom-color: #BB302B;
}

#footer{
	color: #382635;
}
#content h3 + ul.menu, h3 + #content ul.menu{
	color: #2B0724;
}


/*Agregado el dia 08 de Noviembre de 2010*/

h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: no-repeat left bottom; /*--Bottom rounded corners--*/
}


.lista_editor
{
	padding:0px; 
	margin: 0px; 
	border-bottom:1px solid #999;
	}

.lista_editor ul
{
	padding:0px; 
	margin: 0px; 
	border-bottom:1px solid #999;
	}

.lista_editor ul li
{
	list-style-type:none; 
	}

	table img, table a img{
	border:none;}
	
.numero_visitas{
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}