/**
 * Modelo de Revista Medica 
 * Copyright (c) Italo Costa-Roldan		
 * based on the common.css design by John Willinky
 * based on common.css
 * Copyright (c) 2015-2017 Italo Costa-Roldan
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * $Id$
 */

/**
 * Common HTML elements
 */
@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One|Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i&subset=latin-ext');
/* 
font-family: 'Julius Sans One', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Raleway', sans-serif;
 */
body, html {
	background-color: #F7F7F7;
	color: #333;
	height: 100%;
	margin: 0px;
    padding: 0px;
    width: 100%;
	font-family: 'Raleway', sans-serif;
}

a:link {
	color: #034175;
	text-decoration: none !important;
}

a:active {
	color: #3399CC;
}

a:visited {
	color: #034175;
}

a:hover {
	background: none;
	text-decoration: underline;
	color: #999;
}

label.error {
	color: #900;
}

input {
	border: 1px solid #034175;
	border-radius: 4px;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #034175;
	border-radius: 4px;
}

input.button, input.defaultButton {
	/*background-color: #EEEEFF;*/
	margin-top: 4px;
	background-color: #eff2f4 !important;
	border: 1px solid #034175;
	border-radius: 4px;
	padding: 6px 10px 6px 10px !important;
	min-height: 20px;
	height: auto;
	width: auto;
	color: #034175;
}
/*
input.defaultButton {
	background-color: #3399CC;
	color: #eee;
}
*/
input.button:hover, input.defaultButton:hover  {
		background-color: #034175 !important;
		color: #eff2f4;
}
#container {
	clear:both;
	z-index: 1;
	height: 100% auto !important;
	background-color: #F7F7F7;
	width: 1000px !important;
	position: relative;
	/*min-height: 1180px !important;*/
	height: auto;
	padding-bottom: 30px;
	}
#wrapper {
	display: table;
	width: 1000px;
	height: 100%;
	margin: auto;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(190,192,194,1);
	-moz-box-shadow: 3px 4px 5px 0px rgba(190,192,194,1);
	box-shadow: 3px 4px 5px 0px rgba(190,192,194,1);		
	}
#body {
		position: relative;
		margin: 0px auto;
		height: 100%;
	}	

#header {
	border-top: 2px solid #FFF;
	background-color: #ffffff;
	width: 1000px;
	height: 190px;
}

#header h1 {
	height: 129px;
	display: inline-block !important;
	padding: 20px;
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform:  uppercase;
	color: #ffffff;
	letter-spacing: 2px;
}
#headerLogo {
	float: right;
	margin-top: 0px;
	padding: 0px;
	position: relative;
	display: inline-block;
	text-align: left;
	}
#headerLogo img {
	height: 129px;
	width: auto;
	}
#buscador_simple {
	margin-top: 10px;
	margin-right: 20px;
	}
#language_toggle_nav {
	display: inline-block;
	clear:both;
	margin: 0px 0px 0px auto;
	float:right;
	position: relative;
	padding: 0px;
	}	
.language_toggle_icons {
	clear: both;
	position: relative;
	float: right;
	margin-right: 8px;
	width: 90px;
	background-color: transparent;
	text-align: center;
	border-radius: 5px;
	}
#language_toggle_nav .language_toggle_icons img, #language_toggle_nav .language_toggle_icons a {
	clear: both !important;
	display: inline-block !important;
	padding: 0px !important;
	margin: 0px !important;
	height: 20px !important;
	}			
.sumbit_article {
	padding: 8px 5px 5px 5px;
	margin-top: 10px;
	display: block;
	width: 150px;
	height: 20px;
	background-color: #A9DAE8;
	position: relative;
	margin-bottom: 0px;
	margin-right: 30px;
	margin-left: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px !important;
	-webkit-box-shadow: 0 3px 0 #1b383b;
	-moz-box-shadow: 0 3px 0 #1b383b;
	box-shadow: 0 3px 0 #1b383b;
	border: 1px solid rgba(33, 68, 72, 0.59);
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
 
/*Step 3: Link Styling*/
a.sumbit_article {
	text-decoration: none;
}
/*NAV BAR RESPONSIVE*/
#nav_menu_head {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	height: 190px;
	width: 500px;
	float: right;	
	}
