@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,800,400italic,600italic,800italic);

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal; }


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, .tocTitle, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, table tr.heading, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
    margin: 1em 0;
}
/* Tables */
/*table {
    width: 100%;
    margin: 1em 0;
}
*/
table th, table tr.heading {
    font-size: 1.125em;
    line-height: 1.33333em;
    background-color: #D1D3D5;
    border-bottom: 2px solid #D1D3D5;
    text-transform: capitalize;
    padding: .5em .25em;
}
table tr {
    margin: .5em 0;
}
table td {
    padding: .25em .25em;
    vertical-align: top;
}
.table-borders tr {
    border-bottom: 1px solid #D1D3D5;
}
table #simpleSearchInput{
margin:0 auto;
}
table #simpleSearchInput label{
	text-transform:uppercase;
	color:#FFF;
}
table #simpleSearchInput label{
	background:#d1d1d1;
	width:100%;
}


caption, th, table tr.heading, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

/*  Colors
================== */
/* Fonts
================== */
/* Rhythm
=================== */
/* Mixins
==================== */

.button, .action,
.toggleExtras-inactive,
.toggleExtras-active, #setup .options {
    padding: 2px 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #07355E;
    background-color: #ececed;
    font-weight: 300;
    margin-right: 1px;
}
.button:hover, .action:hover,
.toggleExtras-inactive:hover,
.toggleExtras-active:hover, #setup .options:hover, .button:focus, .action:focus,
.toggleExtras-inactive:focus,
.toggleExtras-active:focus, #setup .options:focus {
    background-color: #ececed;
}

.adminMenu ul, .pseudoMenu ul, #sidebar .block ul, #sidebarUser ul, table.listing ul {
    padding: 0;
    margin: .5em 0;
}
.adminMenu ul li, .pseudoMenu ul li, #sidebar .block ul li, #sidebarUser ul li, table.listing ul li {
    list-style-type: none;
    padding: 5px 10px 5px 5px;
    display: inline;
	border-right:1px solid #CCC;
}
.adminMenu ul li a:before, .pseudoMenu ul li a:before, #sidebar .block ul li a:before, #sidebarUser ul li a:before, table.listing ul li a:before {
    padding-right: 5px;
}

@viewport {
    width: device-width;
}
/* 

Structure 
============
-- General HTML Elements
---- Headings
---- Links
---- Form Elements
-- Global Classes
-- Navigation
-- Header
-- Sidebars
-- Main
-- Footer
-- Issues
-- Articles
-- Popups

*/
/* General HTML Elements 
============================= */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: content-box;
}
html html {
    font-size: 100%;
    line-height: 1.5em;
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 24px;
	background: url(http://132.248.242.188/ib/plugins/themes/mpg/img/back_body.png) repeat top center #FFF;
	}
body figure {
    display: inline-block;
}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

blockquote {
    padding: 1em 1em 1em 2em;
}

ul {
    padding-left: 2em;
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
}
ol li {
    padding: 5px 0;
}

#container {
	width:100%;
	max-width: 1024px;
	margin: 0 auto;
	background-color: transparent;
    overflow: auto;
    font-size: 13px;
	padding:0;
}

#body {
    overflow: hidden;
    max-width: 1024px;
	width:100%;
	height:auto;
	margin: 0em auto 1.5em auto;
    padding: 0 1%;
}
#body:after {
    content: " ";
    display: block;
    clear: both;
}
#body p {
    padding: .5em 0;
}
/*Estilos de bloques inferiores en front*/
#cajas_pie{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	height:auto;
	padding: 2%;
	}

#container #body #cajas_pie form{
    padding: 0px;
	margin: 0px;
}



#link_busqueda,#link_idioma,#link_login{
	clear:none;
	display:block;
	float:left;
	margin-left:2%;
	width:23%;
	height:200px;
	background:#949393;
	padding:0;
	}
#link_busqueda{
	
	margin-left:1%;
	}
	
#link_busqueda,#link_idioma{
	border: 1px thin #6e6358; 
	}
	/*Estilos exclusivos de Índices*/
#link_indices{
	clear:none;
	display:block;
	float:left;
	margin-left:2%;
	width:23%;
	height:200px;
	padding:0;
	background:#FFF;
	border: 1px solid #6e6358; 
	}
#link_indices a img{
	clear:none;
	display:block;
	float:none;
	margin:0 auto;
	width:auto;
	height:auto;
	}
#link_indices ul{
	margin:0;
	padding:0;
	}
#link_indices ul li{
	clear:none;
	display:inline;
	float:left;
	margin:3% 0 3% 3%;
	width:45%;
	height:auto;
	}
	
/*Estilos para caja Búsqueda*/
#container #body #cajas_pie #link_busqueda form input{
    padding: 2px;
	background:#d1d1d1;
	border: none;
	width: 100%;
    /*! color: #FFF; */
    /*! box-shadow: none; */
}
#container #body #cajas_pie #link_busqueda form input.button{
    text-align:center;
	width: 50%;
	cursor:pointer;
}
#container #body #cajas_pie form #link_busqueda form label{
    text-transform: uppercase;
}
#container #body #cajas_pie form #link_busqueda form label.searchField select.searchField {
    width: 100%;
    background: #CCC;
    border: none;
}
#container #body #cajas_pie form table td.boton_buscar{
    text-align:center;
	padding:.5em;
}

#container #body #cajas_pie form table td .selectMenu{
	font-size: 0.875em;
	line-height: 1.71429em;
	width: 100%;
	background: #d1d1d1;
	border: 0;
	padding: .5em 0;
	
	}
#container #body #cajas_pie form table#simpleSearchInput{
    padding: 0px;
	margin: 5px 0;
}
/*Terminan estilos de búsqueda*/	
	
/*Termina estilos para índices*/

#link_busqueda .blockTitle,#link_idioma .blockTitle,#link_login .blockTitle, #link_indices .blockTitle{
	
	background:#6e6358;
	color: #FFF; 
	text-align:center;
	font-family:"Open Sans"; 
	padding:2%;
	font-size:1.1em;
	}
#link_busqueda .box_content,#link_idioma .box_content,#link_login .box_content, #link_indices .box_content{
	
	background:transparent;
	color: #FFF; 
	text-align:left;
	font-family:"Open Sans"; 
	padding:0px;
	width:90%;
	margin:0 auto;
	overflow:hidden;
	
	}
/*Estilos exclusivos para Idiomas*/
#link_idioma .box_content #Esp, #link_idioma .box_content #Eng, #link_idioma .box_content #Por{
	width:90%;
	height:auto;
	background:#d1d1d1;
	color: #333; 
	font-family:"Open Sans"; 
	padding: 0 5%;
	margin: 8% auto;
	vertical-align:middle;
	}

#link_idioma .box_content #Esp label{
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
	padding: 0 30% 0 10%
	}
#link_idioma .box_content #Eng label{
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
	padding: 0 32% 0 10%
	}
#link_idioma .box_content #Por label{
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
	padding: 0 22% 0 10%
	}

#link_idioma .box_content #Esp input,#link_idioma .box_content #Eng input,#link_idioma .box_content #Por input{
	padding:0;
	margin:0;
	vertical-align:middle;
	
	}
	
/*Finalizan estilos para idiomas*/

/*Estilos para Login*/

#link_login .box_content a:link{ 
	color: #81623e;
	text-decoration:none;
	font-weight:600;
	display: inline-block;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
	}	
#link_login .box_content a:hover{ 
	color: #333;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
	text-shadow: 1px 1px 3px #fff;
	  	}
#link_login .box_content a:hover:visited{ 
	color: #333;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
	text-shadow: 1px 1px 3px #fff;
	}

#link_login .box_content a:visited {
    color: #81623e;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
}
#link_login .box_content a:active{ 
    color: #333;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;

	}	
	
	
/*Finalizan estilos para login*/


/* Skip to Content 
from http://codepen.io/joe-watkins/pen/rjhiK
*/
#skip-to-content {
    padding: 1em;
    position: absolute;
    top: -40px;
    left: 1em;
    z-index: 1000;
    color: white;
}

#skip-to-content:focus {
    position: absolute;
    top: 0;
    background: #4593ff;
}

/* Headings */
h1, h2, h3, h4, h5, .tocTitle, h6 {

}

h1 {
    font-weight: 700;
    font-size: 2.625em;
    line-height: 1.14286em;
}

h2, h3, h4, h5, .tocTitle, h6 {
    line-height: 1.8em;
}

h2 {
    font-size: 2em;
    font-weight: 700;
    padding: .5em 0;
}

h3 {
    font-size: 1.75em;
    font-weight: 700;
    padding-left: 5px;
    margin-top: 1em;
}

h4 {
    font-size: 1.25em;
    font-weight: 400;
    margin-top: .5em;
}
#content ol.block li h4 {
    display:inline;
}
h5 {
    font-size: 1.25em;
}

.tocTitle {
    font-size: 100%;
	line-height:16px;
}


/* Links */
a {
    text-decoration: none;
    color: #81623e;
}
a:hover, a:focus {
    text-decoration: underline;
}
a:visited {
    color: #6b4e2b;
}
a:focus {
    color: #81623e;
}
a:hover {
    color: #595757;
}
a:active {
    color: #81623e;
}

nav a {
    color: #595757;
	font-weight:600;
}
nav a:visited {
  color: #595757;
}
nav a:focus {
    color: #c0b199;
    text-decoration: none;
}
nav a:hover {
    color: #6b4e2b;
    text-decoration: none;
}
nav a:active {
    color: #595757;
    text-decoration: none;
}

#search a{
    padding: 5px 10px;
}
.iconoBuscar {
    width: 15px;
}

#pageFooter a {
    color: #1EB568;
}
#pageFooter a:visited {
    color: #17894f;
}
#pageFooter a:focus {
    color: #266BA8;
}
#pageFooter a:hover {
    color: #266BA8;
}
#pageFooter a:active {
    color: #006633;
}

.linea-footer {
    border: none;
    border-top: 1px solid #fff;
}

