body div#container {
    /*visibility: hidden;
    opacity: 0;*/
    background: url(/revistas/public/site/images/admefyd/patron_fondo1.png);
}


input::-webkit-input-placeholder {
    color: #fff !important;
}
#sidebarUser form input {
    -webkit-appearance: none;
    border-radius: 0;
}
input:-moz-placeholder {
    color: #fff !important;
}

input::-moz-placeholder {
    color: #fff !important;
}

input:-ms-input-placeholder {
    color: #fff !important;
}

body, body *, #body #main *, body #header *, body #header h1{
    font-family: 'Roboto', sans-serif;
}

body div#container {
    width: 100% !important;
    min-width: initial !important;
    background-color: white;
}
body #container a:hover {
    background-color: transparent;
    text-decoration: none;
    transform: translateX(2px);
    transition: transform 0.2s;
    cursor: pointer;
}
body #container input.button:hover{
    text-decoration: none;
    transform: translateX(2px);
    transition: transform 0.2s;
    cursor: pointer;
}

div#customblock-cc_oa a {
    display: block;
}

#foot1, #pageFooter{
    display: none;
}
.delimiter{
    max-width: 1200px !important;
    margin: auto;
}
.widecontainer {
    width: 100%;
    min-height: 30px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
//Editedbox-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}


h1{
font-size: 25px;  
}

h2{
   font-size: 22px; 
}

#header .widecontainer:nth-of-type(1){
    background: #005f25;//Edited
}
#header .widecontainer:nth-of-type(2){
    background-color: #EBF0E4;
}
#body .widecontainer:nth-of-type(1){
    background-color: #FFF;
}
#body .widecontainer:nth-of-type(2){
    background-color: #fff;
}
#body #foot2 .widecontainer:nth-of-type(1){
    background-color: #005f25;
}
#body #foot2 .widecontainer:nth-of-type(2){
    background-color: #005f25;
}

#body {
    width: 100%;
    margin: 0;
}






#header .delimiter .block {
    display: inline-block;
}
#sidebarUser form table tr {
    display: inline-block;
    margin-left: 10px;
}
#sidebarUser form table tr:nth-of-type(3), #sidebarUser form table tr td:first-child {
    display: none;
}
#sidebarUser form table tr:nth-of-type(4) td {
    display: table-cell;
}
div#sidebarUser > strong:after {
    content: '\21c5';
    font-size: 16px;
    margin: 0px 0px 0 5px;
    font-weight: normal;
}
#header > div.widecontainer:nth-of-type(1) > .delimiter div#sidebarUser {
    position: relative;
    color: #fff;
}

#header > div.widecontainer:nth-of-type(1) > .delimiter div#sidebarUser ul {
    position: absolute;
    right: 0px;
    top: 30px;
    background-color: #f2f7ea;
    border-radius: 2px;
    padding: 0;
    margin-top: -2px;
    list-style: none;
    z-index: 100;
//Editedbox-shadow: 0px 0px 10px 0px rgba(11,64,60,0.9);
    display: none;
    font-size: 15px;
}
ul#usermenu:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 9px solid #f2f7ea;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    top: -14px;
    right: 25px;
}
#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser ul#usermenu a {
    padding: 5px 25px;
    display: block;
    border-bottom: 1px solid #DADED1;
}
#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser ul#usermenu li:nth-of-type(2) a {
    margin-top: 25px;
    border-top: 1px solid #DADED1;
}
#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser ul#usermenu li:last-child a {
    border-bottom: 0;
}

#header > div.widecontainer:nth-of-type(1) > .delimiter div#sidebarUser > strong:hover {
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
    transform: translateX(3px);
    transition: transform 0.2s;
}
#header > div.widecontainer:nth-of-type(1) > .delimiter div#sidebarUser ul a {
    text-decoration: none;
    color: #000;
}

#usermenu li, #usermenu li a {
    line-height: normal;
}

#usermenu li.close {
    color: #000;
    position: absolute;
    top: 3px;
    right: 7px;
}

#usermenu li.close:hover {
    cursor: pointer;
}



#header .delimiter .block {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    padding: 0 10px;
}
#header .delimiter .block:first-of-type {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

#header > div.widecontainer:nth-of-type(1) > .delimiter {
    text-align: right;
    height: 35px;
}