.navbar { 
/*width: 100%;*/
margin-top: 70px;
width: 484px;
margin: 80 auto;
}
.navbar * { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
nav {
	display: block;
	margin-top: 0px;
	background: #034175;
	padding: 10px 0px 0px 25px;
	height: 80px;

}

.navbar ul.menu {
	word-wrap: normal;
	display:block;
	}

.navbar ul.menu li {
	max-width: 150px;
	display: inline-block;
	position: relative;
	z-index:100;
}

.navbar ul.menu li:first-child {margin-left:0;}
/*menu principal*/
.navbar ul.menu li a {
font-weight:600;
text-decoration:none;
padding:11px;
display:block;
color:#ffffff;
   -webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
border-left: 3px solid #90CDF2;

}

.navbar ul.menu li a:hover, ul.menu li:hover > a{
	color:#000000;
	background:#ffffff;
	border-left: 3px solid #90CDF2;
	}

.navbar ul.menu ul {
display: none;
margin: 0;
padding: 0;
min-width: 150px;
width: 150px;
position: absolute;
top: 54px;
left: 0px;
background: #ffffff;
}

.navbar ul.menu ul li {
display:block;
float: none;
background:none;
margin:0;
padding:0;
moz-box-shadow: 3px 3px 3px #D6D6D6;
-webkit-box-shadow: 3px 3px 3px #D6D6D6;
box-shadow: 3px 3px 3px #D6D6D6;
}
.navbar ul.menu ul li a {
border-top: 1px #F2F2F2 solid;
border-bottom: 1px #F2F2F2 solid;
border-right:1px #F2F2F2 solid;
font-size:12px;
font-weight:normal;
display: block;
color:#000000;
border-left:3px solid #90CDF2;
background: #ffffff;}

.navbar ul.menu ul li a:hover, .navbar ul.menu ul li:hover > a{
background: #F8F8F8;
border-left:3px solid #90CDF2;
color: #000000;
}

.navbar ul.menu li:hover > ul{ display: block;}
.navbar ul.menu ul ul {left: 149px;
	top: 0px;
}
.mobile-menu {
display:none;
width:100%;
padding:11px;
background:#3E4156;
color:#ffffff;
text-transform:uppercase;
font-weight:600;
}
.mobile-menu:hover{
background:#3E4156;
color:#ffffff;
text-decoration:none;
}
.sidebar_journaldescription{
	font-family: 'Raleway', sans-serif;
	padding: 10px 10px 10px 10px;
	background-color: #edf1f4;
	color: #034175;
	font-size: 10px;
	text-align: justify;
	}
@media (min-width: 768px) and (max-width: 979px) {

.mainWrap{width:768px;}
.menu ul {top:37px;}
.menu li a{font-size:12px;
padding:8px;}
}

@media (max-width: 767px) {

.mainWrap{width:auto;padding:50px 20px;}

.menu{display:none;}

.mobile-menu{display:block;
margin-top:100px;}

nav{margin:0;
background:none;}

.menu li{display:block;
margin:0;}

.menu li a {
	background:#ffffff;
color:#797979;
border-top:1px solid #e0e0e0;
border-left:3px solid #ffffff;}

.menu li a:hover, .menu li:hover > a{
background:#f0f0f0;
color:#797979;
border-left:3px solid #9CA3DA;}

.menu ul {display:block;
position:relative;
top:0;
left:0;
width:100%;}

.menu ul ul {left:0;}

}

@media (max-width: 480px) {

}


@media (max-width: 320px) {
}

/*END NAV BAR RESPONSIVE*/

#breadcrumb {
	color: #43A1D8;
	text-transform: uppercase;
	font-size: 9px;
	padding-left: 10px;
	max-width: 960px;
	width: 100%;
	text-align: right;
}
#breadcrumb a {
	font-size: 12px;
	}
#imagen_del_home #homepageImage{
	width: 1000px;
	margin: 5px;
	}
#imagen_del_home {
	display: block;
	margin-top: 20px;
	clear: both;
	width: 980px;
	position: relative;
	height: 250px;
	}	