a.action, .button, .action,
.toggleExtras-inactive,
.toggleExtras-active, #setup .options, .options a {
 background:#e5e5e5;
    display:inline-block;
    margin:0 6px;
    padding:4px 8px;
    color:#333;
    text-decoration:none;
    text-shadow: none;
    border:1px solid #ccc;
 
    /* Bordes redondenados - Border Radius */
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
 
    /* Fondo Degradado - Background Gradient */
    background:-webkit-linear-gradient(top, #fefefe, #e5e5e5); /* Chrome 10+ */
    background:   -moz-linear-gradient(top, #fefefe, #e5e5e5); /* Firefox 3.6+ */
    background:    -ms-linear-gradient(top, #fefefe, #e5e5e5); /* IE10 */
    background:        linear-gradient(top, #fefefe, #e5e5e5);
 
    /* Aplcamos sombras al boton - Box Shadow */
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
 
    /* Animacion - Transition */
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;}
a.action:visited, .button:visited, .action:visited,
.toggleExtras-inactive:visited,
.toggleExtras-active:visited, #setup .options:visited, .options a:visited {
 background:#e5e5e5;
    display:inline-block;
    margin:0 6px;
    padding:4px 8px;
    color:#333;
    text-decoration:none;
    text-shadow: 0 1px 1px #FFF;
    border:1px solid #ccc;
 
    /* Bordes redondenados - Border Radius */
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
 
    /* Fondo Degradado - Background Gradient */
    background:-webkit-linear-gradient(top, #fefefe, #e5e5e5); /* Chrome 10+ */
    background:   -moz-linear-gradient(top, #fefefe, #e5e5e5); /* Firefox 3.6+ */
    background:    -ms-linear-gradient(top, #fefefe, #e5e5e5); /* IE10 */
    background:        linear-gradient(top, #fefefe, #e5e5e5);
 
    /* Aplcamos sombras al boton - Box Shadow */
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
 
    /* Animacion - Transition */
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;  }
/*a.action:focus, .button:focus, .action:focus,
.toggleExtras-inactive:focus,
.toggleExtras-active:focus, #setup .options:focus, .options a:focus {
    color: #333;
}
*/a.action:hover, .button:hover, .action:hover,
.toggleExtras-inactive:hover,
.toggleExtras-active:hover, #setup .options:hover, .options a:hover {
border-color:#adcce2; /* Modificamos el color del borde */
 
    /* Cambiamos los colores del fondo degradado */
    background:-webkit-linear-gradient(top, #fefefe, #f1f1f1); /* Chrome 10+ */
    background:   -moz-linear-gradient(top, #fefefe, #f1f1f1); /* Firefox 3.6+ */
    background:    -ms-linear-gradient(top, #fefefe, #f1f1f1); /* IE10 */
    background:        linear-gradient(top, #fefefe, #f1f1f1);
 
    /* Modificamos las propiedades del Box Shadow para un efecto Glow */
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 6px rgba(36, 168, 229, .3);
    -moz-box-shadow:inset 0 1px 0 rgba(251,247,193, .3), inset 0 0 0 1px rgba(251,247,193, .3), 0 1px 6px rgba(36, 168, 229, .3);
    box-shadow:none;  }
a.action:active, .button:active, .action:active,
.toggleExtras-inactive:active,
.toggleExtras-active:active, #setup .options:active, .options a:active {
 background:#e5e5e5;
    display:inline-block;
    margin:0 6px;
    padding:4px 8px;
    color:#333;
    text-decoration:none;
    text-shadow: 0 1px 1px #FFF;
    border:1px solid #ccc;
 
    /* Bordes redondenados - Border Radius */
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
 
    /* Fondo Degradado - Background Gradient */
    background:-webkit-linear-gradient(top, #fefefe, #e5e5e5); /* Chrome 10+ */
    background:   -moz-linear-gradient(top, #fefefe, #e5e5e5); /* Firefox 3.6+ */
    background:    -ms-linear-gradient(top, #fefefe, #e5e5e5); /* IE10 */
    background:        linear-gradient(top, #fefefe, #e5e5e5);
 
    /* Aplcamos sombras al boton - Box Shadow */
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
 
    /* Animacion - Transition */
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;  }

/* Forms */
input, select, textarea {
    margin: 0 .05em 0 0;
    font-size: 1em;
    line-height: 1.5em;
}

.label {
    width: 20%;
}

.value {
    width: 80%;
}

.value .textField, #searchJournal {
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
}

.toggleExtras {
    width: 100%;
    max-width: 400px;
}

.toggleExtras span {
    display: block;
}

form {
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0;
}

form.pkp_form {
    margin: initial;
}

input {
    padding: 2px;
}
input img {
    width:10%;
	float:right;
}
/* Global Classes 
============================= */


/* Navigation
============================= */
#Zone_menu{
	width:100%;
	margin:0 auto;
	
	}
nav {
    width: 100%;
    background-color: #FFF;
    overflow: auto;
    padding: .5em 0;
}
#fullNav {
	 margin:0 2%;
    }
	
#mobileNav, #toggle-bar {
    display: none;
}

#navbar {
    height: 35px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

#navbar:after {
    content: " ";
    display: block;
    clear: both;
}

ul.navMenu{
    float: left;
    margin-left: 0px;
	margin-right:20px;
}
ul.navMenu li {
    border-right: none;
    letter-spacing: .05em;
}

ul.navMenu li:last-child {
    border: none;
	text-transform: uppercase;
}

/*ul.navMenu .menu-inicio {
    float: left;
    margin-right: 0;
    font-weight: normal;
}
*/
.menu, .menu_dos{
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
}
.menu li{
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
	padding-right: .7em;
	white-space: nowrap;
    float: left;
}
.menu li:first-child {
    padding-left: 0;
}
.menu li:last-child {
    padding-right: 0;
}
.menu li.last {
    padding-right: 0;
}
.menu li:last-child {
    border-right: none;
}
/*menu_dos a la derecha*/

/*Menú 2 del menú principal*/
ul.navMenu_2{
    float: right;
    margin-right: 0px;
}
ul.navMenu_2 li {
  border-right: none;
    letter-spacing: .05em;
}

ul.navMenu_2 li:last-child {
    border: none;
	text-transform: uppercase;
	font-weight:bold;
}

ul.navMenu .menu_dos {
    margin-right:0px;
}


.menu_dos li {
    list-style-image: none;
    list-style-type: none;
    margin-right: 0;
    white-space: nowrap;
    float: left;
	padding-right:1em;
}


.callout {
    font-size: 1.125em;
    line-height: 1.33333em;
    font-weight: 700;
}

.block {
    margin-top: 0;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0;
    height: 100%;
    clear: both;
}

.largeButton a {
    color: white !important;
    display: block;
    padding: 1em;
    background-color: #07355E;
    -moz-box-shadow: 0px 0px 5px #333333;
    -webkit-box-shadow: 0px 0px 5px #333333;
    box-shadow: 0px 0px 5px #333333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
.largeButton a:hover, .largeButton a:focus {
    background-color: #266BA8;
}

.headseparator {
    display: none;
}

.TOC {
    padding: 5px 0px;
    margin-bottom: 0px;
	border-bottom:2px solid #9a7b55;
}
.TOC:after{
content: "."; 
display:block;
clear:both;
visibility:hidden;
height:0px;
}
.pseudoHeading {
    font-size: 1.25em;
    line-height: 1.2em;
    padding: .5em 0 .25em;
}

.pseudoMenu, #sidebar .block, #sidebarUser {
    /*a {display:block;}*/
}

.label {
    font-weight: 700;
}

.separator {
    display: none;
}

.sort {
    border: 1px solid #D1D3D5;
}
.sort form {
    padding: .25em;
    margin: .25em 0;
}

.heading, #setup .pkp_controllers_grid table th, #setup .pkp_controllers_grid table tr.heading {
    font-size: 1.125em;
    line-height: 1.33333em;
    background-color: #dee0e1;
    padding: .25em;
}
.heading td:last-child, #setup .pkp_controllers_grid table th td:last-child, #setup .pkp_controllers_grid table tr.heading td:last-child {
    text-align: center;
}

.selectMenu {
    font-size: 0.875em;
    line-height: 1.71429em;
}

/* top menú
============================= */
#topMenu {
	background: transparent;
	height: auto;
	color: #fff;
    font-size: 90%;
    line-height: 1.33333em;
}
#topMenu a, #topMenu a:hover {
    color: #fff;
}

#topMenuNav a:hover{
    text-decoration: none;
	color:#CCC;
    
}

#topMenuContainer {
	clear:both;
	display:block;
	width:100%;
	min-height:180px;    
	padding: 0px;
    margin: 0 auto;
	background: url(http://132.248.242.188/ib/plugins/themes/mpg/img/back_head.png) repeat-x top center #6b4e2b;
}

#topMenuContainer img{
	
	width:80%;
}
#logos{
    clear:both;
	display:block;
	float:none;
	overflow:hidden;
	width:50%;
	max-width:999px;
	margin: 0 auto;
	padding:0;
		}
#zone_logos {
	width: auto;
	float:right;
	margin-right:0;
	clear:none;
	display:block;
	
	}
#topMenuContainer #logos #zone_logos #logounam{
	clear:both;
	float:left;
	display:block;
	margin-left:0;
	margin-top:0%;
	width:auto;
	}
#topMenuContainer #logos #zone_logos #logounam img{
	
	width:75%;
	}
#topMenuContainer #logos #zone_logos #logoiibi{
	
	clear:both;
	float:left;
	display:block;
	margin-left:0;
	width:auto;
	margin-top:0%;
	
	}
#topMenuContainer #logos #zone_logos #logoiibi img{
	width:75%;
	}
#topMenuContainer #logos #logotitulo{
	clear:none;
	float:left;
	display:block;
	margin-left:20%;
	margin-top:0;
	width:auto;
	}
#topMenuContainer #logos #logotitulo img{
	width:100%;
	}
.topMenuNav, .topMenuNav li {
    display: inline-block;
}

.topMenuNav li a {
    padding: 8px 12px;
    margin-right: 10px;
}

.topMenuNav {
    padding-top: 28px;
    padding-right: 50px;
}

.menuDorado, .menuDorado:visited {
    color: #FFF;
    text-decoration: none;
}
.menuDorado:hover {
    color: #333;
    text-decoration: underline;
}


#searchbar {
    width: 23.72881%;
    float: right;
    margin-right: 0;
    text-align: right;
}

#searchbar form {
    margin: 0;
}

#searchbar form input {
    padding: 2px 6px;
    margin: 0;
}
#breadcrumb{
	margin:1% 0;
	}
#breadcrumb a:link{
    font-size: 100%;
    line-height: 1.7em;
    padding: .5em 0;
	color:#333;
}
#breadcrumb a:hover, #breadcrumb a:visited:hover{
    font-size: 100%;
    line-height: 1.7em;
    padding: .5em 0;
	color:#81623e;
}
#breadcrumb a:visited{
    font-size: 100%;
    line-height: 1.7em;
    padding: .5em 0;
	color:#333;
}

/* Header
============================= */
#header {
    padding-top: 0em;
    padding-bottom: 0em;
    text-align: center;
}
#header h1, #header img {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

#headerTitle {
    
}
#headerTitle figure {
    max-width: 1080px;
}
#headerTitle figure img {
    width: 100%;
    height: auto;
}

.tituloRevista {
    font-size:  1.5em;
    padding: 0;
    margin-bottom: 10px;
}

/* Sidebars 
============================= */
#sidebar {
    height: 100%;
}
#sidebar #submit-button {
    margin-bottom: 1.5em;
}
#sidebar form {
    margin: 0;
}
#sidebar .block .articleToolItem a {
    display: inline-block;
    vertical-align: top;
}
#sidebar .block h3 {
    font-weight: 400;
}

#leftSidebar {
    width: 20%;
    float: left;
    margin-right: 5%;
}

#rightSidebar {
    width: 25%;
    float: left;
	clear:none;
    margin-top: 56px;
    margin-right: 0;
    padding: 1.5%;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border: 1px solid #CCC;
	background:#ededed;
}

#sidebarHelp {
    margin-top: 0;
	line-height: 1em;
}
.blockTitle, #sidebar .block h3 {
    font-size: 1.25em;
    line-height: 1.2em;
    display: block;
    padding: 5px;
    /*background-color: #ececed;*/
    margin-bottom: .5em;
}
#sidebarDevelopedBy{
	border-bottom: 1px solid #999;
	}

#sidebarUser,#sidebarUser,#sidebarNavigation input.button{
	text-align: left;
	
	}	
	
	
/*Estilos para ligas Servicio de ayuda*/
a.blockTitle:link {
    font-size: 1.2em;
	color:#1a417a;
	font-weight:bold;
	text-decoration:none;
    line-height: 1.5em;
    display: block;
    padding: 2px 5px;
    /*background-color: #ececed;*/
    margin-bottom: 1%;
}
a.blockTitle:hover, a.blockTitle:visited:hover{
    font-size: 1.2em;
	color: #36F;
	font-weight:bold;
	text-decoration:none;
    line-height: 1.5em;
    display: block;
    padding: 2px 5px;
    /*background-color: #ececed;*/
    margin-bottom: 1%;
}
a.blockTitle:visited {
    font-size: 1.2em;
  color:#1a417a;
	font-weight:bold;
	text-decoration:none;
    line-height: 1.5em;
    display: block;
    padding: 2px 5px;
    /*background-color: #ececed;*/
    margin-bottom: 1%;
}

/*Ligas inferiores*/
#rightSidebar #sidebarNavigation ul li a:link {
    font-size: 1em;
	color:#1a417a;
	font-weight: normal;
	text-decoration:none;
    line-height: 1em;
    padding: 2px 5px;
    margin-bottom: 0;
    display: block;
}
#rightSidebar #sidebarNavigation ul li a:hover, #rightSidebar #sidebarNavigation ul li a:visited:hover{
    font-size: 1em;
	color:#333;
	font-weight: normal;
	text-decoration:none;
    line-height: 1em;
    padding: 2px 5px;
    margin-bottom: 0;
}
#rightSidebar #sidebarNavigation ul li a:visited {
    font-size: 1em;
	color:#1a417a;
	font-weight: normal;
	text-decoration:none;
    line-height: 1em;
    padding: 2px 5px;
    margin-bottom: 0;
}

/*Terminan links*/

.blockSubtitle {
    font-size: 1.125em;
    line-height: 1.33333em;
    display: block;
    border-bottom: 3px double #D1D3D5;
}

#sidebarRTAuthorBios .authorBio {
    padding: 1em 0;
    border-bottom: 1px solid #D1D3D5;
}

#sizer a {
    margin-right: 10px;
}

.authorBio p {
    padding: 0 0 .25em 0;
}

/* Main 
============================ */
#main {
    width: 100%;
	max-width:1024px;
    float: left;
    margin-right: 0;
}

#main-completo {
    width: 100%;    
}
#content{
    width: 100%;
	height:100%;
	min-height:100%;
	margin-bottom:3%;
	}
#content .tocCoverImage{
	text-align:center;
	
	}

#content .tocCoverImage a img{
	width:25%;
	
	}

#content img{
	width:18%;
	height:auto;
	}
#content #setupForm img, #content #people img, #content #enroll img, #content #users img, #content .data img{
	width:auto;
	height:auto;
	}
#content #sectionPolicies img, #content #copyrightNotice img, #content p img, #content #dragTable img, #content #emails img, #content #custom-0 img{
	width:auto;
	height:auto;
	}
 #content #custom-0 img{
	width:auto;
	height:auto;
	}
#content #herramientas_lectura img{
	width:auto;
	height:auto;
	}
#content #herramientas_lectura .blockTitle, #content #herramientas_autor .blockTitle{
	width:100%;
	background:#c0b199;
	display:inline-block;
	padding:5px;
	color:#FFF;
	font-weight:600;
	}