#header > div.widecontainer:nth-of-type(1) > .delimiter #idiomas a {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}


#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser form input.textField {
    background-color: #c8c0c0;
    border: none;
    font-weight: bold;
    color: #fff;
    height: 18px;
    width: 160px; //Edited
}

#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser form input.button, #register_loginarea a, #header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser a {
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.8em;
    padding-bottom: 0px;
    text-decoration: none; //Edited

}
#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser form input.button:hover {
    text-decoration: none;
}

#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser form input.button:hover {
    cursor: pointer;
}

#header {
    background-color: #EBF0E4;
    border-bottom: 4px solid #DADED1;
    margin-left: auto;
    margin-right: auto;
}
#headerTitle h1 {
    position: relative;
    min-height: 85px;
    margin: 0;
    padding: 0;
    color: #FFF;
}
div#headerTitle h1 > a:nth-child(1) {
    left: 0;
    top: 10px;
}
div#headerTitle h1 > *, div#headerTitle h1 > div#social_networks > * {
    position: absolute;
}
div#headerTitle h1 > a:nth-child(2) {
    right: 30px;
    top: 13px;
}
div#headerTitle h1 > div:nth-child(3) {
    right: 0;
    top: 10px;
    height: 67px;
    width: 20px;
}
div#headerTitle h1 > div#social_networks > a {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: transparent;
}
div#headerTitle h1 > div#social_networks > a:hover {
    transform: none;
    background-color: rgba(0,0,0,0.3);
}
div#headerTitle h1 > div#social_networks > a#facebook {
    top:0px;
}
div#headerTitle h1 > div#social_networks > a#googleplus {
    top:24px;
}
div#headerTitle h1 > div#social_networks > a#mail {
    top:47px;
}
#headerTitle div#navbar {
    width: calc(100% - 207px);
    left: 123px;
    top: 25px;
    text-align: center;
    border-bottom: 0;
    padding: 0;
}
#navbar a {
    font-size: 14px;
    color: black;
    letter-spacing: 0.4px
}
#headerTitle div#navbar ul.menu{
    font-size:0;
}
#headerTitle div#navbar ul.menu li {
    margin: 0;
    padding: 0;
    padding-right: 15px;
    display: inline-block;
}
#headerTitle div#navbar ul.menu li:last-child{
    padding-right:0;
}
#headerTitle div#navbar ul.menu li#register,  #headerTitle div#navbar ul.menu li#search,  #headerTitle div#navbar ul.menu li#login, #headerTitle div#navbar ul.menu li#archives {
    display: none;
}
#headerTitle div#navbar ul.menu li#mobile_sn {
    display: none;
}
div#content {
    border: 0;
}
div#main,  div#main * {
    color: black;
}
#main h2 {
    font-size: 20px;
}
#main h3 {
    font-size: 18px;
    line-height: 1em;
}
#main h4 {
    font-size: 17px;
}
#content {
    font-size: 16px;
}
#content h4 a:link, #content h4 a:visited {
    color: black;
}




div#issueDescription img {
    float: right;
    margin: 55px 10px 30px 30px;
    width: 280px;
//Editedbox-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}
td.tocArticleCoverImage.showCoverImage {
    width: 160px;
    padding-right: 10px;
    padding-top: 15px;
}
td.tocArticleCoverImage.showCoverImage .tocCoverImage {
    text-align: right;
}
table.tocArticle td {
    vertical-align: middle;
}
table.tocArticle .tocTitle {
    font-size: 14px;
}
table.tocArticle .tocTitle a {
    text-decoration: none;
}
table.tocArticle .tocAuthors {
    font-size: 13px;
    font-style: normal;
    font-weight: lighter;
}
.tocArticle {
    width: calc(100% - 320px);
}
.tocArticle ~ div.separator {
    width: calc(100% - 320px);
    border-bottom: 1px solid #DADED1;
}