#main {
	background-color: #FFFFFF*;
	width: 69% !important;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 15px !important;
	/*margin-bottom: 80px;*/
	/*padding: 5px 10px 25px 15px;*/
	padding: 5px 10px 25px 15px !important;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
}
#main h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #02335C;
	font-size: 1.2em !important;
	border-bottom: solid 1px #02335C; 
}

#main h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #90CDF2;
	font-size: 1.4em !important;
	padding-left: 3px;
	padding-bottom: 5px;
}



#content {
	border-top: none;
	margin-top: 5px;
	padding-bottom: 10px !important;
	margin-left: 20px;
}
#content p {
	text-align: justify;
	line-height: 16px;
	padding-right: 15px;
	}

#content h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #034175;
	font-weight: bold;
		border-bottom: solid 1px #6EBCFE;

}

#content h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #666666;
}
#content .issue_toc {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 12px !important;
}


#content h5 {
	font-family: 'Raleway', sans-serif;
	color: #666666;
}
#content ul.menu li {
	background-color: #eff2f4 /*#175981*/;
	display: inline-block;
	margin: 2px 4px 2px 4px;
	border: 1px solid #034175;
	border-radius: 4px;
	padding: 6px 10px 6px 10px;
	height: auto;
	width: auto;
	color: #FFF;
	}
#content ul.menu li:hover {
	background-color: #bac8d1 !important;
}	
#content ul.menu li a {
	background-color: transparent !important;
	border: none !important;
	}
#content ul.menu li a:hover {
	background-color: transparent !important;
	border: none !important;
	}		
#content .action {
	display: inline-block;
	background-color: #58A6E8 /*#eff2f4*/ /*#175981*/;
	border: 1px solid #034175;
	border-radius: 2px;
	padding: 2px 10px 2px 10px;
	margin: 3px 4px 3px 4px;
	color: #ffffff;
	text-decoration: none; 
}
#content .action:hover {
	background-color: #4082aa /*#eff2f4*/ /*#175981*/;
	color: #FFF;
}
#content .action_ok {
	display: inline-block;
	background-color: #093 /*#093*/ /*#093*/;
	border: 1px solid #034175;
	border-radius: 2px;
	padding: 2px 10px 2px 10px;
	margin: 3px 4px 3px 4px;
	color: #ffffff;
	text-decoration: none; 
}
#content .action_ok:hover {
	background-color: #0C3 /*#eff2f4*/ /*#175981*/;
	color: #FFF;
}
#content .action_not {
	display: inline-block;
	background-color: #F30 /*#093*/ /*#093*/;
	border: 1px solid #034175;
	border-radius: 2px;
	padding: 2px 10px 2px 10px;
	margin: 3px 4px 3px 4px;
	color: #ffffff;
	text-decoration: none; 
}
#content .action_not:hover {
	background-color: #C30 /*#eff2f4*/ /*#175981*/;
	color: #FFF;
}
#content .action_soft {
	font-weight: bold;
}
#leftSidebar div.block {
	margin-bottom: 8px;
}

#rightSidebar #sidebarKeywordCloud, #leftSidebar #sidebarKeywordCloud {
	line-height: inherit;
	}
#rightSidebar #sidebarKeywordCloud a , #leftSidebar #sidebarKeywordCloud a {
	line-height: inherit;
	text-decoration: none;
	}