#content h4.tocSectionTitle{
	background: #928575;
	padding: .5% 1%;
	text-transform: uppercase;
	color:#FFF;
	margin-top:4%;
	margin-bottom:1%;
	}
#content .tocArticle .tocArticle h4.tocSectionTitle{
	background: #928575;
	padding: .5% 1%;
	text-transform: uppercase;
	color:#FFF;
	margin-top:2%;
	
	}
#content #contenido_html{
	width:95%;
	height:450px;
	padding:1%;
	overflow-y: scroll;
	overflow-x: hidden;
	margin:0 auto;
	
	}
#herramientas_lectura{
	float:left;
	clear:none;
	display:block;
	width:45%;
	height:auto;
	margin-left:2%;
	}
#herramientas_autor{
	float:left;
	clear:none;
	display:block;
	width:45%;
	height:auto;
	margin-left:2%;
	}
#herramientas_autor #varios_Autores{
	width:100%;
	height:250px;
	padding:1%;
	overflow-y: auto;
	overflow-x: hidden;
	margin:0;
	}

/*Númeración de anteriores*/
#content #numeros{
	clear:none;
	display:block;
	float:none;
	width:90%;
	height:auto;
	padding:1% .5%;
	margin:2% auto;
	overflow: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	border-bottom:1px solid #81623E;
	
	}
#content #numeros ul{
	list-style-type: none;
	padding:0;
	}
#content #numeros ul li{
	display:inline-block;
	margin:0 1%;
	font-size:1.2em;
	
	}
#content #numeros  ul li a:link {
    background: rgba(255, 255, 255,0.4);
	color:#81623e;
	text-decoration: none;
	font-weight:600;
	padding:3px 6px;
	display:inline-block;
}
#content #numeros  ul li a:hover {
    background: #928575;
	color:#FFF;
	text-decoration: none;
	font-weight:600;
	padding:3px 6px;
	display:inline-block;
}
#content #numeros  ul li a:visited:hover {
    background: #928575;
	color:#FFF;
	text-decoration: none;
	font-weight:600;
	padding:3px 6px;
	display:inline-block;
}


/* Inicio de revista
============================ */
.issueTitle {
    margin-top: 0;
}

#descripcionHomeRevista {
    float: left;
	clear:both;
	display:block;
    width: 47%;
	height:auto;
	margin: 0 0 3% 3%;
    padding: 3%;
	border-right: 1px solid #9a7b55;
}
#descripcionHomeRevista h2, #contenidoHomeRevista h2{
    font-size:1.4em;
	color: #81623E;
    text-transform: uppercase;
    font-weight: 600;
	padding: .3em 0;
	border-bottom:1px solid #9a7b55;
	
}

#descripcionHomeRevista #issueCoverImage {
    width:100%
}

#descripcionHomeRevista #issueCoverImage a img{
    width: 60%;
	height:60%;
	float:left;
}

#imagenHome {
    width:auto;
	margin:0 auto;
	text-align:center;
}

#imagenHome img {
    width: 80%;
    height: auto;
	text-align:center;
	margin: 4% 0;
}
#contenidoHomeRevista {
    float: left;
	clear:none;
	display:block;
	margin-left:0%;
    margin-bottom: 3%;
    text-align: justify;
    width:47%;
	height:auto;
	padding:3%;

}
#contenidoHomeRevista #issueCoverImage {
    width: 100%;
    text-align: center;
}
#contenidoHomeRevista #issueCoverImage a img {
    width: 40%;
    height: auto;
    margin: 4% 0;
}

#contenidoHomeRevista p{
    line-height: 20px;
	font-size:100%;

}

#contenidoHomeRevista #descripcion{
    width: 100%;
	margin: 5% 0;
	font-size: 100%;
	color: #666;
	font-weight: normal;
}
/*#Zone_line{
	clear:none;
	display:block;
	float:left;
	margin-left:0;
	border-left:1px solid #6b4e2b;
	width:2%;
	height: 100%;
	min-height: 100%;	
	overflow:hidden;
	}
#Zone_line:after{
	content: "."; 
	display:block;
	clear:both;
	visibility:hidden;
	height:0px;
}
*/#indice_numActual{
	width:auto;
	height:450px;
	margin-top:0%;
	padding:1% 2% 1% 1%;
	overflow-y:scroll;
	
	}

#datosDescripcionRevista {
	clear:none;
	display:block;
	float:left;
	margin-top: 5%;
    width: 100%;
	font-size:100%;
	color:#666;
	font-weight:normal;
}

#datosDescripcionRevista div {
    padding: 5px 10px;
    background-color: #FFF;
    margin-bottom: 15px;
}
#datosDescripcionRevista div ul {
	display:inline-block;
	list-style-type:none;
}
#datosDescripcionRevista div ul li img{
	vertical-align: middle;
}
#datosDescripcionRevista p, #datosDescripcionRevista div {
    line-height: 1.4em !important;
    font-size: 100%;
}
	
#contenidoHomeRevista .tocSectionTitle {
    padding: 1% 2%;
    width: 100%;
	background:none;
	font-weight:bold;
	color:#014d9b;
}

#contenidoHomeRevista .tocArticle {
    width: 100%;
}
#art_consulta{
	background:none;
	font-weight: normal;
	color:#014d9b;
	padding:4px 0px 4px 6px;
	border-bottom: 1px solid #2f4da3;
    border-top: 1px solid #2f4da3;
	
	}
#masdescargados{
	float:left;
	clear:both;
	display:block;
	width:100%;
	margin:3% auto;
	padding:1%;
	border:1px solid #cccacb;
	
	}

/* Announcements */
#seccionAnuncios {
    display: block;
    clear: both;
}

.details td {
    margin-bottom: 1.5em;
}

/* Footer 
============================ */
#pageFooter2 {
    clear: both;
    padding-top: 0;
	padding-bottom:1%;
	width:100%;
	max-height:383px;
/*	max-width:1024px;
*/	margin: 0 auto;
    color: #333;
	background: url(http://132.248.242.188/ib/plugins/themes/mpg/img/back_footer.png) repeat center bottom #c0b199;
}
#pageFooter2 p {
    text-align: justify;
    line-height: 15px;
	margin-bottom:1%;    
}

#pageFooter2 #social {
    font-size: 2.25em;
    display: inline-block;
    line-height: 1em;
}
#pageFooter2 #social ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
}
#pageFooter2 #social li {
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}
#pageFooter2 #social li:first-child {
    padding-left: 0;
}
#pageFooter2 #social li:last-child {
    padding-right: 0;
}
#pageFooter2 #social li.last {
    padding-right: 0;
}
#pageFooter2 #social li i {
    padding-right: 5px;
}

.genericFooter {
    font-size: 11px;
    line-height: 17px;
    margin: 0 auto;
    max-width: 1024px;
	width:100%;
  padding: .5em 15px;
}
#pageFooter {
    clear: both;
    border-bottom: 1px solid #2f4da3;
    border-top: 1px solid #2f4da3;
    padding-top: 0 0 1% 0;
    background: #41939E;
	width:95%;
	margin: 0 auto 2% auto;
    color: #fff;
}

#standardFooter {
    max-width: 1080px;
    padding: 0em 15px;
    font-size: 12px;
    margin: 10px auto;
	text-align:center;
}

#standardFooter a img {
    max-width: 100%;
	width:40px
	
}

.img-footer-redes {
    max-width: 40px;
	width:100%;
    margin-left: 10px;
}

.redesSociales {
    margin-bottom: 2%;
	padding-bottom:1%;
	border-bottom:1px solid #FFF;
}

.datosInstituto {
    text-align: center;
	letter-spacing: 0;
	line-height:15px;
	padding-bottom: 5px;
}

.derechosReservados {
    font-size: 11px;
}
#pageFooter2 #standardFooter a.cc img {
    max-width: 100%;
	width:auto;
	
}
#pageFooter2 #standardFooter p a:link{
    color: #333;
	text-decoration:none;
}
#pageFooter2 #standardFooter p a:hover, #pageFooter2 #standardFooter p a:visited:hover{
    color: #4b3d2f;
	text-decoration:underline;
}
#pageFooter2 #standardFooter p a:visited{
    color: #333;
	text-decoration:none;
}

/* Search 
============================ */
#results table {
    border: 1px solid #87908F;
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
}
#results table thead th, #results table thead tr.heading {
    border-bottom: 1px solid #87908F;
}
#results table tfoot th, #results table tfoot tr.heading, #results table tfoot td {
    border-top: 1px solid #87908F;
}
#results table th:first-child, #results table tr.heading:first-child {
    border-right: 1px solid #87908F;
}
#results table th:first-child, #results table tr.heading:first-child {
    border-right: none;
}
#results table tr:nth-child(odd) {
    border-bottom: 1px solid #D1D3D5;
}

/* Issues
============================ */
#issues .list {
    padding: 1em 0;
    /*border-bottom: none;*/
}
#issues .list .issueDescriptionImage h4 {
    text-align:left;
}
#content #issues #issue-anterior {
    clear: none;
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 1%;
	margin-bottom: 2%;
	width: 30%;
}

#issues .list .issueCoverImage img {
    width: auto;
    border: 1px solid #D1D3D5;
}
#issues .list .issueDescriptionImage {
    padding: .5em;
    vertical-align: top;
    display: inline-block;
    max-width: 69%;
}
#issues .list h4:before {
    content: initial;
}

#content h1, #content h3 {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.14286em;
	padding-left:0;
	color:#81623e;
}
/*Estilos para ligas debajo de las portadas en núm anteriores*/
#issues #issueDescriptionImage h4 a:link {
	color:#81623e;
	text-decoration: none;
	font-size:.9em;
	text-align:center;
}
#issues #issueDescriptionImage h4 a:hover {
	color:#333;
	text-decoration: none;
	font-size:.9em;
	text-align:center;
}
#issues #issueDescriptionImage h4 a:visited:hover {
	color:#333;
	text-decoration: none;
	font-size:.9em;
	text-align:center;
}


/* Articles 
============================ */
a.file {
    padding: 0 .5em;
}

.tocArticleGalleysPages, .tocGalleys {
    text-align: right;
    vertical-align: middle;
}

.tocPages, .tocAuthors {
    padding-top: .5em;
}

.tocAuthors {
    font-size: 100%;
	font-weight: normal;
	line-height:16px;
    color: #616161;
	font-style:italic;
}

.tocArticleTitleAuthors {
    margin-top: 5px;
}
/*Estilos para los ligas de los nombres del título del artículo*/
/* Links 1 */
.tocArticleTitleAuthors a:link {
    text-decoration: none;
    color: #616161;
	font-weight:600;
	font-size:1.1em;
}
.tocArticleTitleAuthors a:hover, a:focus {
    text-decoration: underline;
	
}
.tocArticleTitleAuthors a:visited {
    color: #616161;
	font-weight:600;
	font-size:1.1em;
}
.tocArticleTitleAuthors a:focus {
    color: #928575;
	font-weight:600;
	font-size:1.1em;
}
.tocArticleTitleAuthors a:hover {
    color: #928575;
	font-weight:600;
	font-size:1.1em;
}
.tocArticleTitleAuthors a:active {
    color: #616161;
	font-weight:600;
	font-size:1.1em;
}

/* Links 2 */
.tocArticleGalleysPages a:link {
    text-decoration: none;
    color: #616161;
	font-weight:600;
	font-size:1.1em;
}
.tocArticleGalleysPages a:hover, a:focus {
    text-decoration: underline;
	
}
.tocArticleGalleysPages a:visited {
    color: #616161;
	font-weight:600;
	font-size:1.1em;
}
.tocArticleGalleysPages a:focus {
    color: #928575;
	font-weight:600;
	font-size:1.1em;
}
.tocArticleGalleysPages a:hover {
    color: #928575;
	font-weight:600;
	font-size:1.1em;
}
.tocArticleGalleysPages a:active {
    color: #616161;
	font-weight:600;
	font-size:1.1em;
}

/*Fin de estilos ligas*/
#content .tocArticle {
    width: 100%;
	height:auto;
}

.tocCoverImage a.file {
    padding: 0;
    border: none;
}

#articleTitle h3 {
    background-color: initial;
}

.article #content {
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
}
.article #main h3 {
    background-color: initial;
    padding-left: 0;
}
.tocArticle #elementos_izquierda{
	clear:none;
	display:block;
	float:left;
	margin-left:0;
	width:75%
	
	}
.tocArticle #elementos_derecha{
	clear:none;
	display:block;
	float:right;
	margin-right:0;
	width:20%
	
	}


.list {
    /*border-bottom: 1px solid #D1D3D5;*/
}
.list h4:before {
    content: '\00BB';
    padding-right: 5px;
}

h3.issue {
    background: none;
    padding-left: 0;
}

#pdfDownloadLinkContainer {
    padding-bottom: .5em;
}

#pdfObject, #pdfCanvasContainer iframe {
    width: 100%;
    min-height: 700px !important;
}

#inlinePdf object {
    height: 900px;
}