div#TitleNcoverWrapper {
    text-align: center;
}
div#TitleNcoverWrapper div#TitleNcover {
    display: inline-block;
    vertical-align: top;
    margin-top: 100px;
}
div#TitleNcoverWrapper div#TitleNcover ul.menu{
    margin-top: 45px;
    font-size: 19px;
}
div#TitleNcoverWrapper div#TitleNcover ul.menu a{
    text-transform: none;
}
div#TitleNcoverWrapper div#issueCoverImage {
    display: inline-block;
    vertical-align: middle;
    text-align: center;

}
div#TitleNcoverWrapper div#issueCoverImage img {
//Editedbox-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    height: auto;
}
div#TitleNcoverWrapper div#floating_archives {
    text-align: center;
    padding-right: 30px;
    margin-top: 180px;
}
#floating_archives a {
    background-color: #3DBA67;
    padding: 3px 10px;
    border-radius: 5px;
    border: 1px solid #A4DFB8;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
div#TitleNcoverWrapper #floating_archives a:hover {
    text-decoration: none;
    background-color: #3DBA67;
}



#main {
    padding-bottom:10px;
    padding-top:10px;
}

#main.noFloat{
    float: none;
    display: block;
    margin: 0 auto;
}

#main.noFloat div#pdfDownloadLinkContainer {
    text-align: center;
}

#main.noFloat div#inlinePdfResizer {
    display: inline-block;
    width: 78%;
}

#main.noFloat div#sidebarRTArticleTools {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    background-color: #EEEEEE;
    padding: 5px;
}
#main.noFloat div#articleAbstract + div#sidebarRTArticleTools {
    float: right;
}
#main.noFloat div#inlinePdfResizer + p {  //pantalla completa
text-align: center;
}

#main.noFloat a#fullscreenShow {
    display: inline;
    float: none;
}


#main input.button{
    background-color: #3DBA67;
    padding: 3px 10px;
    border-radius: 5px;
    border: 1px solid #A4DFB8;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
    margin-left: 1px;
}

#issues .issueCoverImage img {
    float: left;
    width: 200px;
    margin-right: 30px;
    border: none;
//Editedbox-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}
#content #issues div.separator {
    border-bottom: 1px solid #DADED1;
}
#main #issues h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 5px 5px 25px;
}

#content #issues div#issue {
    vertical-align: bottom;
}




table#simpleSearchInput, #sidebarUser form table {
    background-color: transparent;
}
div#sidebarmoved {
    padding-bottom: 15px;
}
div#sidebarmoved > div {
    vertical-align: top;
    width: 100%;
}
#formerRightSidebar {
    display: inline-block;
}
#formerRightSidebar .block {
    display: inline-block;
    vertical-align: middle;
}
#sidebarNavigation .subblock {
    float: left;
    padding: 30px 60px;
    border-right: 1px solid #fff;
    height: 110px;
    margin: 30px 0px;
}
#sidebarNavigation .subblock * {
    color: #fff
}

#sidebarNavigation .subblock {
    float: left;
    padding: 4px 25px 47px 25px;
    border-right: 1px solid #fff;
    height: 70px;
    margin: 35px 0px;
}
#sidebarNavigation .subblock:first-child{
    padding-left:0;
}
#sidebarNavigation .subblock .blockTitle, #sidebarNavigation .subblock .blockSubtitle {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
}
#sidebarNavigation .subblock #simpleSearchForm input[type = text], #sidebarNavigation .subblock #simpleSearchForm select {
    width: 227px;
    border: 1px solid #F28F4D;
    background-color: #F28E4C;
}
#sidebarNavigation .subblock input.button {
    background-color: transparent;
    border: 0;
    text-decoration: underline;
    padding: 3px 0;
}
table#simpleSearchInput tr:nth-of-type(2) td {
    padding-top: 10px;
    font-size: 14px;
}
#sidebarNavigation .subblock #simpleSearchForm select {
    width: 229px;
    margin-top: -5px;
    font-size: 16px;
}
#sidebarNavigation .subblock ul {
    padding: 0;
}
#sidebarNavigation .subblock ul a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    line-height: 18px;
}
#sidebarNavigation .subblock ul li {
    list-style: none;
}
#sidebarNavigation .subblock #simpleSearchInput {
    margin-top: 10px;
}
div#sidebarCounter {
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}
#indexing a {
    display: inline-block;
    margin: 10px;
}
div#indexing {
    text-align: center;
    display: inline-block;
    padding: 0;
    width: 100%;//Edited
}
div#indexing p#indexadoresTitle {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px;
    color: #a2a4a3;
    margin-bottom: 0px;
}
div#formerRightSidebar > .block {
    margin-top: 17px;
    padding-top: 10px;
    border-right: 3px solid #fff;//Edited
}
#sidebarCounter span.blockTitle {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}