#rightSidebar #sidebarKeywordCloud a:hover, #leftSidebar #sidebarKeywordCloud a:hover {
	line-height: inherit;
	text-decoration: none;
	color: #8faaba;
	}	
#rightSidebar #sidebarKeywordCloud .cloud_custom, #rightSidebar #sidebarInformation .sidebar_custom_navi2, #rightSidebar .sidebar_custom_navi2 {
	border: 1px #F2F2F2 solid;
	padding: 10px 5px 5px 10px;
	border-radius: 3px;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(190,192,194,1);
-moz-box-shadow: 3px 4px 5px 0px rgba(190,192,194,1);
box-shadow: 3px 4px 5px 0px rgba(190,192,194,1);
	}		

#rightSidebar div.block {
	padding: 0.5em 0;
	border-top: none;
	border-bottom: 1px solid #F7F7F7;
	margin: 10px 2px 10px 2px;
	color: #999999;
}

#leftSidebar div.block span.blockTitle {
	background-color: #4082AA;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 0px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	display: inline-block;
	padding: 10px 0px 10px 5px;
	color: #FFFFFF;
	font-size: 1.2em;
}

#rightSidebar div.block span.blockTitle {
	padding: 5px 0px 10px 0px;
	font-weight: bold;
	color: #444;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
}
#rightSidebar, #leftSidebar {
	margin-top: 45px;
	background-color: #FFFFFF;
	width: 220px;
	padding: 10px;
	margin-right: 20px;
	margin-left: auto;
	}
pre {
	background-color: #EEEEFF;
}

div.separator {
	border-bottom: 1px solid #F5F5F5;
	margin: 5px 0px 5px 0px !important;
}
/*Searchbar*/
/*
* {
  box-sizing: border-box;
}
*/
form {
  margin: 0px auto 10px;
}

.search_bar {
  background: #fff;
  border: #b7b7b7 solid 1px;
  border-radius: 3px;
  box-shadow: 0 0 3px #ccc;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  max-width: 420px;
}
.search_bar input[type=text] {
  border: none;
  box-shadow: none;
  font-weight: 600;
  font-size: 14px;
  width: 190px;
  padding: .5em;
  margin: 0;
  overflow: hidden;
}
.search_bar input[type=text]:focus {
  outline: none;
}
.search_bar button[type=submit] {
  background: -webkit-linear-gradient(#237cd4, #1e6ab5);
  background: linear-gradient(#237cd4, #1e6ab5);
  color: rgba(255, 255, 255, 0);
  border: 1px solid #1C62A8;
  width: 10%;
  min-width: 56px;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 0 3px 3px 0;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.search_bar button[type=submit]:after {
  content: '';
  position: absolute;
  top: 18%;
  right: 0;
  bottom: 22%;
  left: 4%;
  background: url("http://media.lib.byu.edu/assets/images/searchbar/1.0/search-icon.svg") no-repeat center center;
  background-size: contain;
}
.search_bar button[type=submit]:hover, .search_bar button[type=submit]:focus {
  background: -webkit-linear-gradient(#3388dd, #2174c7);
  background: linear-gradient(#3388dd, #2174c7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.search_bar.small {
  max-width: 300px;
}
.search_bar.small input[type=text] {
  font-size: 13px;
}
.search_bar ::-webkit-input-placeholder {
  font-weight: 400;
}
.search_bar ::-moz-placeholder {
  font-weight: 400;
}
.search_bar :-ms-input-placeholder {
  font-weight: 400;
}
.search_bar ::placeholder {
  font-weight: 400;
}
#topBar {
  width: 100%;
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}
#articleTitle h3 {
	font-size: 1.9em !important;
	}
#articleAbstract div {
	min-height: 85px;
	background-color: #FCFCFC !important;
	text-align: justify;
	padding: 10px 15px 10px 15px;
	border: 1px #458ECC solid;
	margin-bottom: 5px;
	}
#articleFullText {
	width: 75px;
	border-left: 1px #CCCCCC solid !important;
	border-bottom: none !important;
	float: right;
	margin-bottom: 100%;
	margin-top: 0px;
	padding: 0px 0px 0px 0px !important;
	margin-right: 0px;
	margin-left: 10px; 
	}
#articleFullText li {
	list-style: none;
	padding-left: 5px;
	padding-top: 5px;
}
#menu_galey_icon {
	display: block;
	padding: 0px;
	margin: 0px;
	}
