#left_column #recent_article_blog{
	width:calc(100% + 4px);
	height:auto;
transition: max-height .6s linear;
  -o-transition: max-height .6s linear;
  -moz-transition: max-height .6s linear;
  -webkit-transition: max-height .6s linear;
  max-height:600px; 
	padding:0 2px;
	margin:0 -2px 15px;
}

#left_column .blogModule{
	display:block;
	float: left;
}
#left_column .blogModule .block_content{
  color: #777;
  background-color: #efefef;
  border-bottom: solid 2px #aaa;
}
#left_column .blogModule .block_content ul li{
  color: #777;
  //padding: 10px;
  border-bottom: solid 1px #fff;
}
#left_column .blogModule .block_content ul li:last-child{
  border-bottom: none;
}
#left_column .blogModule .block_content ul{
    margin-bottom: 0;
}
#left_column .blogModule h4 {
  background-color: #aaa;
  border-bottom: solid 1px #888;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  text-transform: uppercase;
  padding: 11px 10px 10px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
#left_column .blogModule h4 a{
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  width: calc(100% - 20px);
  display:block;
  
}
#left_column .blogModule .boton-amp-red {
  right: 15px;
  content: "\f068";
  display: block;
  vertical-align: middle;
  width: 38px;
  height: 34px;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  line-height: 38px;
  text-align: center;
  overflow:hidden;
	position:absolute;
  font-weight: normal !important;  
  text-align: center;
  cursor: pointer;
  font-family: "FontAwesome";
  opacity:0.75;
  filter:alpha(opacity=75);
}
#left_column .blogModule .boton-amp-red:hover{
  opacity:1;
  filter:alpha(opacity=100);
}

#reducir-novedades:before{
	   content: "\f068";
	   display: inline-block;
}
#ampliar-novedades:before{
	  content: "\f067";
}

@media (max-width: 768px){
#left_column .blogModule {
	  display: none;
}
}

#left_column .blogModule .articulo-blog{
	padding:7px 10px 5px;
	position:relative;
	overflow:hidden;
  border:1px solid transparent;
  
}
#left_column .blogModule .articulo-blog:hover{	
  background-color: #dfdfdf  !important;
  position:relative;
  left:-2px;
  top:-2px;
  width:calc( 100% + 4px );
  height:calc( auto + 4px );
   border:1px solid rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 13px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 13px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 13px;
}

#left_column .blogModule .articulo-blog .blog-aura{
	display:none;	
}
#left_column .blogModule .articulo-blog:hover .blog-aura{
	display:block;
	border-color: #dfdfdf !important;
}
#left_column .blogModule .articulo-blog div.titulo:before{
	   content: "\f054";
  color: #ccc;
  font-size: 13px;
  font-family: "FontAwesome";
  margin-right: 5px;
  text-shadow: none;
  text-shadow: 0px 1px 0px rgba(255,255,255, .9);
}
#left_column .blogModule .articulo-blog:hover div.titulo:before{
  display:none; 
}
#left_column .blogModule .articulo-blog:hover div.titulo{
	color:#222 !important;
	//text-shadow: 0px 1px 0px rgba(255,255,255, .5);
	 text-shadow: 1px 1px 0 #efefef,
			 -1px 1px 0 #efefef,
			 -1px -1px 0 #efefef,
			 1px -1px 0 #efefef,	
			 0 1px 0 #efefef,
			 -1px 0 0 #efefef,
			 0 -1px 0 #efefef,
			 1px 0 0 #efefef;
	height:auto;
}
#left_column .blogModule .articulo-blog div.titulo{
	//text-transform:uppercase;
	font-size: 13px;
	padding:0;
	margin:0;
	margin:2px 0;
	height:20px;
	overflow:hidden;
	text-shadow: 0px 1px 0px rgba(255,255,255, .9);
	
}
#left_column .blogModule .articulo-blog div.info p{
	font-size: 12px;
	padding:0;
	margin:0;
	margin-top:5px;
	color:#777 !important;	
}

#left_column .blogModule .articulo-blog a div.auth{
	font-size: 12px;
	color:#777;
	padding:0;
	margin:0;
	text-shadow: 1px 1px 0 #efefef,
			 -1px 1px 0 #efefef,
			 -1px -1px 0 #efefef,
			 1px -1px 0 #efefef,	
			 0 1px 0 #efefef,
			 -1px 0 0 #efefef,
			 0 -1px 0 #efefef,
			 1px 0 0 #efefef;
	margin-bottom:3px;
}
#left_column .blogModule .articulo-blog .info{
	transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
	display: none;
	display: block;
	max-height:0px;
	overflow:hidden;
	
	text-shadow: 1px 1px 0 #efefef,
			 -1px 1px 0 #efefef,
			 -1px -1px 0 #efefef,
			 1px -1px 0 #efefef,	
			 0 1px 0 #efefef,
			 -1px 0 0 #efefef,
			 0 -1px 0 #efefef,
			 1px 0 0 #efefef;
	
}
#left_column .blogModule .articulo-blog:hover .info{	
	max-height:300px;
}
#left_column .blogModule .caja-imagen{
	overflow: hidden;
    background-color: #fafafa !important;
    text-align: center;
}
#left_column .blogModule .caja-imagen .image img {
  	margin:0 auto;
	width:75%;
	
	-webkit-transition: -webkit-transform 0.4s ease; 
   -moz-transition: -moz-transform 0.4s ease; 
   -o-transition: -o-transform 0.4s ease; 
    transition: transform 0.4s ease; 
	
}
#left_column .blogModule .caja-imagen .image:hover img {
	transform : scale(1.12);
		-moz-transform : scale(1.12); 
		-webkit-transform : scale(1.12); 
		-o-transform : scale(1.12); 
		-ms-transform : scale(1.12); 
	
}
@media (max-width: 991px) {
	#left_column .blogModule .caja-imagen{
	width:100%;
	max-height:91px;	
}
}