/* Admin Pages  (home of the hacks)
============================ */
.sectionBlock {
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
}

#selectSections select {
    width: 50%;
}

table.alt-color tbody tr:nth-child(even) {
    background-color: #e6e7e8;
}

table.alt-color-odd tbody tr:nth-child(odd) {
    background-color: #e6e7e8;
}

table.info {
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
}
table.info th, table.info tr.heading {
    text-align: center;
    font-weight: bold;
}
table.info td,
table.info th,
table.info tr.heading {
    padding: 2px;
}
table.info td.numeric,
table.info th.numeric,
table.info tr.numeric.heading {
    text-align: right;
}
table.info .tableHeading {
    font-size: 1.125em;
    line-height: 1.33333em;
    background-color: #dee0e1;
}
table.info a {
    display: inline-block;
}
table.info tr {
    border-bottom: 1px solid #D1D3D5;
}
table.info tr:last-child {
    border-bottom: none;
}
table.info td:first-child {
    text-align: left;
}
table.info td {
    text-align: center;
}

table.listing .heading a, #setup .pkp_controllers_grid table.listing th a, #setup .pkp_controllers_grid table.listing tr.heading a {
    color: #000;
}
table.listing tr {
    border-bottom: 1px solid #D1D3D5;
}
table.listing tr:last-child {
    border-bottom: none;
}
table.listing td {
    text-align: left;
}

table.settings {
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
    border: 1px solid #D1D3D5;
}
table.settings thead th, table.settings thead tr.heading {
    border-bottom: 1px solid #D1D3D5;
}
table.settings tfoot th, table.settings tfoot tr.heading, table.settings tfoot td {
    border-top: 1px solid #D1D3D5;
}
table.settings th:first-child, table.settings tr.heading:first-child {
    border-right: 1px solid #D1D3D5;
}
table.settings td.label {
    vertical-align: middle;
}

table.checklist td {
    vertical-align: middle;
}

table.email tr:nth-child(odd) {
    background-color: #e6e7e8;
}

table.listing span.instruct {
    margin: 0;
}

table.nested {
    font-size: 0.875em;
    line-height: 1.71429em;
}

table.single {
    border-top: 2px solid #D1D3D5;
    border-bottom: 2px solid #D1D3D5;
    /*	background-color: lighten($accent-bright, 50%);
    */
}

#profile table tr {
    border-bottom: 1px solid #D1D3D5;
}

#systemConfiguration h4 {
    text-transform: capitalize;
    margin-top: 1em;
    padding: .25em;
    background-color: #ececed;
}
#systemConfiguration table tr {
    border-bottom: 1px solid #D1D3D5;
}

.highlightReviewerNotNotified, .highlightCopyediting {
    background-color: #266BA8;
}
.highlightReviewerNotNotified:before, .highlightCopyediting:before {
    content: "\00b9";
    padding: 0 4px;
}

.highlightNoDecision {
    background-color: #07355E;
    color: white;
}
.highlightNoDecision:before {
    content: "\00b2";
    padding: 0 4px;
}

.highlightReviewerConfirmationOverdue {
    background-color: #FF6C3E;
}
.highlightReviewerConfirmationOverdue:before {
    content: "\2020";
    padding: 0 4px;
}

.highlightRevisedCopyUploaded, .highlightLayoutEditing {
    background-color: #1EB568;
}
.highlightRevisedCopyUploaded:before, .highlightLayoutEditing:before {
    content: "\2666";
    padding: 0 4px;
}

.highlightReviewerCompletionOverdue, .higlightProofreading {
    background-color: #006633;
    color: white;
}
.highlightReviewerCompletionOverdue:before, .higlightProofreading:before {
    content: "\25CA";
    padding: 0 4px;
}

.highlightCopyediting a,
.highlightLayoutEditing a,
.highlightNoDecision a,
.highlightReviewerCompletionOverdue a,
.highlightRevisedCopyUploaded a,
.highlightReviewerConfirmationOverdue a,
.highlightReviewerNotNotified a,
.higlightProofreading a {
    background-color: initial;
    border-color: initial;
}

#notes ul {
    padding: 0;
}
#notes ul li {
    padding: .5em;
    list-style-type: none;
}

span.instruct {
    display: block;
    margin: .5em 0;
}

#assignBlocksToSidebars {
    border: 1px solid #D1D3D5;
}
#assignBlocksToSidebars .heading, #assignBlocksToSidebars #setup .pkp_controllers_grid table th, #setup .pkp_controllers_grid table #assignBlocksToSidebars th, #assignBlocksToSidebars #setup .pkp_controllers_grid table tr.heading, #setup .pkp_controllers_grid table #assignBlocksToSidebars tr.heading {
    text-align: center;
    border: 1px solid #87908F;
}
#assignBlocksToSidebars input {
    padding: 2px 0;
}
#assignBlocksToSidebars td.centerButton {
    vertical-align: middle !important;
}

#setup .options {
    margin-top: 2em;
}
#setup .pkp_controllers_grid table {
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
    border: 1px solid #87908F;
}
#setup .pkp_controllers_grid table th, #setup .pkp_controllers_grid table tr.heading, #setup .pkp_controllers_grid table td {
    border-right: 1px solid #D1D3D5;
    border-bottom: 1px solid #D1D3D5;
    border-left-width: 0;
    border-top-width: 0;
}
#setup .pkp_controllers_grid table th:last-child, #setup .pkp_controllers_grid table tr.heading:last-child, #setup .pkp_controllers_grid table td:last-child {
    border-right-width: 0;
}
#setup .pkp_controllers_grid table th.last, #setup .pkp_controllers_grid table tr.last.heading, #setup .pkp_controllers_grid table td.last {
    border-right-width: 0;
}
#setup .pkp_controllers_grid table tbody tr:last-child th, #setup .pkp_controllers_grid table tbody tr:last-child tr.heading, #setup .pkp_controllers_grid table tbody tr:last-child td, #setup .pkp_controllers_grid table tfoot tr:last-child th, #setup .pkp_controllers_grid table tfoot tr:last-child tr.heading, #setup .pkp_controllers_grid table tfoot tr:last-child td {
    border-bottom-width: 0;
}
#setup .pkp_controllers_grid table tbody tr.last th, #setup .pkp_controllers_grid table tbody tr.last tr.heading, #setup .pkp_controllers_grid table tbody tr.last td, #setup .pkp_controllers_grid table tfoot tr.last th, #setup .pkp_controllers_grid table tfoot tr.last tr.heading, #setup .pkp_controllers_grid table tfoot tr.last td {
    border-bottom-width: 0;
}
#setup .pkp_controllers_grid table thead th, #setup .pkp_controllers_grid table thead tr.heading {
    border-bottom: 1px solid #87908F;
}
#setup .pkp_controllers_grid table tfoot th, #setup .pkp_controllers_grid table tfoot tr.heading, #setup .pkp_controllers_grid table tfoot td {
    border-top: 1px solid #87908F;
}
#setup .pkp_controllers_grid table th:first-child, #setup .pkp_controllers_grid table tr.heading:first-child {
    border-right: 1px solid #87908F;
}

td form {
    margin: 0;
}

.refbacks .menu {
    margin: 1em 0;
}

.endseparator {
    display: none;
}

.composite-ui {
    font-size: 0.875em;
    line-height: 1.71429em;
}
.composite-ui div.pane div.help-message {
    margin: 10px;
    padding: 0;
}
.composite-ui div.two-pane table.pane_header {
    margin-top: 0;
}

.composite-ui > .ui-tabs ul.main-tabs a {
    font-size: 1.25em;
}

.pkp_controllers_grid h3 {
    background-color: initial;
}

/* Author Submission Pages */
.steplist {
    padding: 0;
}
.steplist li {
    list-style-type: none;
}

.pseudoMenu .current, #sidebar .block .current, #sidebarUser .current {
    background-color: #D1D3D5;
}

/* Plugin Management */
#plugins a.action {
    display: inline-block;
}
#plugins a.action:before {
    content: initial;
}

.pluginList ul {
    padding: 0;
    margin: .5em 0;
}
.pluginList ul li {
    list-style-type: none;
    padding: 10px 0 5px 5px;
    border-bottom: 1px solid #D1D3D5;
}
.pluginList ul li p:before {
    content: '\00BB';
    padding-right: 5px;
}

/* PopUp Windows  */
.popup #header {
    margin: .5em 0;
    min-height: initial;
    color: white;
    text-align: right;
    font-size: 0.875em;
    line-height: 1.71429em;
}
.popup #header #headerTitle {
    padding: 0;
}
.popup #body {
    width: 100%;
    padding: 2em;
    margin-top: 0;
}
.popup #main {
    width: 100%;
}
.popup #main h3 {
    background-color: initial;
    font-weight: 400;
    padding: 0;
}
.popup table {
    margin-top: 0;
}

/* Comment Windows */
#articleComments table {
    border: 1px solid #D1D3D5;
}
#articleComments table thead th, #articleComments table thead tr.heading {
    border-bottom: 1px solid #D1D3D5;
}
#articleComments table tfoot th, #articleComments table tfoot tr.heading, #articleComments table tfoot td {
    border-top: 1px solid #D1D3D5;
}
#articleComments table th:first-child, #articleComments table tr.heading:first-child {
    border-right: 1px solid #D1D3D5;
}
#articleComments table th, #articleComments table tr.heading, #articleComments table td {
    border-right: 1px solid #D1D3D5;
    border-bottom: 1px solid #D1D3D5;
    border-left-width: 0;
    border-top-width: 0;
}
#articleComments table th:last-child, #articleComments table tr.heading:last-child, #articleComments table td:last-child {
    border-right-width: 0;
}
#articleComments table th.last, #articleComments table tr.last.heading, #articleComments table td.last {
    border-right-width: 0;
}
#articleComments table tbody tr:last-child th, #articleComments table tbody tr:last-child tr.heading, #articleComments table tbody tr:last-child td, #articleComments table tfoot tr:last-child th, #articleComments table tfoot tr:last-child tr.heading, #articleComments table tfoot tr:last-child td {
    border-bottom-width: 0;
}
#articleComments table tbody tr.last th, #articleComments table tbody tr.last tr.heading, #articleComments table tbody tr.last td, #articleComments table tfoot tr.last th, #articleComments table tfoot tr.last tr.heading, #articleComments table tfoot tr.last td {
    border-bottom-width: 0;
}
#articleComments table .commentNote {
    font-weight: 700;
}
#articleComments table .comments {
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
}

.commentTitle {
    text-decoration: underline;
    font-size: 1.0625em;
    line-height: 1.41176em;
}

/* User */
.fancyList ul, #signinForm ul {
    padding: 0;
    margin: .5em 0;
}
.fancyList ul li, #signinForm ul li {
    list-style-type: none;
    padding: 10px 0 5px 5px;
    border-bottom: 1px solid #D1D3D5;
}
.fancyList ul li:before, #signinForm ul li:before {
    content: '\00BB';
    padding-right: 5px;
}

#interests .ui-widget-content.ui-autocomplete-input {
    width: 99%;
}

.tagit-close .ui-icon.ui-icon-close {
    display: none;
}

/* Estilos de la pantalla principal de la revista
============================ */
#listadoLetras{
    margin-bottom: 20px;
}

.revistasContenedor {
    display: inline-block;
    width: 100%;
    color: #3f3f3f;
}

.columnaRevista {
    width: 100%;
    text-align: justify;
    margin-bottom: 40px;
    clear: both;
}

.columnaRevista:nth-child(3n+1){
    clear:left
}

.columnaRevista h3 {
    padding: 10px;
}

.columnaRevista {
    font-size: 13px !important;
}

.journalListPageInfo {
    display: block;
}

.homeRevistasLinks {
    margin: 10px 0;
}

.homeRevistasLinks a {
    border: none;
    background-color: #00b2c0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0;
    margin-right: 15px;
}

.homeRevistasLinks a:hover, .homeRevistasLinks a:visited {
    background-color: #00b2c0;
    color: #fff;
}

.imagenListadoRevista {
    width: 18%;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}

.descripcionListadoRevista {
    width: 80%;
    float: left;
    margin-bottom: 40px;    
}

.descripcionListadoRevista h3 {
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
    background-color: transparent;
    border-bottom: 2px solid #ddd;
}

.img-revista-home {
    width: 100%;
}
#content #container5{
	clear: both;
    display: block;
    float: left;
    margin-left: 5;
    width: 50%;	
	}
#content #container6{
	clear: none;
    display: block;
    float: left;
    margin-left: 0;
    width: 50%;
	
	}
#bymonthandyear{
	max-width: 1024px;
	width: 100%;
	height:auto;
	
	}

/* Mobile 
============================ */  


@media (min-width: 768px) and (max-width: 1199px) {
/* top menú
============================= */
#topMenu {
	background: transparent;   
	height: auto;
	color: #fff;
    font-size: 90%;
    line-height: 1.33333em;
}
#topMenu a, #topMenu a:hover {
    color: #fff;
}