.galey_icon {
	display: block;
	list-style: none;
	margin: 2px 0px 10px 2px;
	padding: 5px 1px 5px 1px;
	text-align: center;
	border-radius: 3px;
	}
/*
.galey_icon a:link {
	text-decoration: none !important;
	}	
.galey_icon:hover {
	background-color: #F9F9F9;
	}
*/			
#menu_galey_icon .fa-file-pdf-o {
	font-size: 40px;	
	color: #C30;
	margin-bottom: 4px;
	}
#menu_galey_icon .fa-file-pdf-o:hover {
	color: #F00;
	}	
#menu_galey_icon .fa-file-code-o {
	font-size: 40px;	
	color: #009;
	margin-bottom: 4px;
	}	
#menu_galey_icon .fa-file-code-o:hover {
	color:#3399FF;
	}
.keyconcept {
	display: inline-block;
	padding: 3px 8px 3px 8px;
	background: #eff2f4;
	margin: 3px 5px 3px 5px;
	}
a.keyconcept , a.keyconcept:link  {
	text-decoration: none !important;
}
.keyconcept a:hover {
	text-decoration: none !important;
}

/*AuthorsBIO*/
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #FAFAFA;
    color: #444;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.8s;
}
button.blockTitle {
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.8s;
	font-size: 10px !important;
  	text-transform: uppercase !important;
	font-family: Boxed,  Arial, Helvetica, sans-serif!important;
	color: #000000;
	font-weight: bold;
	background-color: #eee;
	cursor: pointer;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover, button.blockTitle.active, button.blockTitle:hover {
    background-color: #ddd;
}

button.accordion:after, button.blockTitle:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 8px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after, button.blockTitle.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Style the accordion panel. Note: hidden by default */
#sidebarRTArticleTools div.panel {
	margin-top: 10px;
    padding: 0 10px;
    background-color: white;
    display: none;
}
#sidebarRTAuthorBios div.panel {
	padding: 0 10px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/*END authors bio*/	
	
		
#sidebar {
	display:block;
	}
#footerContent {
	color:  #ffffff;
}	
#footer{
	width: 990px;
	display: block;
	margin-top: 120px;
	position: absolute;
    bottom: 0;
    left: 0;
	height: 50px;
	min-height: 50px !important;
	text-align: center;
	width: 100%;
	background-color: transparent;
	color:  #ffffff;
	padding: 0px !important;
	}
#pageFooter {
	text-align: center !important;
	height: 185px;
	margin-top: 15px;
	padding: 5px 15px 5px 15px !important;
	background-color: #034175;
	background-image: url(img/logo_sociedad.png);
	background-position: 90% 90%; 
	background-repeat: no-repeat;	
	}
#pageFooter div {
	margin-top: 20px;
	float: left;
	margin-left: 50px;
	font-size: 12px;
	}
#pageFooter div a {
	color: #FFF; 
}		
/*Menu popdown toggle*/
#menu_login {
	display: inline-block;
	width: 990px;
	height: 30px;
	padding: 0px 5px 2px 5px;
	background-color: #FFFFFF !important;
	}
#menu_login_publisher{
	padding-top: 0px;
	display: inline-block;
	width: 100px;
	height: 20px;
	font-size: 12px;
	float: left;
	margin-left: 0px;
	}