div#foot2 * {
    color: #fff;
}
div#foot2 > br {
    display:none;
}
/*
div#foot2 .widecontainer {
    margin-top: 8px;//Edited
}*/
div#footinfo {
    color: #fff;
    padding: 20px 0;
}
div#footinfo * {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
}
div#customblock-cc_oa {
    padding-left: 30px;
    float: right;
//Editedborder-left: 1px solid #fff;
}
div#customblock-cc_oa a:nth-of-type(2) img {
    margin: 20px auto;
}
div#customblock-cc_oa img {
    display: block;
    margin: 20px;
}

div#footinfo.delimiter, #headerTitle.delimiter, #main.delimiter, .delimiter{
    padding-left:2%;
    padding-right: 2%;
    margin: auto;
    width:96%;
}
div#footinfo.delimiter{
    padding: 40px 0px 40px 40px;
    margin: auto;
    width:90%;
    min-height: 312px;
}
#indexing a {
    margin: 4px;
}



div#main {
    padding-bottom: 2%;
}

div#announcementsHome {
    padding: 1% 2% 2%;
}

.widecontainer2 {
    width: 100%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
//Editedbox-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    min-height: 30px;
    margin-top: 8px;
}

.widecontainer2 td.headseparator {
    display: none;
}

.widecontainer2 h2 {
    font-size: 20px;
    line-height: 1em;
}

.widecontainer2 h3 {
    font-size: 18px;
    line-height: 1em;
}
.widecontainer2 * {
    color: black;
}
.widecontainer2 h2, .widecontainer2 h3, .widecontainer2 h4 {
    text-transform: uppercase;
    font-weight: normal;
}
.widecontainer2 h3 {
    margin: 0em 1em 0.25em 0em;
    padding-top: 0.75em;
    font-weight: normal;
    font-size: 18px;
    line-height: 0.8em;
}
.widecontainer2 h4 {
    margin: 0em 1em 0.5em 0em;
    padding-top: 0.75em;
    font-weight: normal;
    font-size: 17px;
}

.footIndex{
    margin-left: 25px;
}

div#sidebarmoved {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

#sidebarNavigation span{
    text-transform: uppercase;
    font-weight: normal;
}

input#simpleQuery.textField, select#searchField{
    width: 200px;
    height: 20px;
    background-color: #c4bebe;
    color: #ffffff;
    border: none;
}

#simpleSearchForm input.button{
    background-color: transparent;
    border: none;
}

div#sidebarNavigation.block{
    border: none;
    display: inline-flex;
    position: relative;
}

#divISSN{
    font-weight: bold;
    float: left;
    color: white;
    margin-left: calc(30% - 300px);
    padding-top: 6px;
}

#divISSN>span {
    padding-left: 60px;
}

div#navbar{
    background-color: #002900;
    border: none;
    padding: 0 30px;
}

div#navbar a{
    color: white;
    font-weight: bold;
}

div#navbar a:hover, div#navbar a:focus{
    color: #00d102;
}

#header{
    border-bottom: 4px solid #505753;
}

div#customblock-cc_oa img {
    display: initial;
    margin: 10px;
}

div#customblock-cc_oa {
    text-align: center;
}

img.socialCircle{
    border-radius: 20px
}

.socialCircle:hover {
    transform: translateX(2px);
    transition: transform 0.2s;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

div#socialCircles {
    float: right;
    margin-top: -50px;
}

a.socialCircleA {
    border-radius: 30px;
    float: inherit;
}

div#socialCircles a {
    margin-left: 10px;
    margin-top: 10px;
}

div#announcementsHome.delimiter{
    width: 65%;
    height: auto;
    float: left;
    text-align: justify;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 30px 30px 30px;
}

#youtubeHome{
    width: 20%;
    float: right;
    padding-right: calc((25% - 180px)/2);
    padding-left: calc((25% - 180px)/2);
    text-align: center;
    border-left: 3px solid #ffffff;
}

#youtubeHome h3{
    margin: 0px;
    padding: 20px 0px 10px 0px;
}

.widecontainer2{
    background-color: #d5d5d5;
    color: #546261;
}

