.resumecat {
	margin:15px 0 10px 0;
	padding:8px 7px;
	color:#000;
	background:#f0f0f0;
}

.content_scene_cat {
margin-bottom: 20px;
}

.content_scene_cat img{width: 100%;}
 .cat_desc .lnk_more {
   padding:0 10px 0 0px;
}

 /*Jaume Start 2018_10_15*/
 .cat_desc
 {
	 padding: 10px 10px 10px 10px;
	 line-height: 1.1;
	 -moz-border-radius: 6px 6px 6px 6px;
	 -webkit-border-radius: 6px 6px 6px 6px;
	 border-radius: 6px 6px 6px 6px;
	 border: 1px solid #7FCD0D;
	 background-color: #f5fcf9;
	 text-align: justify;
	 width: 91%;
	 margin: 0 auto;
	 margin-top: 20px;
 }

 .cat_img
 {
	 text-align: center;
	 margin-bottom: 15px;
 }
 /*Jaume End 2018_10_15*/

/* ************************************************************************************************
      SUB CATEGORIES
************************************************************************************************ */
#subcategories {margin-top:15px}
#subcategories h3 {
padding: 0px;
margin: 0px;
padding-bottom: 9px;
padding-top: 2px;
position: relative;
top: -5px;
font-weight: normal;
border-bottom: 1px solid #CECECE;
text-transform: uppercase;
}

.grid_list_categories {
	list-style-type:none;
	margin-top:10px;
}
.grid_list_categories  li {
	padding: 5px 10px;
	width: 120px;

	text-align: center;
	float: left;
}
.grid_list_categories  li a {
display: block;

}
.grid_list_categories  li img {
	border:1px solid #cecece
}

#center_column {float: right !important;} /*Jaume 2018_10_26*/