#menu_login_publisher a {
	font-size: 20px;
	text-decoration: none;
	}	

#menu_login_signin {
	font-size: 12px;
	margin: 4px;
	padding:5px 2px 5px 2px;
	}	
.menu_login_label {
	font-weight: bold;
	margin-bottom: 4px;
	}
.menu_login_ul {
	text-align: left;
	font-size: 12px;
	}	
.menu_login_ul li a:hover {
	background-color: transparent !important;
	text-decoration: underline !important;
	}		
.menu_login_label:hover {
	background-color: transparent;
}
.menu_login_value {
	padding: 2px 5px 2px 10px;
	font-size: 12px;	
	}
#menu_login_signin .form{
  width: 400px;
  height: 230px;
  background: #edeff1;
  margin: 0px auto;
  padding-top: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#menu_login_signin input[type="text"], #menu_login_signin input[type="password"]{
  display: block;
  width: 309px;
  height: 35px;
  margin: 15px auto;
  background: #fff;
  border: 0px;
  padding: 5px;
  font-size: 16px;
   border: 2px solid #E9E9E9;
  transition: all 0.3s ease;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#menu_login_signin input[type="text"]:focus{
  border: 2px solid #1abc9d
}

#menu_login_signin input[type="submit"]{
  display: block;
  background: #034175 !important;
  width: 314px;
  padding: 12px;
  cursor: pointer;
  color: #fff;
  border: 0px;
  margin: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 17px;
  transition: all 0.3s ease;
}
#menu_login_signin input[type="submit"]:hover{
  background: #4082AA !important;
}	
#menu_login_signin ::-webkit-input-placeholder {
   color: gray;
}
#menu_login_signin :-moz-placeholder { /* Firefox 18- */
   color: gray;  
}
#menu_login_signin ::-moz-placeholder {  /* Firefox 19+ */
   color: gray;  
}
#menu_login_signin :-ms-input-placeholder {  
   color: gray;  
}			
#login {
	margin-top: 0px;	
	padding-top: 0px;
	margin-right: 10px;
	float: right;
	position: relative;
	}	
.btn {
  /*
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  */
  -webkit-border-bottom-left-radius: 13px;
  -webkit-border-bottom-right-radius: 13px;
  -moz-border-bottom-left-radius: 13px;
  -moz-border-bottom-right-radius: 13px;  
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  /*border-radius: 3px;*/
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #034175;
  padding: 8px 16px 8px 16px;
  border: solid #f2f2f2 2px;
  text-decoration: none;
}

.btn:hover {
  background: #ebebeb;
  text-decoration: none;
}
a.btn {
	color: #ffffff !important;
    font-size: 12px !important;
	text-decoration: none !important;
}
a.btn:hover {
	color: #000000 !important;
    font-size: 12px !important;	
	text-decoration: none !important;
}
	
.jq-dropdown {
    position: absolute;
    z-index: 1039;
    display: none
}

.jq-dropdown .jq-dropdown-menu, .jq-dropdown .jq-dropdown-panel {
    min-width: 160px;
    max-width: 360px;
    list-style: none;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: visible;
    padding: 4px 0;
    margin: 0
}

.jq-dropdown .jq-dropdown-panel {
    padding: 10px
}

.jq-dropdown.jq-dropdown-tip {
    margin-top: 8px
}

.jq-dropdown.jq-dropdown-tip:before {
    position: absolute;
    top: -6px;
    left: 9px;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ddd;
    display: inline-block
}

.jq-dropdown.jq-dropdown-tip:after {
    position: absolute;
    top: -5px;
    left: 10px;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    display: inline-block
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
    left: auto;
    right: 9px
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
    left: auto;
    right: 10px
}

.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu, .jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
    max-height: 180px;
    overflow: auto
}

.jq-dropdown .jq-dropdown-menu li {
    list-style: none;
    padding: 0 0;
    margin: 0;
    line-height: 18px
}