#topMenuNav a:hover{
    text-decoration: none;
	color:#CCC;
    
}

#topMenuContainer {
	clear:both;
	display:block;
	width:100%;
/*	max-width: 1024px;
*/	min-height:180px;    
	padding: 0px;
    margin: 0 auto;
	background: url(http://132.248.242.188/ib/plugins/themes/mpg/img/back_head.png) repeat-x top center #6b4e2b;
}

/*#topMenuContainer img{
	
	width:80%;
}
*/
#logos{
    clear:both;
	display:block;
	float:left;
	width:100%;
	max-width:999px;
	margin-left: 0%;
	padding:0;
		}
#topMenuContainer #logos #logotitulo{
	clear:none;
	float:left;
	display:block;
	margin-left:10%;
	margin-top:0;
	width:auto;
	}
#topMenuContainer #logos #logotitulo img{
	width:auto;
	}
#zone_logos {
	width: 15%;
	float:right;
	clear:none;
	display:block;
	
	}
#topMenuContainer #logos #zone_logos #logounam{
	clear:both;
	float:right;
	display:block;
	margin-right:0%;
	margin-top:8%;
	width:auto;
	}
#topMenuContainer #logos #zone_logos #logounam img{
	
	width:60%;
	}
#topMenuContainer #logos #zone_logos #logoiibi{
	
	clear:both;
	float:right;
	display:block;
	margin-right:0;
	width:auto;
	margin-top:0%;
	
	}
#topMenuContainer #logos #zone_logos #logoiibi img{
	
	width:60%;
	}
#topMenuContainer #forma{
	clear:none;
	float:right;
	display:block;
	margin-right:2%;
	margin-top:1%;
	width:30%;
	text-align:right;
	}
#topMenuContainer #forma #sesion{
	clear:both;
	float:right;
	display:block;
	margin:0 0 10% 0;
	width:90%;
	}

#topMenuContainer #forma #sesion a{
	padding-right: 6px;
	color:#324ca3;
	}
#topMenuContainer #forma #sesion a:hover{
	padding-right: 6px;
	color:#41939e;
	}
#topMenuContainer #forma #idioma{
	clear:both;
	float:right;
	display:block;
	margin:5% 0;
	width:90%;
	}
#topMenuContainer #forma #idioma #Esp{
	clear:none;
	display: inline-block;
	text-align:right;
	margin-right:1%;
	width:15%;
	}
#topMenuContainer #forma #idioma #Esp,#Eng img{
	
	width:auto;
	}
#topMenuContainer #forma #idioma #Eng{
	clear:none;
	float:right;
	display:block;
	margin-right:0;
	width:15%;
	}
#topMenuContainer #forma #buscador{
	clear:both;
	float:right;
	display:block;
	margin-right:0;
	width:100%;
	}

.topMenuNav, .topMenuNav li {
    display: inline-block;
}

.topMenuNav li a {
    padding: 8px 12px;
    margin-right: 10px;
}

.topMenuNav {
    padding-top: 28px;
    padding-right: 50px;
}

    /* Changes:
    - Collapse Top Menu
    */
    #fullNav {
        display: none;
    }

    .navicon, .topMenuNav {
        display: none;
    }
    a.navicon {
        display: inline-block;
        float: right;
        height: 20px;
        width: 34px;
        margin: 18px 30px;
        border-top: 12px double #999;
        border-bottom: 4px solid #999;
        font-size: 0;
        text-align: right;
    }
    
    #mobileNav, #toggle-bar {
        display: block;
    }
    nav {
        padding: 0;
    }
    #navbar {
        padding: 0;
        height: 3px;
    }
    #mobileNav .menu {
        display: none;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    #mobileNav .menu li {
        clear: both;
        display: block;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
        margin: 2px 0;
        padding: 6px 0 6px 38px;
    }
    #mobileNav .menu li:last-child {
        border: none;
    }
    #mobileNav .menu li a {
        display: block;
		text-decoration: none;
		color: #595757;
		font-weight: 600;
		}
    #mobileNav .menu li a:visited {
		color: #595757;
    }
    #mobileNav .menu li a:focus {
        color: #81623e;
    }
    #mobileNav .menu li a:hover {
		color: #81623e;
		text-decoration: none;
    }
    #mobileNav .menu li a:active {
        color: #81623e;
    }
    #mobileNav .menu li #searchbar {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
    }
		/*menu_dos a la derecha*/
	
	/*Menú 2 del menú principal*/
	ul.navMenu_2{
		float: left;
		margin-right: 0px;
		width:100%;
	}
	ul.navMenu_2 hr{
		margin:0 auto;
		width:90%;
		
	}
	ul.navMenu_2 li {
		border-right: none;
		letter-spacing: .05em;
		display: block;
		clear: both;
		margin: 2px 0;
		padding: 6px 0px 6px 38px;
	}
	
	ul.navMenu_2 li:last-child {
		border: none;
		text-transform: uppercase;
		font-weight:bold;
	}
	
	ul.navMenu .menu_dos {
		margin-right:0px;
	}
	
	
	.menu_dos li {
		list-style-image: none;
		list-style-type: none;
		margin-right: 0;
		white-space: nowrap;
		float: left;
		padding-right:1em;
	}

	
	
	#banner{
	margin:2% auto;
	width:80%;}   
	
	#body {
        padding: 0 4%;
    }

    #main img {
        max-width: 350px;
        height: auto;
    }

    .redesSociales {
        display: block;
        float: none;
        text-align: center;
    }

    .columnaRevista{
        width: 97%;
        float: none;
        margin: 0 3%;
        min-height: 100px;
    }

/* Inicio de revista
============================ */
.issueTitle {
    margin-top: 0;
}

#descripcionHomeRevista {
	float: left;
	clear: both;
	display: block;
	width: 47%;
	height: auto;
	margin: 0 0 3% 3%;
	padding: 3%;
	border-right: 1px solid #9a7b55;
}
#descripcionHomeRevista #issueCoverImage {
    width:100%
}

#descripcionHomeRevista #issueCoverImage a img{
    width: 60%;
	height:60%;
}
#content #issues #issue-anterior {
    clear: none;
	display: block;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	margin-bottom: 2%;
	width: 30%;
}
#issues #issue-anterior .list .issueCoverImage img {
    width: 80%;
    border: 1px solid #D1D3D5;
}
#issues .list .issueCoverImage img {
    width: auto;
    border: 1px solid #D1D3D5;
}

#imagenHome img {
    width: 194px;
    height: 288px;
}
#content #issues h1, #content #issues h3 {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.14286em;
    padding-left: 0;
	color:#81623e;
}


#contenidoHomeRevista {
	
	float: left;
    clear: none;
    display: block;
    margin-left: 0%;
    margin-bottom: 3%;
    text-align: justify;
    width: 47%;
    height: auto;
    padding: 3%;
}

#contenidoHomeRevista p{
    line-height: 20px;
	font-size:100%;

}

#indice_numActual{
	width:auto;
	height:450px;
	margin-top:4%;
	padding:1% 2% 1% 1%;
	overflow-y:scroll;
	
	}

#datosDescripcionRevista {
	clear:none;
	display:block;
	float:left;
	width:100%;
    text-align: justify;
	font-size:100%;
}

#datosDescripcionRevista div {
    padding: 5px 10px;
    background-color: #FFF;
    margin-bottom: 15px;
}

#datosDescripcionRevista p, #datosDescripcionRevista div {
    line-height: 1.4em !important;
    font-size: 100%;
}

#contenidoHomeRevista .tocSectionTitle {
    padding: 1% 2%;
    width: 100%;
	background:none;
	font-weight:bold;
	color:#014d9b;
}

#contenidoHomeRevista .tocArticle {
    width: 100%;
}
#art_consulta{
	background:none;
	font-weight: normal;
	color:#014d9b;
	padding:4px 0px 4px 6px;
	border-bottom: 1px solid #2f4da3;
    border-top: 1px solid #2f4da3;
	
	}
#masdescargados{
	float:left;
	clear:both;
	display:block;
	width:100%;
	margin:3% auto;
	padding:1%;
	border:1px solid #cccacb;
	
	}

/* Announcements */
#seccionAnuncios {
    display: block;
    clear: both;
}
    /* Changes for Mobile:
    - Collapse sidebar using javascript
    - Main div spans full width
    */
    #main {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }

/*    #main img {
        max-width: 250px;
        height: auto;
    }
*/
	#imagenHome {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	} 
/*	#imagenHome img {
    width: 90%;
    height: auto;
    text-align: center;
}   
*/	#rightSidebar {
        width: 100%;
        float: right;
        margin-top: 30px;
    }

    #pdfObject, #pdfCanvasContainer iframe {
        min-height: 400px !important;
    }

    #standardFooter a img {
  		max-width: 100%;
    	width: 40px; 
		}

/*    #issues .list .issueCoverImage, #issues .list .issueDescriptionImage {
        max-width: 100%;
    }
*/    
    #textoDescripcion {
        display: none;
    }
	#content img{
	width:23%;
	height:auto;
	}
#imagenHome img {
    width: 80%;
    height: auto;
	text-align:center;
	margin: 4% 0;
}

/*Herramientas de lectura y autor dentro de los artículos*/
#herramientas_lectura{
	float:left;
	clear:none;
	display:block;
	width:45%;
	height:auto;
	margin:3% 0% 1% 0%;
	}
#herramientas_autor{
	float:left;
	clear:none;
	display:block;
	width:45%;
	height:auto;
	margin:3% 4% 1% 4%;
	}
#herramientas_autor #varios_Autores{
	width:100%;
	height:260px;
	padding:1%;
	overflow-y: auto;
	overflow-x: hidden;
	margin:0;
	}
	/*Aquí inicia las cajas inferiores, antes del footer*/
/*Estilos de bloques inferiores en front*/
#cajas_pie{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	height:auto;
	padding: 2%;
	}

#container #body #cajas_pie form{
    padding: 0px;
	margin: 0px;
}



#link_busqueda,#link_idioma,#link_login{
	clear: none;
	display:block;
	float:left;
	margin:5% 5%;
	width:40%;
	height:230px;
	background:#949393;
	padding:0;
	}
#link_busqueda{
	
	margin-left:5%;
	}
	
#link_busqueda,#link_idioma{
	border: 1px thin #6e6358; 
	}
	/*Estilos exclusivos de Índices*/
#link_indices{
	clear:none;
	display:block;
	float:left;
	margin:5% 5%;
	width:40%;
	height:230px;
	padding:0;
	background:#FFF;
	border: 1px solid #6e6358; 
	}
#link_indices a img{
	clear:none;
	display:block;
	float:none;
	margin:0 auto;
	width:90%;
	height:auto;
	}
#link_indices ul{
	margin:0;
	padding:0;
	}
#link_indices ul li{
	clear:none;
	display:inline;
	float:left;
	margin:1% 0 1% 3%;
	width:45%;
	height:auto;
	}
	
/*Estilos para caja Búsqueda*/
#container #body #cajas_pie #link_busqueda form input{
    padding: 2px;
	background:#d1d1d1;
	border: none;
	width: 100%;
    /*! color: #FFF; */
    /*! box-shadow: none; */
}
#container #body #cajas_pie #link_busqueda form input.button{
    text-align:center;
	width: 50%;
	cursor:pointer;
}
#container #body #cajas_pie form #link_busqueda form label{
    text-transform: uppercase;
}
#container #body #cajas_pie form #link_busqueda form label.searchField select.searchField {
    width: 100%;
    background: #CCC;
    border: none;
}
#container #body #cajas_pie form table td.boton_buscar{
    text-align:center;
	padding:.5em;
}

#container #body #cajas_pie form table td .selectMenu{
	font-size: 0.875em;
	line-height: 1.71429em;
	width: 100%;
	background: #d1d1d1;
	border: 0;
	padding: .5em 0;
	
	}
#container #body #cajas_pie form table#simpleSearchInput{
    padding: 0px;
	margin: 5px 0;
}
/*Terminan estilos de búsqueda*/	
	
/*Termina estilos para índices*/

#link_busqueda .blockTitle,#link_idioma .blockTitle,#link_login .blockTitle, #link_indices .blockTitle{
	
	background:#6e6358;
	color: #FFF; 
	text-align:center;
	font-family:"Open Sans"; 
	padding:2%;
	font-size:1.1em;
	}
#link_busqueda .box_content,#link_idioma .box_content,#link_login .box_content{
	
	background:transparent;
	color: #FFF; 
	text-align:left;
	font-family:"Open Sans"; 
	padding:0px;
	width:90%;
	margin:0 auto;
	overflow:hidden;
	
	}
	
#link_indices .box_content{
	
	background:transparent;
	color: #FFF; 
	text-align:left;
	font-family:"Open Sans"; 
	padding:0px;
	width:90%;
    height: 180px;
	margin:0 auto;
    overflow-y: scroll;
	}

