.contentheader {
text-align: center;
padding: 20px;
}
.contentheader h1 {
color: #000;
margin: 0 auto;
}
article {
font-size: 1.2em;
padding: 1em 0;
}
.footermenu {
text-align: center;
font-weight: bold;
padding: 10px;
}
.footermenu a {
margin: 0 10px;
}
.footermenu li {
display: inline;
}

.mcbox {
padding: 20px;
background-color: #f4f4f4;
border-radius: 5px;
}
.boxblue {
border-radius: 7px;
padding: 8px 10px;
font-weight: bold;
color: #fff;
background-color: #069;
}
h2.boxblue {
text-align: center;
}
.maincontent h2 {
margin-bottom: 30px;
text-align: center;
color: #069;
font-weight: 700;
}
.maincontent ul {
list-style-type: square;
list-style-position: inside;
margin-bottom: 10px;
padding-left: 4px;
font-size: 1.3em !important;
}
.rowmc {
display: flex;
justify-content: space-between;
flex-direction: row;
}
.rowmc .colmc {
flex: 0 0 30vw;
max-width: 30vw;
}
.rowmc .colmc h3 {
margin-top: 0px;
}
@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
	.rowmc {
	flex-direction: column-reverse;
	}
	.rowmc .colmc {
	max-width: 100%;
	margin-bottom: 2em;
	}
}

.feed-date {
font-weight: bold;
}
.feed-item {
margin-top: 4px;
}
.feed-lists {
list-style-type: none;
}
pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}

.pageslacky li {
	font-size: 1.1em !important;
}

.pageslacky ul {
	padding-left: 12px !important;
}

hr.divisorio {
    padding: 0;
    border: none;
    border-top: medium double #006699;
    color: #006699;
    text-align: center;
    width: 50%;
    margin: 42px auto 0;
}


