@charset "utf-8";
/* CSS Document */

/* CSS Style para noticias */
.leermas {
	background-color:#243283;
	border-radius:28px;
	border:1px solid #303030;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:22px;
	padding:15px 41px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.leermas:hover {
	background-color:#303030;
}
.leermas:active {
	position:relative;
	top:1px;
}
#contbgnotic{
	clear: left;
	background-color: #fff;
	box-shadow: 2px 2px 5px #999;
	width: 100%;
	height: auto;
}
.contnotic {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.colnotic {
  float: left;
  width:50%;
  padding: 15px;
}

.contcolnotic:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width:600px) {
  .colnotic {
    width: 100%;
  }
}
/* END CSS Style para noticias */