.widecontainer2 a{
    color: #007a0a;
}

.widecontainer2 h3{
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    color: black;
    text-align: center;
}

#header > div.widecontainer:nth-of-type(1) > .delimiter{
    height: auto;
    min-height: 40px;
    padding-top: 10px;
}

div#homeEdited{
    display: inline-block;
    padding: 50px 70px 0px 70px;
}

div#homeImg{
    width: 40%;
    float: left;
    text-align: center
}

div#homeImg img{
    width: 100%;
    height: auto;
}

div#navBarBottom, div#navBarResponsive{
    background-color: #002900;
    height: 60px;
}

div#navBarResponsive{
    width: 100%;
    min-height: 80px;
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
}

div#navBarBottom ul {
    float:left;
    left:45%;
    list-style-type:none;
    margin:0 auto;
    padding:0;
    position:relative;
}

div#navBarBottom li {
    float:left;
    position:relative;
    right:43%;
}

div#navBarBottom li a {
    font-weight: bold;
    display: block;
    color: white;
    text-align: center;
    padding: 20px;
    text-decoration: none;
}

div#navBarBottom li a:hover {
    color: #00d102;
}

#indexingImg {
    text-align: center;
    padding: 20px 50px 50px 50px;
}

h3#currentTitle{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    text-transform: none;
}

div#journalDescription p{
    margin-top: 0px;
}

div#ulNavBarBottom{
    overflow: hidden;
}

div#customAnnouncements{
    margin-top: 0px;
}

div#homeImg a#enfoqueResponsive{
    text-decoration: none;
    margin-top: 10px;
    display: none;
}

#nav-icon2 {
    width: 35px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

span#menuId{
    cursor: pointer;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: white;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
}

#nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 20px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 16px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 16px;
}

div#menuResponsiveIcon{
    display: inline-flex;
    padding-top: 20px;
    float: right;
    padding-right: 20px;
}

div#menuResponsiveIcon div#nav-icon2{
    margin-right: 20px;
    margin-top: 10px;
}

div#menuResponsiveIcon span#menuId{
    color: white;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 13px;
    font-size: small;
}

ul.menu li#search, ul.menu li#archives, ul.menu li#announcements, ul.menu li#current, ul.menu li#login, ul.menu li#register{
    display: none;
}

div#menuResponsiveIcon a {
    margin-top: 6px;
}

img#logoResponsiveImg {
    width: 180px;
    margin-left: 20px;
    margin-top: 9px;
}
ul.menu{
    padding: 20px 0px 45px;
}

div#issues div.issueCoverImage a:hover {
    transform: inherit;
}

div#search2{
    margin-left: 25px;
}

div#sidebarCounter.block{
    width: 16%;
}

div#sidebarNavigation.block{
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    width: 40%;
}

div#sidebarKeywordCloud.block{
    line-height: 25px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    width: 28%;
    border-right: none;
    border-left: 3px solid #fff;
    text-align: center;
    font-size: 12px;
}

div#search2{
    margin-right: auto;
}

div#search1{
    margin-left: auto;
}

#main.noFloat div#sidebarRTArticleTools span.blockTitle{
    text-transform: uppercase;
}

div#sidebarRTArticleTools.rtToolsEdHTML{
    width: 20%;
    margin-left: 1%;
    padding: 5px;
    display: inline-block;
    background-color: #EEEEEE;
    margin-top: 60px;
    margin-bottom: 20px;
    vertical-align: top;
}

div#sidebarRTArticleTools.rtToolsEdHTML span.blockTitle{
    text-transform: uppercase;
}

div.mainEdHTML{
    width: 75%;
    display: inline-block;
}

div#sidebarEditor.block ul, div#sidebarReviewer.block ul, div#sidebarAuthor.block ul{
    list-style: none;
}

div#sidebarAuthor.block ul, div#sidebarReviewer.block ul{
    padding: 0px;
}

div#sidebarEditor.block{
    display: inline-flex;
    width: 100%;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    border-right: none;
    background-color: #e9e9e9;
}

