/* Estilos específica para la web blogs */

.boxBlue.boxMenuBP {
    background:transparent
}
BODY.popupBody{
	overflow: auto;
}

div.currentContentWebMapList li.cmWebMapLevel1 {
    width: 100%!important;
}

div.currentContentWebMapList ul.cmWebMapLevel2 {
  padding: 20px 30px!important;
   margin: 0;
font-size:15px;
  -webkit-columns: 2 250px;
     -moz-columns: 2 250px;
          columns: 3 250px;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;


}

div.currentContentWebMapList li.cmWebMapLevel2 {
  margin:0!important;
  padding:5px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  background-image:none !important;
  padding-left: 30px;
}


div.currentContentWebMapList li.cmWebMapLevel2:before{
  content:"\279C";
  font-size: 1.1em;
  display: inline-block;
  margin-left: -25px;
  line-height: 1.5;
  position: absolute;
  color:#01b2aa
}


div.currentContentWebMapList li.cmWebMapLevel2 .cmWebMapLevel2Header {
 display: inline-block;

}

.currentContent.mapaWebCanal {
  padding:0 35px
}
.datosPie.infoRelacionada{
	padding: 30px!important;
}


.defaultBlog.defaultBlog.cmWizardEditMode #contentAdvancedOptions {
    padding-top:40px;

}
.defaultBlog #contentAdvancedOptions {
  

}
.currentContent.contentEntryBlog.currentContent.contentEntryBlog #contentAdvancedOptions {
    display: block !important;
}


.currentContent.contentEntryBlog.currentContent.contentEntryBlog #contentAdvancedOptions:not(.contentAdvancedOptionsFloating)  {
	position:unset!important;
}

#tinymce.cmBodyContent {
    font-size: 1.4em!important; 
}
.entryDescription h2 {
    font-size: 1.5em;
    line-height: 1.25;
}

.entryDescription h3 {
    font-size: 1.35em;
    line-height: 1.25;
}


/*pasado a repositorio*/
div.entryDescription a {
    color: #00b2a9;
    text-decoration: underline;
    font-weight: 600;
}
div.entryDescription a[target*=_blank] > img {
    display: none;
}

div.entryDescription a:hover,
div.entryDescription a:active
div.entryDescription a:focus,
div.entryDescription a:hover,
div.entryDescription a:active:hover,
div.entryDescription a:active:focus {
    color: #007f79;
    text-decoration: underline;
}