/*.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-size: 14px;*/
    font-size: 90%;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

h1, .h1 {
    font-size: 36px;
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0;
}

p {
    margin: 0 0 10px;
}

.breadcrumb {
    padding: 8px 15px;
}

.breadcrumb:after {
    clear: both;
    content: '';
    display: table;
}

p.center {
    text-align: center !important;
}

#column-ide div.titulo_pagina h2 {
    display: initial !important;
    color: #2f85be;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0.1em !important;
    font-weight: bold;
}

#column-ide p {
    /*margin-bottom: 1.5em;*/
    text-align: justify;
}

#column-ide div.titulo_pagina h2::after {
    background-image: linear-gradient(to right, #2f85be, #84dcea);
    border: medium none;
    color: #2f85be;
    font-size: 1.3em;
    font-weight: bold;
    /*height: 0.05em;*/
    margin-top: 1em;
    left: 0;
    margin-left: 0.5em;
    padding: 0 0 0.2em !important;
    text-align: left;
    width: 96% !important;
    content: " ";
    position: absolute;
}

#column-ide {
    /*border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-top-left-radius: 1.5em;
    box-shadow: -3px -3px 3px 0 #f2f2f2;*/
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-top-left-radius: 1.5em;
    box-shadow: -3px -3px 3px 0 #f2f2f2;
    float: left;
    /* margin-left: 3em; */
    /*padding: 0 1em;*/
    text-align: left;
    /*width: 71%;*/
    padding-top: 1em;
    margin-top: 1em;
}

#column-ide div.titulo_pagina {
    margin-bottom: 1.5em;
}

#column-ide .journal-content-article {
    float: left;
    width: 100%;
}

.contenedor_ide {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    /*border: 0.2em solid #4491c5;*/
    border-radius: 1em;
    padding: 1em;
}

.contenedor_img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
	margin-top: 2em;
    margin-bottom: 2em;
}

/*.contenedor_img img {
   height: 128px; 
   width: 128px;
}*/

.contenedor_img a {
    margin-right: 2em;
    margin-left: 2em;
    text-align: center;
 }

.border_container {
    width: 100%;
    /* float: left; */
    position: relative;
    overflow: hidden;
    border: 0.2em solid #4491c5;
    border-radius: 1em;
}

.ogc-toggler-content {
    padding-top: 1em;
    display: none;
}

.ogc-hiperlink {
    font-weight: normal;
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word; 
}

.coloca_seccion {
    width: 99%;
    padding: 0;
}

@media (max-width: 767px) {
    #column-ide div.titulo_pagina h2::after {
        width: 92% !important;
    }
}