div#sidebarEditor.block a, div#sidebarEditor.block span, div#sidebarEditor.block li, div#sidebarEditor.block, div#sidebarReviewer.block a, div#sidebarReviewer.block span, div#sidebarReviewer.block li, div#sidebarReviewer.block, div#sidebarAuthor.block a, div#sidebarAuthor.block span, div#sidebarAuthor.block li, div#sidebarAuthor.block{
    color: black;
}

div#sidebarReviewer.block, div#sidebarAuthor.block{
    width: 100%;
    text-align: center;
    border-right: 0px;
    background-color: #e9e9e9;
    padding-top: 15px;
    padding-bottom: 15px;
}

div#sidebarEditor.block span.blockTitle{
    margin-left: calc(50% - 285px);
}

div#sidebarEditor.block span.blockSubtitle{
    margin-left: 20px;
}

#headerImg {
    max-width: 100%;
    height: auto;
}

a.footerImgPar{
    display: inline-block !important;
    vertical-align: middle !important;
}

div.alm-category-row:nth-of-type(3) {
    display: none;
  }

  div.alm-category-row:nth-of-type(4) {
    display: none;
  }


@media (min-width: 1200px) {
    div#band{
        background-color: #002900;
    }

    div#band2{
        background-color: #d5d5d5;
    }

    div#band3{
        background-color: #005f25;
    }

    div#band4{
        background-color: #fff;
        text-align: center;
    }

    div#navbar, div#customAnnouncements, div#sidebarmoved, div#indexing {
        max-width: 1200px;
        margin: auto;
    }

    div.alm-category-row:nth-of-type(3) {
        display: none;
      }
    
      div.alm-category-row:nth-of-type(4) {
        display: none;
      }
    
}

