#botones_manejo .card{	
	width:100%;
	max-width:280px;
	margin:0px 5px;
	margin-bottom:10px;
}

#botones_manejo img{
	width:100%;
	height:200px;
}

#noticias{
	margin-bottom:10px;
}

#noticias > div{
	cursor: pointer;
	padding:2px;
	border-bottom:1px solid #CCC;
}

#noticias > div:hover p{
	text-decoration: underline;
}

#noticias h5{
	padding-bottom:5px;
	border-bottom:4px solid #F1C550;
}

#noticias h4{
	margin-right: 5px;
}

#noticias h4,
#noticias p{
	display: inline-block;
}