/*Estilos exclusivos para Idiomas*/
#link_idioma .box_content #Esp, #link_idioma .box_content #Eng, #link_idioma .box_content #Por{
	width:90%;
	height:auto;
	background:#d1d1d1;
	color: #333; 
	font-family:"Open Sans"; 
	padding: 0 5%;
	margin: 8% auto;
	vertical-align:middle;
	}

#link_idioma .box_content #Esp label{
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
	padding: 0 30% 0 10%
	}
#link_idioma .box_content #Eng label{
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
	padding: 0 32% 0 10%
	}
#link_idioma .box_content #Por label{
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
	padding: 0 22% 0 10%
	}

#link_idioma .box_content #Esp input,#link_idioma .box_content #Eng input,#link_idioma .box_content #Por input{
	padding:0;
	margin:0;
	vertical-align:middle;
	
	}
	
/*Finalizan estilos para idiomas*/

/*Estilos para Login*/
#link_login .box_content a:link{ 
	color: #81623e;
	text-decoration:none;
	font-weight:600;
	display: inline-block;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
	}	
#link_login .box_content a:hover{ 
	color: #333;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
	text-shadow: 1px 1px 3px #fff;
	  	}
#link_login .box_content a:hover:visited{ 
	color: #333;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
	text-shadow: 1px 1px 3px #fff;
	}

#link_login .box_content a:visited {
    color: #81623e;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
}
#link_login .box_content a:active{ 
    color: #333;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;

	}	
	
	
/*Finalizan estilos para login*/


#pageFooter2 {
    clear: both;
    padding-top: 0;
    padding-bottom: 1%;
    width: 100%;
    max-height: none;
    max-width: 1024px;
    margin: 0 auto;
    color: #333;
    background: url(http://132.248.242.188/ib/plugins/themes/mpg/img/back_footer.png) repeat-x center bottom #c0b199;
}

}


 @media  (min-width: 1024px){

#topMenuContainer {
	clear:both;
	display:block;
	width:100%;
/*	max-width: 1024px;
*/	min-height:180px;    
	padding: 0px;
    margin: 0 auto;
	background: url(http://132.248.242.188/ib/plugins/themes/mpg/img/back_head.png) repeat-x top center #6b4e2b;
}


#logos {
    clear: both;
    display: block;
    float: none;
	overflow:hidden;
    margin: 0 auto;
    max-width: 999px;
    padding: 0;
    width: 100%;
}
#topMenuContainer #forma {
    clear: none;
    display: block;
    float: right;
    margin-right: 2%;
    margin-top: 3%;
    text-align: right;
    width: 26%;
}

#content #issues #issue-anterior {
    clear: none;
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 1%;
	margin-bottom: 2%;
	width: 19%;
}
#issues .list .issueCoverImage {
    display: inline-block;
    max-width: 90%;
}
#issues .list .issueCoverImage img {
	width:95%;
    border: none;
}
#content #issues h1, #content #issues h3 {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.14286em;
    padding-left: 0;
	color:#81623e;
}
#content img{
	width:auto;
	height:auto;
	}
#imagenHome img {
    width: 60%;
    height: auto;
	text-align:center;
	margin: 4% 0;
}
/*Herramientas de lectura y autor dentro de los artículos*/
#herramientas_lectura{
	float:left;
	clear:none;
	display:block;
	width:45%;
	height:auto;
	margin-left:2%;
	}
#herramientas_autor{
	float:left;
	clear:none;
	display:block;
	width:45%;
	height:auto;
	margin-left:2%;
	}
#herramientas_autor #varios_Autores{
	width:100%;
	height:250px;
	padding:1%;
	overflow-y: auto;
	overflow-x: hidden;
	margin:0;
	}

/*Estilos de bloques inferiores en front*/
#cajas_pie{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	height:auto;
	padding: 2%;
	}

#container #body #cajas_pie form{
    padding: 0px;
	margin: 0px;
}



#link_busqueda,#link_idioma,#link_login{
	clear:none;
	display:block;
	float:left;
	margin:5% 1%;
	width:23%;
	height:200px;
	background:#949393;
	padding:0;
	}
#link_busqueda{
	
	margin-left:1%;
	}
	
#link_busqueda,#link_idioma{
	border: 1px thin #6e6358; 
	}
	/*Estilos exclusivos de Índices*/
#link_indices{
	clear:none;
	display:block;
	float:left;
	margin:5% 1%;
	width:23%;
	height:200px;
	padding:0;
	background:#FFF;
	border: 1px solid #6e6358; 
	}
#link_indices a img{
	clear:none;
	display:block;
	float:none;
	margin:0 auto;
	width:90%;
	height:auto;
	}
#link_indices ul{
	margin:0;
	padding:0;
	}
#link_indices ul li{
	clear:none;
	display:inline;
	float:left;
	margin:1.5% 0 1.5% 3%;
	width:45%;
	height:auto;
	}
	
/*Estilos para caja Búsqueda*/
#container #body #cajas_pie #link_busqueda form input{
    padding: 2px;
	background:#d1d1d1;
	border: none;
	width: 100%;
    /*! color: #FFF; */
    /*! box-shadow: none; */
}
#container #body #cajas_pie #link_busqueda form input.button{
    text-align:center;
	width: 50%;
	cursor:pointer;
}
#container #body #cajas_pie form #link_busqueda form label{
    text-transform: uppercase;
}
#container #body #cajas_pie form #link_busqueda form label.searchField select.searchField {
    width: 100%;
    background: #CCC;
    border: none;
}
#container #body #cajas_pie form table td.boton_buscar{
    text-align:center;
	padding:.5em;
}

#container #body #cajas_pie form table td .selectMenu{
	font-size: 0.875em;
	line-height: 1.71429em;
	width: 100%;
	background: #d1d1d1;
	border: 0;
	padding: .5em 0;
	
	}
#container #body #cajas_pie form table#simpleSearchInput{
    padding: 0px;
	margin: 5px 0;
}
/*Terminan estilos de búsqueda*/	
	
/*Termina estilos para índices*/

#link_busqueda .blockTitle,#link_idioma .blockTitle,#link_login .blockTitle, #link_indices .blockTitle{
	
	background:#6e6358;
	color: #FFF; 
	text-align:center;
	font-family:"Open Sans"; 
	padding:2%;
	font-size:1.1em;
	}
#link_busqueda .box_content,#link_idioma .box_content,#link_login .box_content{
	
	background:transparent;
	color: #FFF; 
	text-align:left;
	font-family:"Open Sans"; 
	padding:0px;
	width:90%;
	margin:0 auto;
	overflow:hidden;
	
	}
	
#link_indices .box_content{
	
	background:transparent;
	color: #FFF; 
	text-align:left;
	font-family:"Open Sans"; 
	padding:0px;
	width:90%;
    height: 160px;
	margin:0 auto;
    overflow-y: scroll;
	}

/*Estilos exclusivos para Idiomas*/
#link_idioma .box_content #Esp, #link_idioma .box_content #Eng, #link_idioma .box_content #Por{
	width:90%;
	height:auto;
	background:#d1d1d1;
	color: #333; 
	font-family:"Open Sans"; 
	padding: 0 5%;
	margin: 8% auto;
	vertical-align:middle;
	}

#link_idioma .box_content #Esp label{
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
	padding: 0 30% 0 10%
	}
#link_idioma .box_content #Eng label{
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
	padding: 0 32% 0 10%
	}
#link_idioma .box_content #Por label{
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
	padding: 0 22% 0 10%
	}

#link_idioma .box_content #Esp input,#link_idioma .box_content #Eng input,#link_idioma .box_content #Por input{
	padding:0;
	margin:0;
	vertical-align:middle;
	
	}
	
/*Finalizan estilos para idiomas*/

/*Estilos para Login*/

#link_login .box_content a:link{ 
	color: #81623e;
	text-decoration:none;
	font-weight:600;
	display: inline-block;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
	}	
#link_login .box_content a:hover{ 
	color: #333;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
	text-shadow: 1px 1px 3px #fff;
	  	}
#link_login .box_content a:hover:visited{ 
	color: #333;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
	text-shadow: 1px 1px 3px #fff;
	}

#link_login .box_content a:visited {
    color: #81623e;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
}
#link_login .box_content a:active{ 
    color: #333;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;

	}	
	
/*Finalizan estilos para login*/

}

/*@media screen and (max-width: 600px)*/

@media (max-width: 767px) {  
   
#topMenu {
	background: #cccacb;   
	height: auto;
	color: #fff;
    font-size: 90%;
    line-height: 1.33333em;
}
#topMenu a, #topMenu a:hover {
    color: #fff;
}

#topMenuNav a:hover{
    text-decoration: none;
	color:#CCC;
    
}

#topMenuContainer {
	clear:both;
	display:block;
	width:100%;
/*	max-width: 767px;
*/	min-height:180px;    
	padding:0px;
    margin: 0 auto;
	background: url(http://132.248.242.188/ib/plugins/themes/mpg/img/back_head.png) repeat-x top center #6b4e2b;
}

#topMenuContainer img{
	
	width:80%;
}
#logos{
    clear:both;
	display:block;
	float:none;
	width:90%;
	min-width:500px;
	margin: 0 auto;
	padding:2% 0 0 0;
	
		}
#topMenuContainer #logos #logotitulo{
	clear:none;
	float:left;
	display:block;
	margin-left:0%;
	margin-top:0;
	width:75%;
	}
#topMenuContainer #logos #logotitulo img{
	width:100%;
	}

#zone_logos {
	width: 20%;
	float:right;
	clear:none;
	display:block;
	margin-top:0;
	margin-right:0;
	
	}
#topMenuContainer #logos #zone_logos #logounam{
	clear:both;
	float:right;
	display:block;
	margin-right:0;
	width:auto;
	}
#topMenuContainer #logos #zone_logos #logounam img{
	
	width:60%;
	}
#topMenuContainer #logos #zone_logos #logoiibi{
	
	clear:both;
	float:right;
	display:block;
	margin-left:0;
	width:auto;
	margin-top:0;
	
	}
#topMenuContainer #logos #zone_logos #logoiibi img{
	
	width:60%;
	}
#topMenuContainer #forma{
	clear:none;
	float:right;
	display:block;
	margin:0% 5%;
	width:90%;
	text-align:right;
	}
#topMenuContainer #forma #sesion{
	clear:both;
	float:left;
	display:block;
	margin:0 0 10% 5%;
	width:25%;
	text-align:left;
	}

#topMenuContainer #forma #sesion a{
	padding-right: 6px;
	color:#324ca3;
	}
#topMenuContainer #forma #sesion a:hover{
	padding-right: 6px;
	color:#41939e;
	}
#topMenuContainer #forma #idioma{
	clear:none;
	float:right;
	display:block;
	margin-right:2%;
	margin:0 4% 0 0;
	width:20%;
	}
#topMenuContainer #forma #idioma #Esp{
	clear:none;
	display: inline-block;
	text-align:right;
	margin-right:1%;
	width:15%;
	}
#topMenuContainer #forma #idioma #Esp,#Eng img{
	
	width:auto;
	}
#topMenuContainer #forma #idioma #Eng{
	clear:none;
	float:right;
	display:block;
	margin-right:0;
	width:15%;
	}
#topMenuContainer #forma #buscador{
	clear:none;
	float:left;
	display:block;
	margin-left:0;
	width:40%;
	}

#topMenuContainer #forma #buscador form{
	margin-top:0;
	}

.topMenuNav, .topMenuNav li {
    display: inline-block;
}

.topMenuNav li a {
    padding: 8px 12px;
    margin-right: 10px;
}

.topMenuNav {
    padding-top: 28px;
    padding-right: 50px;
}

   
   /**/
    a.action {
        display: inline-block;
        width: 100%;
    }

    .homeRevistasLinks a.action {
        width: auto;
        margin-bottom: 10px;
    }
	