@media (max-width: 870px) {

    #header > div.widecontainer:nth-of-type(1) > .delimiter {
        padding-right: 0;
        margin-right: 5px;
    }
    #header > div.widecontainer:nth-of-type(1) > .delimiter .block {
        padding: 0 0px 0 10px;
    }

    #headerTitle div#navbar {
        display: none;
        width: 100%;
        position: relative;
        top: 5px;
        left: 0;
        visibility: hidden;
    }
    #headerTitle .navbar_active div#navbar {
        visibility: visible;
    }
    #headerTitle div#navbar ul.menu li {
        width: 100%;
        border-bottom: 1px dotted #fff;
        padding: 0;
    }
    #headerTitle div#navbar ul.menu li:first-child {
        border-top: 1px dotted #fff;
    }

    #navbar a {
        display: block;
    }
    #headerTitle div#navbar ul.menu li#mobile_sn {
        display: block;
        position: relative;
        height: 45px;
    }
    div#mobile_social_networks {
        position: absolute;
        left: calc(50% - 58px);
        top: 9px;
    }
    div#headerTitle div#navbar ul.menu li#mobile_sn div#mobile_social_networks > a {
        height: 27px;
        width: 27px;
        border-radius: 14px;
        background-color: transparent;
        position: absolute;
        top: 0;
    }
    div#headerTitle div#navbar ul.menu li#mobile_sn div#mobile_social_networks > a:hover {
        transform: none;
        background-color: rgba(0,0,0,0.3);
    }
    div#headerTitle div#navbar ul.menu li#mobile_sn div#mobile_social_networks > a#mfacebook {
        left:0px;
    }
    div#headerTitle div#navbar ul.menu li#mobile_sn div#mobile_social_networks > a#mgoogleplus {
        left:45px;
    }
    div#headerTitle div#navbar ul.menu li#mobile_sn div#mobile_social_networks > a#mmail {
        left:89px;
    }

    #header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser a {
        background-color: transparent;
        border: 0;
        text-transform: uppercase;
        color: #fff;
        font-size: 0.8em;
        text-decoration: underline;
        padding-bottom: 0px;
        padding-top: 5px;
    }


    div#headerTitle h1 > a:nth-child(2) {
        left: 120px;
        top: 15px;
        right: auto;
    }
    div#headerTitle h1 > div:nth-child(3) {
        display:none;
    }
    #headerTitle h1.navbar_active {
        padding-top: 75px;
        transition: padding-top 0s;
    }
    #headerTitle h1 {
        transition: padding-top 1.1s;
    }

    #header > div.widecontainer:nth-of-type(1) > .delimiter div#sidebarUser ul {
        padding: 0;
        font-size: 15px;
        width: 150px;
    }
    #header > div.widecontainer:nth-of-type(1) > .delimiter div#sidebarUser ul.noText {
        margin-top: -13px;
    }

    div#TitleNcoverWrapper div#TitleNcover {
        display: block;
        margin-top: 5px;
    }
    div#TitleNcoverWrapper div#issueCoverImage {
        display: block;
        margin-top: 25px;
    }
    div#TitleNcoverWrapper div#floating_archives {
        text-align: center;
        margin-top: 30px;
    }
    #content > div#issueCoverImage {
        margin: 0 auto;
        text-align: center;
    }
    div#issueCoverImage img {
        max-width: 100%;
    }
    div#issueDescription img {
        float: none;
        margin: 0 auto;
        max-width: 98%;
        display: block;
    }
    td.tocArticleCoverImage.showCoverImage {
        display: none;
        padding: 0;
    }
    .tocCoverImage {
        display: none;
    }
    .tocArticle {
        width: 98%;
        margin: 15px auto;
    }
    .tocArticle ~ div.separator {
        width: 94%;
        margin: 0 auto;
    }
    #main.noFloat div#sidebarRTArticleTools {
        float: none;
        width: 96%;
        margin: 25px auto 0;
        display: block;
    }
    #main.noFloat div#inlinePdfResizer {
        display: block;
        width: 98%;
        margin: auto;
    }
    #main.noFloat div#inlinePdfResizer, #main.noFloat div#inlinePdfResizer * {
        font-size: 1em;
    }
    #main.noFloat a#fullscreenShow {
        display: none;
    }
    div#floating_archives {
        text-align: center;
        margin-top: 50px;
    }



    div#sidebarmoved.delimiter {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    div#indexing {
        width: 96%;
        text-align: center;
        padding: 0 2% 25px;
        position: relative;
        margin-top: 0;
    }
    div#formerRightSidebar:after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 5px;
        background: url(/revistas/public/site/images/admefyd/patron_fondo1.png);
        left: 0%;
    }
    #formerRightSidebar {
        width: 100%;
    }
    div#formerRightSidebar > .block {
        border-right: 0px;
        width: 100%;
        display: block;
        padding: 2%;
        box-sizing: border-box;
        margin-top: 20px;
    }




    div#customblock-cc_oa {
        padding-left: 0;
        float: none;
        border: 0px;
        text-align: center;
    }
    div#customblock-cc_oa a {
        display: initial;
    }
    div#customblock-cc_oa img {
        display: initial;
        margin: 0 20px 20px;
    }
    .headerImg{
        width: 100%;
        height: inherit;
    }

    div#sidebarNavigation.block{
        display: inline-flex;
    }

    #divISSN{
        display: none;
    }

    div#sidebarCounter.block{
        border-bottom: 2px dotted white;
    }

    div#customblock-cc_oa span {
        display: none;
    }

    #youtubeHome{
        display: none;
    }

    div#announcementsHome.delimiter{
        width: 100%;
        text-align: justify;
        padding: 0px 20px 20px 20px;
    }

    div#footinfo * {
        text-align: center;
    }

    div#navBarBottom, div#navBarBottom.delimiter{
        height: 250px;
        background-color: transparent;
    }

    div#navBarBottom li a {
        color: #006023;
        background-color: transparent;
    }

    div#navBarBottom li#instructivos {
        display: none;
    }

    div#navBarBottom li#politicas, div#navBarBottom li#contactos {
        background-color: white;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    div#navBarBottom li#envios, div#navBarBottom li#informes{
        background-color: #d5d5d5;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    div#navBarBottom li {
        float: none;
        right:50%;
    }

    div#navBarBottom ul{
        float: none;
        left:50%;
    }

    div#ulNavBarBottom.delimiter{
        padding: 0px;
        width: 100%;
    }

    div#journalDescription{
        display: none;
    }

    div#homeImg{
        width: 100%;
    }

    div#homeImg h3{
        padding: 0px;
        margin: 0px 0px 15px 0px;
    }

    div#indexing p#indexadoresTitle {
        background-color: #d5d5d5;
        color: #006023;
        width: 100%;
        margin: 0px;
        padding: 21px 0px 0px 0px;
        height: 41px;
        font-weight: bold;
        font-size: initial;
    }

    div#indexing{
        width: 100%;
        padding: 0px;
    }

    div#indexing p#indexadoresTitle:hover{
        color: #00d102;
        cursor: pointer;
    }

    div#sidebarNavigation, div#formerRightSidebar{
        overflow: hidden;
    }

    div#homeImg a#enfoqueResponsive{
        display: inherit;
    }

    div#navbar{
        text-align: center;
    }

    div#socialCircles{
        text-align: center;
        float: none;
    }

    div#socialCircles a{
        display: initial;
    }

    div#socialCircles a#facebook{
        margin-left: 0px;
    }

    #indexingImg {
        padding: 20px;
        border-bottom: 3px solid #d5d5d5;
    }

    #header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser a{
        text-decoration: none;
        font-weight: bold;
        padding-right: 23px;
        border-right: 3px solid #ffffff;
    }

    #header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser form input.button, #register_loginarea a, #header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser a{
        font-weight: bold;
    }

    #header > div.widecontainer:nth-of-type(1) > .delimiter{
        text-align: center;
    }

    div#idiomas{
        padding-left: 30px;
    }

    div#idiomas img{
        width: 20px;
        height: auto;
    }

    .footIndex{
        margin: 0px 12px 0px 12px;
    }

    div#socialCircles {
        margin-top: 0px;
        padding-bottom: 10px;
    }

    div#footinfo.delimiter{
        padding: 10px;
    }

    ul.menu{
        padding: 0px 0px 5px;
    }

    div#navbar{
        padding: 0px;
    }

    div#sidebarKeywordCloud.block{
        border: none;
        border-top: 2px dotted white;
        border-left: none;
    }

    body{
        word-wrap: break-word;
    }

    .responsiveImgArticle:not(.articleToolIcon){
        width: 100%;
    }

    div#sidebarRTArticleTools.rtToolsEdHTML{
        width: 100%;
        display: grid;
        margin: 0px;
        padding: 20px;
        box-sizing: border-box;
    }

    div.mainEdHTML{
        width: 100%;
        display: initial;
        box-sizing: border-box;
    }

    div#sidebarEditor.block {
        display: inline-flex;
    }

    div#sidebarEditor.block span.blockTitle {
        margin-left: calc(50% - 285px);
    }

    div.alm-category-row:nth-of-type(3) {
        display: none;
      }
    
      div.alm-category-row:nth-of-type(4) {
        display: none;
      }
}