.jq-dropdown .jq-dropdown-menu li > a, .jq-dropdown .jq-dropdown-menu label {
    display: block;
    color: inherit;
    text-decoration: none;
    line-height: 18px;
    padding: 3px 15px;
    margin: 0;
    white-space: nowrap
}

.jq-dropdown .jq-dropdown-menu li > a:hover, .jq-dropdown .jq-dropdown-menu label:hover {
    color: inherit;
    cursor: pointer
}

.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
    font-size: 1px;
    border-top: solid 1px #e5e5e5;
    padding: 0;
    margin: 5px 0
}
/*END top down toggle*/
/*Nav bar search*/
.navbar-search-container {
	/*
	float: left;
	margin-top: 40px;
	margin-bottom: 0px;
	width: 350px;
	transform: translate(-50%, -50%);
	height: 50px;
	*/
	width: 430px;
}
.search {
  width: 100%;
  position: relative
}
.searchTerm {
  float: left;
  width: 100%;
  border: 3px solid #EEF8FE;
  padding: 5px;
  height: 30px;
  border-radius: 1px;
  outline: none;
  color: #2287CB;
  background-color: #EEF8FE;
}
.searchTerm:focus{
  color: #034175;
}
.searchButton {
  position: absolute;  
  right: -50px;
  width: 46px;
  height: 46px;
  border: 1px solid #034175;
  background: #034175;
  text-align: center;
  color: #fff;
  border-radius: 1px;
  cursor: pointer;
  font-size: 20px;
}
.advanced_search {
	font-size: 10px;
	display: block;
	height: 10px;
	width: 455px;
	margin-top: 10px;
	padding: 0px;
	text-align: right;
	}
	
/*Table of content and articles*/
.tocTitle {
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
	color: #034175;
	}
.tocTitle a:link {
	color: #034175;
	text-decoration: none;
}
.tocTitle a:hover {
	color: #034175;
	text-decoration: underline !important;
}
	
.tocAuthors {
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 10px;
	font-style: italic;
	color: #979797;
	}
.tocGalleys {
	text-transform: uppercase;
	text-align: left;
	}	
.tocGalleys ul {
	display: block;
	}	
.tocGalleys li {
	display: block;
	padding: 3px 5px 5px 3px;
	margin: 2px 2px 2px 2px;
	list-style: none;
}
.tocGalleys li a:link, .tocGalleys li a {
	color: #039;	
}
.tocGalleys li a:hover {
	color: #D00;	
}
/*TOC HOME */
#toc_home {
	display: table;
	width: 100%;
	}
.tocArticle_home_super_small, .tocArticle_home_small, .tocArticle_home_mid, .tocArticle_home_big {
	border: #F0F0F0 1px solid;
	padding: 0px 0px 5px 0px;
	margin: 10px 5px 10px 8px;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(190,192,194,1);
	-moz-box-shadow: 3px 4px 5px 0px rgba(190,192,194,1);
	box-shadow: 3px 4px 5px 0px rgba(190,192,194,1);
	}
.tocArticle_home_super_small {
	display: inline-block;
	width: 310px;
}
.tocArticle_home_small {
	display: inline-block;
	width: 310px;
}
.tocArticle_home_mid {
	display: inline-block;
	width: 310px;
}
.tocArticle_home_big {
	display: inline-block;
	width: 310px;
}

.tocArticle_home_super_small .toc_section_custom {
		background-color: #306 !important;
	}
.tocArticle_home_small .toc_section_custom {
		background-color: #930 !important;
	}
.tocArticle_home_mid .toc_section_custom {
		background-color: #034175 !important;
	}
.tocArticle_home_mid .toc_section_custom {
		background-color: #606 !important;
	}		 
	
.toc_section_custom {
	float: right;
	width: 40%;
	text-align: right;
	padding: 5px;
	display: block;
	background-color: #034175;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	margin: 0px 0px 5px 10px;
	}
