 
.articulo_articulo_plano {
	padding:0px;
	background:#ffffff;
}

.articulo_articulo {
-webkit-box-shadow: 0px 0px 3px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(204,204,204,1);
box-shadow: 0px 0px 3px 0px rgba(204,204,204,1);
	padding:10px;
	background:#ffffff;
}

.articulo_articulo:hover {
-webkit-box-shadow: 0px 0px 5px 0px rgba(54,93,209,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(54,93,209,1);
box-shadow: 0px 0px 5px 0px rgba(54,93,209,1);
	padding:10px;
	background:#ffffff;
	transform: scale(1.03);
}
  
.articulo_imagen {
	width:100%;
	height:auto;
}

.articulo_imagen:hover {
	width:100%;
	height:auto;
	box-shadow: 1 1 4px 2px rgba(0, 140, 186, 0.5);
}
 
.articulo_geleria img {
  transition: transform .5s ease;
  max-width: 100%;
}

 
.articulo_geleria:hover img {
  transform: scale(1.5);
}

.articulo_articulo_plano {
 
	padding:0px;
	background:#ffffff;
}

 
.articulo_volanta { 
	font-family: Roboto, serif;
	font-weight: bold;
	font-size: 12px;
	color: #616161;	
	text-decoration: none;
	text-transform:uppercase;
}

.articulo_titulo  {
	font-family: 'Open Sans', serif;
	font-weight: bold;
	font-size: 20px;
	color: #000000;	
	text-decoration: none;
}
 
.articulo_copete {
	font-family: 'Raleway', serif;
	font-size: 16px;
	color: #000000;
}

.articulo_nota {
	font-family: 'Raleway', serif;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
}

.articulo_espacio {
	padding-top:5px;
	padding-bottom:5px;
}
 

.articulo_galeria {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
}

p {
	margin-top:0px;
	margin-bottom:0px;
 }

 .articulo_galeria .imgx {
	border: 1px solid #ddd;  
	border-radius: 4px;  
	padding: 5px;  
	height: 100px;  
	width: auto;
  }
   
  .imgx:hover {
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  }