	
	.item-list ul li{
	  float: left;
    width: 100%;
    padding: 10px;
    background: #f5f6f7 ;
	border-radius:10px !important;
	border: 1px solid #005da8 !important;
margin: 0 0 1% 1%;

}
	



.diapos_cchs{
	border: solid 2px #005da8 ;
}

@media only screen and (max-width: 768px) {
	
	.item-list ul li{
		width: 100%;
		height:auto;
	}
	
}
.div-efemerides img{
		object-fit: cover; 
   width: 50%; 
    max-height: none ; 
  height: auto;
	    border-top: 5px solid #005da8;
    border-bottom: 5px solid #005da8;
}
.div-efemerides {
    width: 100% !important;
    float: left;
    margin: 1%;
}

.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item{
	float:left;
}