@media (max-width: 650px) {
    div#sidebarEditor.block {
        text-align: center;
        display: inline-block;
    }

    div#sidebarEditor.block ul {
        padding: 0px;
    }

    div#sidebarEditor.block span.blockSubtitle {
        margin: 0px;
    }

    div#sidebarEditor.block span.blockTitle {
        margin-left: 0px;
    }

    div.alm-category-row:nth-of-type(3) {
        display: none;
      }
    
      div.alm-category-row:nth-of-type(4) {
        display: none;
      }
    
}

@media (max-width: 450px) {
    img#logoResponsiveImg {
        width: 150px;
        margin-left: 6px;
        margin-top: 12px;
    }
    #header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser a{
        padding-right: 10px;
    }
    #header > div.widecontainer:nth-of-type(1) > .delimiter .block{
        padding: 0px;
    }
    div#sidebarNavigation.block {
        display: inline-block;
        left: calc(50% - 100px);
    }

    div.alm-category-row:nth-of-type(3) {
        display: none;
      }
    
      div.alm-category-row:nth-of-type(4) {
        display: none;
      }
}

@media (max-width: 360px) {

    div#customblock-customizedLang.block.custom{
        margin-left: 16px;
    }

    #header > div.widecontainer:nth-of-type(1) > .delimiter, div#idiomas{
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    div#indexing {
        text-align: justify;
    }

    #indexing a {
        margin: 11px 9px;
    }

    div#footinfo.delimiter, #headerTitle.delimiter, #main.delimiter, .delimiter {
        padding-left: 3%;
        padding-right: 3%;
        margin: auto;
        width: 94%;
    }

    div#ulNavBarBottom.delimiter{
        padding: 0px;
        width: 100%;
    }

    div.alm-category-row:nth-of-type(3) {
        display: none;
      }
    
      div.alm-category-row:nth-of-type(4) {
        display: none;
      }
    
}