/**/
/*Menú responsivo*/
    /* Changes:
    - Collapse Top Menu
    */
    #fullNav {
        display: none;
    }

    .navicon, .topMenuNav {
        display: none;
    }
    a.navicon {
        display: inline-block;
        float: right;
        height: 20px;
        width: 34px;
        margin: 18px 30px;
        border-top: 12px double #999;
        border-bottom: 4px solid #999;
        font-size: 0;
        text-align: right;
    }
    
    #mobileNav, #toggle-bar {
        display: block;
    }
    nav {
        padding: 0;
    }
    #navbar {
        padding: 0;
        height: 3px;
		text-transform: uppercase;
    }
    #mobileNav .menu {
        display: none;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    #mobileNav .menu li {
        clear: both;
        display: block;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
        margin: 2px 0;
        padding: 6px 0 6px 38px;
    }
    #mobileNav .menu li:last-child {
        border: none;
    }
    #mobileNav .menu li a {
        display: block;
		text-decoration: none;
		color: #595757;
		font-weight: 600;
		}
    #mobileNav .menu li a:visited {
		color: #595757;
    }
    #mobileNav .menu li a:focus {
        color: #81623e;
    }
    #mobileNav .menu li a:hover {
		color: #81623e;
		text-decoration: none;
    }
    #mobileNav .menu li a:active {
        color: #81623e;
    }
    #mobileNav .menu li #searchbar {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
    }
	
	/*menu_dos a la derecha*/
	
	/*Menú 2 del menú principal*/
	ul.navMenu_2{
		float: left;
		margin-right: 0px;
		width:100%;
	}
	ul.navMenu_2 hr{
		margin:0 auto;
		width:90%;
		
	}
	ul.navMenu_2 li {
		border-right: none;
		letter-spacing: .05em;
		display: block;
		clear: both;
		margin: 2px 0;
		padding: 6px 0px 6px 38px;
	}
	
	ul.navMenu_2 li:last-child {
		border: none;
		text-transform: uppercase;
		font-weight:bold;
	}
	
	ul.navMenu .menu_dos {
		margin-right:0px;
	}
	
	
	.menu_dos li {
		list-style-image: none;
		list-style-type: none;
		margin-right: 0;
		white-space: nowrap;
		float: left;
		padding-right:1em;
	}

	#body {
    overflow: hidden;
    max-width: 1024px;
    width: 100%;
    height: auto;
    margin: 0em auto 1.5em auto;
    padding: 5% 3%;
}
#descripcionHomeRevista {
    float: left;
	clear:both;
	display:block;
    width: 100%;
	height:auto;
	margin: 0 0 3% 0;
    padding: 3%;
	border-right: none;
}
#descripcionHomeRevista h2, #contenidoHomeRevista h2{
    font-size:1.4em;
	color: #81623E;
    text-transform: uppercase;
    font-weight: 600;
	padding: .3em 0;
	border-bottom:1px solid #9a7b55;
	
}

#descripcionHomeRevista #issueCoverImage {
    width:100%
}

#descripcionHomeRevista #issueCoverImage a img{
    width: 60%;
	height:60%;
	float:left;
}

#imagenHome {
    width:auto;
	margin:0 auto;
	text-align:center;
}

#imagenHome img {
    width: 90%;
    height: auto;
	text-align:center;
	margin: 4% 0;

}
#contenidoHomeRevista {
    float: left;
	clear:none;
	display:block;
    text-align: justify;
    width:100%;
	height:auto;
	margin: 0 0 0% 0;
	padding: 0 3%;

}
#contenidoHomeRevista #issueCoverImage {
    width: 100%;
    text-align: center;
}
#contenidoHomeRevista #issueCoverImage a img {
    width: 30%;
    height: auto;
    margin: 4% 0;
}

#contenidoHomeRevista p{
    line-height: 20px;
	font-size:100%;

}

#contenidoHomeRevista #descripcion{
    width: 100%;
	margin: 5% 0;
	font-size: 100%;
	color: #666;
	font-weight: normal;
}
#indice_numActual{
	width:auto;
	height:450px;
	margin-top:4%;
	padding:1% 2% 1% 1%;
	overflow-y:scroll;
	
	}

#datosDescripcionRevista {
	clear:none;
	display:block;
	float:left;
	width:100%;
    text-align: justify;
	font-size:100%;
}

#datosDescripcionRevista div {
    padding: 5px 10px;
    background-color: #fff;
    margin-bottom: 15px;
}

#datosDescripcionRevista p, #datosDescripcionRevista div {
    line-height: 1.4em !important;
    font-size: 100%;
}

#contenidoHomeRevista .tocSectionTitle {
    padding: 1% 2%;
    width: 100%;
	background:none;
	font-weight:bold;
	color:#014d9b;
}

#contenidoHomeRevista .tocArticle {
    width: 100%;
}
 /**/  	
#content #issues #issue-anterior {
    clear: none;
	display: block;
	float: left;
	margin-left: 10%;
	margin-right: 3%;
	margin-bottom: 2%;
	width: 32%;
	text-align:center;
}

#issues #issue-anterior .list .issueCoverImage img {
    width: 100%;
    border: 1px solid #D1D3D5;
}
#issues #issue-anterior .list .issueDescriptionImage h4 {
    text-align:left;
}

#content .tocCoverImage a img{
	width: 40%;
	max-width: none;	
	}
#content #issues h1, #content #issues h3 {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.14286em;
    padding-left: 0;
	color:#81623e;
}
#content img{
	width:25%;
	height:auto;
	}
#imagenHome img {
    width: 80%;
    height: auto;
	text-align:center;
	margin: 4% 0 0% 0;
}

/*Herramientas de lectura y autor dentro de los artículos*/
#herramientas_lectura{
	float:none;
	clear:none;
	display:block;
	width:70%;
	height:auto;
	margin:6% auto;
	}
#herramientas_autor{
	float:none;
	clear:none;
	display:block;
	width:70%;
	height:auto;
	margin:6% auto 0 auto;
	}
#herramientas_autor #varios_Autores{
	width:100%;
	height:250px;
	padding:1%;
	overflow-y: auto;
	overflow-x: hidden;
	margin:0;
	}

/*Aquí inicia las cajas inferiores, antes del footer*/
/*Estilos de bloques inferiores en front*/
#cajas_pie{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	height:auto;
	padding: 2%;
	}

#container #body #cajas_pie form{
    padding: 0px;
	margin: 0px;
}



#link_busqueda,#link_idioma,#link_login{
	clear: none;
	display:block;
	float:left;
	margin:5% 5%;
	width:40%;
	height:200px;
	background:#949393;
	padding:0;
	}
#link_busqueda{
	
	margin-left:5%;
	}
	
#link_busqueda,#link_idioma{
	border: 1px thin #6e6358; 
	}
	/*Estilos exclusivos de Índices*/
#link_indices{
	clear:none;
	display:block;
	float:left;
	margin:5% 5%;
	width:40%;
	height:200px;
	padding:0;
	background:#FFF;
	border: 1px solid #6e6358; 
	}
#link_indices a img{
	clear:none;
	display:block;
	float:none;
	margin:0 auto;
	width:90%;
	height:auto;
	}
#link_indices ul{
	margin:0;
	padding:0;
	}
#link_indices ul li{
	clear:none;
	display:inline;
	float:left;
	margin:3% 0 3% 3%;
	width:45%;
	height:auto;
	}
	
/*Estilos para caja Búsqueda*/
#container #body #cajas_pie #link_busqueda form input{
    padding: 2px;
	background:#d1d1d1;
	border: none;
	width: 100%;
    /*! color: #FFF; */
    /*! box-shadow: none; */
}
#container #body #cajas_pie #link_busqueda form input.button{
    text-align:center;
	width: 50%;
	cursor:pointer;
}
#container #body #cajas_pie form #link_busqueda form label{
    text-transform: uppercase;
}
#container #body #cajas_pie form #link_busqueda form label.searchField select.searchField {
    width: 100%;
    background: #CCC;
    border: none;
}
#container #body #cajas_pie form table td.boton_buscar{
    text-align:center;
	padding:.5em;
}

#container #body #cajas_pie form table td .selectMenu{
	font-size: 0.875em;
	line-height: 1.71429em;
	width: 100%;
	background: #d1d1d1;
	border: 0;
	padding: .5em 0;
	
	}
#container #body #cajas_pie form table#simpleSearchInput{
    padding: 0px;
	margin: 5px 0;
}
/*Terminan estilos de búsqueda*/	
	
/*Termina estilos para índices*/

#link_busqueda .blockTitle,#link_idioma .blockTitle,#link_login .blockTitle, #link_indices .blockTitle{
	
	background:#6e6358;
	color: #FFF; 
	text-align:center;
	font-family:"Open Sans"; 
	padding:2%;
	font-size:1.1em;
	}
#link_busqueda .box_content,#link_idioma .box_content,#link_login .box_content{
	
	background:transparent;
	color: #FFF; 
	text-align:left;
	font-family:"Open Sans"; 
	padding:0px;
	width:90%;
	margin:0 auto;
	overflow:hidden;
	
	}
	
#link_indices .box_content{
	
	background:transparent;
	color: #FFF; 
	text-align:left;
	font-family:"Open Sans"; 
	padding:0px;
	width:90%;
    height: 150px;
	margin:0 auto;
    overflow-y: scroll;
	}

/*Estilos exclusivos para Idiomas*/
#link_idioma .box_content #Esp, #link_idioma .box_content #Eng, #link_idioma .box_content #Por{
	width:90%;
	height:auto;
	background:#d1d1d1;
	color: #333; 
	font-family:"Open Sans"; 
	padding: 0 5%;
	margin: 8% auto;
	vertical-align:middle;
	}

#link_idioma .box_content #Esp label{
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
	padding: 0 30% 0 10%
	}
#link_idioma .box_content #Eng label{
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
	padding: 0 32% 0 10%
	}
#link_idioma .box_content #Por label{
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
	padding: 0 22% 0 10%
	}

#link_idioma .box_content #Esp input,#link_idioma .box_content #Eng input,#link_idioma .box_content #Por input{
	padding:0;
	margin:0;
	vertical-align:middle;
	
	}
	
/*Finalizan estilos para idiomas*/

/*Estilos para Login*/
#link_login .box_content a:link{ 
	color: #81623e;
	text-decoration:none;
	font-weight:600;
	display: inline-block;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
	}	
#link_login .box_content a:hover{ 
	color: #333;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
	text-shadow: 1px 1px 3px #fff;
	  	}
#link_login .box_content a:hover:visited{ 
	color: #333;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
	text-shadow: 1px 1px 3px #fff;
	}

#link_login .box_content a:visited {
    color: #81623e;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
}
#link_login .box_content a:active{ 
    color: #333;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;

	}	
	
	
/*Finalizan estilos para login*/


#pageFooter2 {
    clear: both;
    padding-top: 0;
    padding-bottom: 1%;
    width: 100%;
    max-height: none;
    max-width: 1024px;
    margin: 0 auto;
    color: #333;
    background: url(http://132.248.242.188/ib/plugins/themes/mpg/img/back_footer.png) repeat-x center bottom #c0b199;
}
 
}
/*@media screen and (max-width: 400px)*/ 

@media (max-width: 480px) {
   
#topMenu {
	background: #cccacb;   
	height: auto;
	color: #fff;
    font-size: 90%;
    line-height: 1.33333em;
}
#topMenu a, #topMenu a:hover {
    color: #fff;
}

#topMenuNav a:hover{
    text-decoration: none;
	color:#CCC;
    
}

#topMenuContainer {
	clear:both;
	display:block;
	width:100%;
/*	max-width: 1024px;
*/	min-height:180px;    
	padding:0px;
    margin: 0 auto;
	background: url(http://132.248.242.188/ib/plugins/themes/mpg/img/back_head.png) repeat-x top center #6b4e2b;
}


#topMenuContainer img{
	
	width:80%;
}

#logos{
    clear:both;
	display:block;
	width:100%;
	min-width:300px;
	margin: 0 auto;
	
		}
#zone_logos {
	width: 90%;
	float:none;
	clear:both;
	display:block;
	margin:0 auto;
	
	}

#topMenuContainer #logos #zone_logos #logounam{
	clear:none;
	float:left;
	display:block;
	margin-top:0;
	margin-left:0;
	width:20%;
	}
#topMenuContainer #logos #zone_logos #logounam img{
	
	width:100%;
	}
#topMenuContainer #logos #zone_logos #logoiibi{
	clear:none;
	float:right;
	display:block;
	margin-right:0;
	width:20%;
	margin-top:0;
	
	}
#topMenuContainer #logos #zone_logos #logoiibi img{
	
	width:100%;
	}
#topMenuContainer #logos #logotitulo{
	clear:none;
	float:left;
	display:block;
	margin-left:0;
	margin-top:0%;
	width:100%;
	}
#topMenuContainer #logos #logotitulo img{
	width:100%;
	}
#topMenuContainer #forma{
	clear:none;
	float:right;
	display:block;
	margin:0% 5%;
	width:90%;
	text-align:right;
	}
#topMenuContainer #forma #sesion{
	clear:both;
	float:right;
	display:block;
	margin-right:0px;
	margin-bottom:5%;
	width:50%;
	}

#topMenuContainer #forma #sesion a{
	padding-right: 6px;
	color:#324ca3;
	}
#topMenuContainer #forma #sesion a:hover{
	padding-right: 6px;
	color:#41939e;
	}
#topMenuContainer #forma #idioma{
	clear:none;
	float:right;
	display:block;
	margin:0 5% 3% 0;
	width:30%;
	}
#topMenuContainer #forma #idioma #Esp{
	clear:none;
	display: inline-block;
	text-align:right;
	margin-right:1%;
	width:15%;
	}
#topMenuContainer #forma #idioma #Esp,#Eng img{
	
	width:auto;
	}
#topMenuContainer #forma #idioma #Eng{
	clear:none;
	float:right;
	display:block;
	margin-right:0;
	width:5% 0;
	}
#topMenuContainer #forma #buscador{
	clear:none;
	float:right;
	display:block;
	margin-right:0;
	width:100%;
	}