.tocTitle_home {
	margin: 5px 0px 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #034175;
	}
.tocAuthors_home {
	font-size: 11px;
	font-style: italic;
	margin: 5px 0px 15px 10px;
	}
.tocGalleys_home {
	display: inline-block;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;;
	}
.tocGalleys_home ul.menu_galley_home li {
	margin-left: 8px;
	list-style: none;
	display: inline-block;
	}					 
/*Submissions*/
table.listing td {
	font-size: 12px;
	padding: 2px !important;
	}
/**
 * Table styles
 */

.highlightReviewerNotNotified, .highlightCopyediting {
	background: #EDEBC4 !important;
}
.highlightNoDecision, .highlightLayoutEditing {
	background: #D8E9BD !important;
}
.highlightRevisedCopyUploaded, .higlightProofreading {
	background: #C6EBE4 !important;
}
.highlightReviewerConfirmationOverdue {
	background: #9DD1E6 !important;
}
.highlightReviewerCompletionOverdue {
	background: #74C5D8 !important;
}

.fastTracked {
	background-color: #ABA;
}

table.listing tr.data td {
	border-top: 1px dotted #DDDDD0;
	border-bottom: 1px dotted #DDDDD0;
}

table.listing tr.data td.drag {
	cursor: move;
}
/*Como citar este artículo*/
#howtocitethisarticle {
	display: block;
	padding: 0px;
	height: auto;
	/*float: left;
	margin: 5px 5px 20px 20px;*/
	}
#howtocitethisarticle fieldset {
	width: 100%;
	border: 1px solid #FAFAFA;
	background: #FEFEFE;
	padding: 8px 5px 8px 5px !important;
	margin: 0px;
}
#howtocitethisarticle fieldset legend {
	color: #000000 !important;
	/*background: #717171;*/
	padding: 1px 5px 2px 5px !important;
}
#howtocitethisarticle .btn {
	margin-top: 5px !important;
	padding: 5px !important;
	border: 1px #0099CC solid !important;
	border-radius: 2px;
	background-color: #336699 !important;
	color: #FFFFFF !important;
	}
#howtocitethisarticle .btn:active  {
	background-color: #9933FF !important;
	}
#howtocitethisarticle .btn:hover {
	background-color: #3366CC !important;
}
#howtocitethisarticle .howtocitethisarticle_title {
	font-family: 'Montserrat', sans-serif;
	display: block;
	padding: 5px 5px 5px 0px;
	font-weight: normal;
	}
.refernce_managers ul {
	display: block;
	list-style: none;
	}	
.refernce_managers li {
	display: inline-block !important;
	list-style: none !important;
	padding: 5px 10px !important;
	border: 1px solid #330066 !important;
	border-radius: 4px;
}
.refernce_managers li a {
	text-decoration: none !important;
	}
.refernce_managers li:hover {
	background-color: #E1E1E1;

}
#pdfDownloadLinkContainer .pdf, #pdfDownloadLinkContainer .action {
	background-color: #333399 !important;
	padding: 3px 5px 3px 5px !important;
	width: 210px !important;
	}
#pdfDownloadLinkContainer .pdf:hover {
		background-color: #000033 !important;
	}
/*article head info*/
.article_head_info {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 2px;
	float: left;
	}
.article_head_info_col1, .article_head_info_col1 {
	display: inline-block;
	}
.article_head_info_col1 {
	width: 80%;
	float: left; 
	}
.article_head_info_col2	{
	text-align: center;
	width: 20%;
	min-width: 115px;
	float:left;
	}
.article_head_info_col2 img {
	height: auto;
  	width: 110px;
	border-radius: 4px;
	border: 1px solid  #000066;
}
#authorGuidelines img {
	width: 95%;
	height:auto;
	padding: 0px 5px;
	margin: 2px 0px 10px 0px;
	}