.item-panel {
  position: relative;
  min-height: 460px;
  max-height: 460px;
  background-color: white;
  border: 2px #F0F0F0 solid;
}
.item-panel.small-panel {
  min-height: 70px;
}
.item-panel.news-nivel-1 {
  max-height: unset;
}
.item-panel.news-nivel-2 {
  min-height: 500px;
  max-height: 500px;
}
.item-panel.news-nivel-2 .flexbox-panel {
  height: 460px;
}
.item-panel.news-nivel-2 .flexbox-info.post-info {
  height: 460px;
  overflow: hidden;
}
.item-panel.news-nivel-3 {
  min-height: 250px;
  max-height: 250px;
}
.item-panel.news-nivel-3 .flexbox-panel {
  height: 230px;
}
.item-panel.news-nivel-3 .flexbox-info.post-info {
  height: 212px;
  overflow: hidden;
}
.item-panel.news-nivel-4 {
  min-height: 160px;
  max-height: 160px;
  overflow: hidden;
}
.item-panel.news-nivel-4 .flexbox-panel {
  height: 140px;
}
.item-panel.news-nivel-4 .flexbox-info.post-info {
  height: 122px;
  overflow: hidden;
}
.item-categories p {
  border: none;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: red;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.item-panel.news-nivel-3 .item-categories {
  margin-left: 10px;
}
.item-panel.news-nivel-4 .item-categories {
  margin-left: 10px;
}
.item-panel h4 a,.item-panel .post-title-link {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  color: #37750E;
}
.item-panel.news-nivel-1 h4 a,
.item-panel.news-nivel-1 .post-title-link
{
  font-size: 25px;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
}
.item-panel.news-nivel-1 p.summary,
.item-panel.news-nivel-1 .summary p {
  font-size: 18px 
}
.item-panel.news-nivel-2 h4,
.item-panel.news-nivel-2 .post-title-link
{
  font-size: 20px;
  text-align: center;
}
.item-panel.news-nivel-2 p.summary,
.item-panel.news-nivel-2 .summary p {
  font-size: 16px 
}
.item-panel.news-nivel-3 h4,
.item-panel.news-nivel-3 .post-title-link
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 20px;
}
.item-panel.news-nivel-4 h4,
.item-panel.news-nivel-4 .post-title-link
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 18px;
}
.title-post, .summary {
  margin: 10px; 
}
.item-panel .date-info {     
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 13px;
}

/* Documentos */
.item-panel.document-panel.news-nivel-4 .document-pic {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 140px;
}

/* Eventos */
.item-panel.event-panel .location-map{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: darkcyan;
}

.item-panel.event-panel .location-map [class^="fonticon-"] {
  color: darkcyan;
}

.item-panel.event-panel .flexbox-panel {
    padding: 0px;
}
.item-panel.event-panel.news-nivel-4 .flexbox-hero {
    background-color: gray;
    color: white;
}

.item-panel.event-panel.news-nivel-4.event-today .flexbox-hero {
    background-color: darkred;
    color: white;
}

.item-panel.event-panel.news-nivel-4.event-old .flexbox-hero {
    background-color: lightgray;
    color: white;
}

.item-panel.event-panel.news-nivel-4.event-new .flexbox-hero {
    background-color: #747F25;
    color: white;
}

.item-panel.event-panel.news-nivel-4 .summary {
    display: block;
    font-size: 18px;
}

/* IMAGENES */
.item-panel.image-panel {
    min-height: unset;
    max-height: unset;
}


/* CONTROLES AUX */
.item-panel .item-options {
    left: unset;
    right: 0px;
    top: 0px;
    bottom: unset;
}
.item-panel [class^="fonticon-"] {
    color: lightgray;
}
.item-panel [class^="fonticon-"]:hover {
    color: #6e9fbe !important;
}

@media (max-width: 780px) {
  .item-panel.news-nivel-1 h4 a, .item-panel.news-nivel-1 .post-title-link {
    font-size: 22px;
  }
  .item-panel.news-nivel-1 p.summary, .item-panel.news-nivel-1 .summary p {
      font-size: 16px;
  }
  .item-panel.news-nivel-2 .post-pic > img {
    max-height: 300px; 
  }
  .item-panel.news-nivel-4 h4, .item-panel.news-nivel-4 .post-title-link {
    font-size: 16px;
  }
}


/* Formato de los muros en zonas privadas */

.item-panel.news-nivel-1.post-panel {
    min-height: unset;
  	margin-bottom: -1px;
}
.item-panel.news-nivel-1.post-panel .flexbox-panel {
    margin: 0px;
    flex-direction: column;
}
.item-panel.news-nivel-1.post-panel .flexbox-panel {
    margin: 0px;
    flex-direction: column;
}

.item-panel.post-panel.news-nivel-1 .author-panel {
    display: table;
}
.item-panel.post-panel.news-nivel-1 .author-panel .author-link {
    vertical-align: middle;
    display: table-cell;
  	padding-left: 10px;
}
.item-panel.post-panel.news-nivel-1 .author-panel .author-link a {
    font-size: 16px;
}


.item-panel.post-panel.news-nivel-1 .body p {
    font-size: 18px;
}

.item-panel.post-panel.news-nivel-1 .post-info h4.title-post {
    margin-left: 0px;
}


.item-panel.item-left-border {
 		border-left: 5px solid gray; 
}

.item-panel.item-left-border.bordercolor-0 {
 		border-left-color: SteelBlue ; 
}
.item-panel.item-left-border.bordercolor-1 {
 		border-left-color: gold; 
}

.item-panel.item-left-border.bordercolor-2 {
 		border-left-color: darkred; 
}

.item-panel.item-left-border.bordercolor-3 {
 		border-left-color: DarkOrchid; 
}

.item-panel.item-left-border.bordercolor-4 {
 		border-left-color: Sienna; 
}

.item-panel.item-left-border.bordercolor-5 {
 		border-left-color: MediumVioletRed; 
}

.item-panel.item-left-border.bordercolor-6 {
 		border-left-color: OrangeRed; 
}

.item-panel.item-left-border.bordercolor-7 {
 		border-left-color: DarkKhaki; 
}

.item-panel.item-left-border.bordercolor-8 {
 		border-left-color: DarkCyan; 
}

.item-panel.item-left-border.bordercolor-9 {
 		border-left-color: RosyBrown ; 
}


.item-panel.post-panel.news-nivel-1 .attachments {
    margin-bottom: 170;
}

.item-panel.post-panel.news-nivel-1 .attachments .file-preview-wrapper {
    width: auto;
    height: 140px;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.item-panel.post-panel.news-nivel-1 .attachments .file-preview-wrapper img {
    width: auto;
  	height: 100%;
    border: 1px solid #d7d7d7;
}