.catlink {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #074d88 !important;
	border-color: #074d88 #074d88 #043c6c;
	border-image: none;
	border-radius: 5px;
	border-style: solid;
	border-width: 3px;
	color: #ffffff !important;
	display: block;
	font-size: 16px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 768px) {
.catlink {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #074d88 !important;
	border-color: #074d88 #074d88 #043c6c;
	border-image: none;
	border-radius: 5px;
	border-style: solid;
	border-width: 3px;
	color: #ffffff !important;
	display: block;
	font-size: 15px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
}

.slug_categoria{
	text-transform:capitalize;
	font-weight:bold;
	color:#333333 !important;
	}
.box {
	background-color:#ffffff !important;
	border: 1px solid;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding: 15px;
}

.box p{
	margin-bottom:30px;
	font-size:18px;
	}

.box strong{
	color:#333333;
	}
	
.box1{
	border-color: #ff8400 #ff8400 #b35d00;
}

.box1 h3{
	font-size:30px;
	background-color:#ff8400;
	margin:0;
	padding:5px;
	border-radius:3px 3px 0 0;
	color:#ffffff;
	text-transform:none;
	font-weight:600;
	margin-bottom:30px;
	margin-top:-15px;
	margin-left:-15px;
	margin-right:-15px;
	}

.box2{
	border-color: #6fa133 #6fa133 #47760f;
}

.box2 h3{
	font-size:30px;
	background-color:#6fa133;
	margin:0;
	padding:5px;
	border-radius:3px 3px 0 0;
	color:#ffffff;
	text-transform:none;
	font-weight:600;
	margin-bottom:30px;
	margin-top:-15px;
	margin-left:-15px;
	margin-right:-15px;
	}

.img-home-cat{
	margin-top:30px;
	margin-bottom:30px;
	border-radius:5px;
	border:1px solid #074d88;
	}
	
.title-cat{
	text-align:center !important;
	padding-top:15px  !important;
	padding-bottom:0 !important;
	}

.img-categ{
	border-radius:5px;
	border:1px solid #ff8400;
	}
	
.desc-cat-reg p{
	margin-top:30px;
	font-size:20px !important;
	text-align:left !important;
	}
	
.desc-cat p{
	font-size:16px;
	text-align:left;
	margin-bottom:0;
	}