
.noticia_simple_geleria img {
  transition: transform .5s ease;
}

.noticia_simple_geleria:hover img {
  transform: scale(1.5);
}

.noticia_simple_articulo_plano {
	padding:0px;
	background:#ffffff;
}

.noticia_simple_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;
	margin-bottom:10px;
	margin-right:1%;
}

.noticia_simple_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;
}

.noticia_simple_volanta { 
	font-family: Roboto, serif;
	font-weight: bold;
	font-size: 12px;
	color: #616161;	
	text-decoration: none;
	text-transform:uppercase;
}

.noticia_simple_titulo  {
	font-family: 'Open Sans', serif;
	font-weight: bold;
	font-size: 20px;
	color: #000000;	
	text-decoration: none;
}

 

.noticia_simple_copete {
	font-family: 'Raleway', serif;
	font-size: 16px;
	color: #000000;
}

.noticia_simple_nota {
	font-family: 'Raleway', serif;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
}

.noticia_simple_espacio {
	padding-top:5px;
	padding-bottom:5px;
}

.noticia_simple_imagen {
	width:100%;
	height:auto;
}

.noticia_simple_imagen:hover {
	width:100%;
	height:auto;
	-webkit-transform:scale(1.3);transform:scale(1.3);
}

.noticia_simple_galeria {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
}