#topMenuContainer #forma #buscador form{
	margin-top:0;
	text-align:right
	}


.topMenuNav, .topMenuNav li {
    display: inline-block;
}

.topMenuNav li a {
    padding: 8px 12px;
    margin-right: 10px;
}

.topMenuNav {
    padding-top: 28px;
    padding-right: 50px;
}
/*Menú responsivo*/
    /* Changes:
    - Collapse Top Menu
    */
    #fullNav {
        display: none;
    }

    .navicon, .topMenuNav {
        display: none;
    }
    a.navicon {
        display: inline-block;
        float: right;
        height: 20px;
        width: 34px;
        margin: 18px 30px;
        border-top: 12px double #999;
        border-bottom: 4px solid #999;
        font-size: 0;
        text-align: right;
    }
    
    #mobileNav, #toggle-bar {
        display: block;
    }
    nav {
        padding: 0;
    }
    #navbar {
        padding: 0;
        height: 3px;
		text-transform: uppercase;
    }
    #mobileNav .menu {
        display: none;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    #mobileNav .menu li {
        clear: both;
        display: block;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
        margin: 2px 0;
        padding: 6px 0 6px 38px;
    }
    #mobileNav .menu li:last-child {
        border: none;
    }
    #mobileNav .menu li a {
        display: block;
		text-decoration: none;
		color: #595757;
		font-weight: 600;
		}
    #mobileNav .menu li a:visited {
		color: #595757;
    }
    #mobileNav .menu li a:focus {
        color: #81623e;
    }
    #mobileNav .menu li a:hover {
		color: #81623e;
		text-decoration: none;
    }
    #mobileNav .menu li a:active {
        color: #81623e;
    }
    #mobileNav .menu li #searchbar {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
    }
	
	/*menu_dos a la derecha*/
	
	/*Menú 2 del menú principal*/
	ul.navMenu_2{
		float: left;
		margin-right: 0px;
		width:100%;
	}
	ul.navMenu_2 hr{
		margin:0 auto;
		width:90%;
		
	}
	ul.navMenu_2 li {
		border-right: none;
		letter-spacing: .05em;
		display: block;
		clear: both;
		margin: 2px 0;
		padding: 6px 0px 6px 38px;
	}
	
	ul.navMenu_2 li:last-child {
		border: none;
		text-transform: uppercase;
		font-weight:bold;
	}
	
	ul.navMenu .menu_dos {
		margin-right:0px;
	}
	
	
	.menu_dos li {
		list-style-image: none;
		list-style-type: none;
		margin-right: 0;
		white-space: nowrap;
		float: left;
		padding-right:1em;
	}



	#body {
    overflow: hidden;
    max-width: 1024px;
    width: 100%;
    height: auto;
    margin: 0em auto 1.5em auto;
    padding: 5% 3%;
}


#descripcionHomeRevista {
    float: left;
	clear:both;
	display:block;
    width: 100%;
	height:auto;
	margin: 0 0 3% 0;
    padding: 3%;
	border-right: none;
}
#descripcionHomeRevista h2, #contenidoHomeRevista h2{
    font-size:1.4em;
	color: #81623E;
    text-transform: uppercase;
    font-weight: 600;
	padding: .3em 0;
	border-bottom:1px solid #9a7b55;
	
}

#descripcionHomeRevista #issueCoverImage {
    width:100%
}

#descripcionHomeRevista #issueCoverImage a img{
    width: 60%;
	height:60%;
	float:left;
}

#imagenHome {
    width:auto;
	margin:0 auto;
	text-align:center;
}

#imagenHome img {
    width: 90%;
    height: auto;
	text-align:center;
	margin: 4% 0;

}
#contenidoHomeRevista {
    float: left;
	clear:none;
	display:block;
    text-align: justify;
    width:100%;
	height:auto;
	margin: 0 0 3% 0;
	padding: 3%;

}
#contenidoHomeRevista #issueCoverImage {
    width: 100%;
    text-align: center;
}
#contenidoHomeRevista #issueCoverImage a img {
    width: 50%;
    height: auto
    margin: 4% 0;
}

#contenidoHomeRevista p{
    line-height: 20px;
	font-size:100%;

}

#contenidoHomeRevista #descripcion{
    width: 100%;
	margin: 5% 0;
	font-size: 100%;
	color: #666;
	font-weight: normal;
}
#indice_numActual{
	width:auto;
	height:450px;
	margin-top:4%;
	padding:1% 2% 1% 1%;
	overflow-y:scroll;
	
	}

#datosDescripcionRevista {
	clear:none;
	display:block;
	float:left;
	width:100%;
    text-align: justify;
	font-size:100%;
}

#datosDescripcionRevista div {
    padding: 5px 10px;
    background-color: #fff;
    margin-bottom: 15px;
}

#datosDescripcionRevista p, #datosDescripcionRevista div {
    line-height: 1.4em !important;
    font-size: 100%;
}

#contenidoHomeRevista .tocSectionTitle {
    padding: 1% 2%;
    width: 100%;
	background:none;
	font-weight:bold;
	color:#014d9b;
}

#contenidoHomeRevista .tocArticle {
    width: 100%;
}


#art_consulta{
	background:none;
	font-weight: normal;
	padding:4px 0px 4px 6px;
	border-bottom: 1px solid #2f4da3;
    border-top: 1px solid #2f4da3;
	
	}
#masdescargados{
	float:left;
	clear:both;
	display:block;
	width:100%;
	margin:3% auto;
	padding:1%;
	border:1px solid #cccacb;
	
	}
#tabMonth #chartEstadisticasMonth{
	width:80%;
	margin:0 auto;
	}
	
	#content #issues #issue-anterior {
    clear: none;
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 1%;
	margin-bottom: 2%;
	width: 100%;
	text-align:center;
}
#issues #issue-anterior .list .issueCoverImage img {
    width: 70%;
    border: 1px solid #D1D3D5;
}

#issues .list .issueCoverImage img {
    width: auto;
    border: 1px solid #D1D3D5;
}
#content .tocCoverImage a img{
	width:70%;
	
	}
#content #issues h1, #content #issues h3 {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.14286em;
    padding-left: 0;
	color:#81623e;
}

#content img{
	width:50%;
	height:auto;
	}
#imagenHome img {
    width: 80%;
    height: auto;
	text-align:center;
	margin: 4% 0;
}


/*Herramientas de lectura y autor dentro de los artículos*/
#herramientas_lectura{
	float:none;
	clear:none;
	display:block;
	width:95%;
	height:auto;
	margin:6% auto;
	}
#herramientas_autor{
	float:none;
	clear:none;
	display:block;
	width:95%;
	height:auto;
	margin:6% auto;
	}
#herramientas_autor #varios_Autores{
	width:100%;
	height:250px;
	padding:1%;
	overflow-y: auto;
	overflow-x: hidden;
	margin:0;
	}


/*Aquí inicia las cajas inferiores, antes del footer*/
/*Estilos de bloques inferiores en front*/
#cajas_pie{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	height:auto;
	padding: 2%;
	}

#container #body #cajas_pie form{
    padding: 0px;
	margin: 0px;
}



#link_busqueda,#link_idioma,#link_login{
	clear: both;
	display:block;
	float:none;
	margin:5% auto;
	width:85%;
	height:200px;
	background:#949393;
	padding:0;
	}
#link_busqueda{
	
	margin-left:auto;
	}
	
#link_busqueda,#link_idioma{
	border: 1px thin #6e6358; 
	}
	/*Estilos exclusivos de Índices*/
#link_indices{
	clear:both;
	display:block;
	float:none;
	margin:5% auto;
	width:85%;
	height:200px;
	padding:0;
	background:#FFF;
	border: 1px solid #6e6358; 
	}
#link_indices a img{
	clear:none;
	display:block;
	float:none;
	margin:0 auto;
	width:90%;
	height:auto;
	}
#link_indices ul{
	margin:0;
	padding:0;
	}
#link_indices ul li{
	clear:none;
	display:inline;
	float:left;
	margin:1% 0 3% 1%;
	width:45%;
	height:auto;
	}
	
/*Estilos para caja Búsqueda*/
#container #body #cajas_pie #link_busqueda form input{
    padding: 2px;
	background:#d1d1d1;
	border: none;
	width: 100%;
    /*! color: #FFF; */
    /*! box-shadow: none; */
}
#container #body #cajas_pie #link_busqueda form input.button{
    text-align:center;
	width: 50%;
	cursor:pointer;
}
#container #body #cajas_pie form #link_busqueda form label{
    text-transform: uppercase;
}
#container #body #cajas_pie form #link_busqueda form label.searchField select.searchField {
    width: 100%;
    background: #CCC;
    border: none;
}
#container #body #cajas_pie form table td.boton_buscar{
    text-align:center;
	padding:.5em;
}

#container #body #cajas_pie form table td .selectMenu{
	font-size: 0.875em;
	line-height: 1.71429em;
	width: 100%;
	background: #d1d1d1;
	border: 0;
	padding: .5em 0;
	
	}
#container #body #cajas_pie form table#simpleSearchInput{
    padding: 0px;
	margin: 5px 0;
}
/*Terminan estilos de búsqueda*/	
	
/*Termina estilos para índices*/

#link_busqueda .blockTitle,#link_idioma .blockTitle,#link_login .blockTitle, #link_indices .blockTitle{
	
	background:#6e6358;
	color: #FFF; 
	text-align:center;
	font-family:"Open Sans"; 
	padding:2%;
	font-size:1.1em;
	}
#link_busqueda .box_content,#link_idioma .box_content,#link_login .box_content{
	
	background:transparent;
	color: #FFF; 
	text-align:left;
	font-family:"Open Sans"; 
	padding:0px;
	width:90%;
	margin:0 auto;
	overflow:hidden;
	
	}
#link_indices .box_content{
	
	background:transparent;
	color: #FFF; 
	text-align:left;
	font-family:"Open Sans"; 
	padding:0px;
	width:90%;
    height: 150px;
	margin:0 auto;
    overflow-y: scroll;
	}
	
/*Estilos exclusivos para Idiomas*/
#link_idioma .box_content #Esp, #link_idioma .box_content #Eng, #link_idioma .box_content #Por{
	width:90%;
	height:auto;
	background:#d1d1d1;
	color: #333; 
	font-family:"Open Sans"; 
	padding: 0 5%;
	margin: 6% auto;
	vertical-align:middle;
	}

#link_idioma .box_content #Esp label{
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
	padding: 0 30% 0 10%
	}
#link_idioma .box_content #Eng label{
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
	padding: 0 32% 0 10%
	}
#link_idioma .box_content #Por label{
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
	padding: 0 22% 0 10%
	}

#link_idioma .box_content #Esp input,#link_idioma .box_content #Eng input,#link_idioma .box_content #Por input{
	padding:0;
	margin:0;
	vertical-align:middle;
	
	}
	
/*Finalizan estilos para idiomas*/

/*Estilos para Login*/

#link_login .box_content a:link{ 
	color: #81623e;
	text-decoration:none;
	font-weight:600;
	display: inline-block;
	background: #ccc;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
	}	
#link_login .box_content a:hover{ 
	color: #333;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
	text-shadow: 1px 1px 3px #fff;
	  	}
#link_login .box_content a:hover:visited{ 
	color: #333;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
	text-shadow: 1px 1px 3px #fff;
	}

#link_login .box_content a:visited {
    color: #81623e;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;
}
#link_login .box_content a:active{ 
    color: #333;
	text-decoration:none;
	font-weight:600;
	background: #ccc;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	margin: 4% 0;

	}	
	
	
/*Finalizan estilos para login*/


#pageFooter2 {
    clear: both;
    padding-top: 0;
    padding-bottom: 1%;
    width: 100%;
    max-height: none;
    max-width: 1024px;
    margin: 0 auto;
    color: #333;
    background: url(http://132.248.242.188/ib/plugins/themes/mpg/img/back_footer.png) repeat-x center bottom #c0b199;
}

}


/*CSS para el slider*/

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url(fonts/flexslider-icon.eot);
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}


	/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#banner{
	margin:2% auto;
	width:80%;}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0%;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 200%;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  line-height:50px;
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
/*  bottom: -40px;
*/  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 480px) {
  
  #banner{
	margin:2% auto;
	width:100%;}

  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

@media screen and (max-width: 860px) {
  
  #banner{
	margin:2% auto;
	width:90%;}

  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.flex-caption {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    line-height: 18px;
    padding: 2%;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
	margin-top:0;
}

li.css a {
	border-radius: 0;
	}
	
/*Estilos para los accordion */	
.x_accordion {
    background-color: #c0b199; 
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    transition: 0.4s;
	border-bottom:1px solid #928575;
}
#content .x_accordion h3{
    color: #fff;
  	text-align: left;
    outline: none;
    font-size: 15px;
	margin-top: 0;
}

.active, .x_accordion:hover {
    background-color: #928575;
}

.x_panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
