<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cssgridlegacy .browser-warning { 
	display: block;
	padding: 10px;
	background-color: red;
	color: white;
	font-size: 20px;
	text-align: center;
}

.cssgrid .browser-warning {
	display: none;	
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body, html {
    color: #20303c;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 400;
    letter-spacing: .4px;
    font-family: 'HelveticaNeue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, button, caption, em, fieldset, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, title, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}


body {
	background-color: rgb(234, 229, 229);
}



h1 {
    display: block;
    font-weight: bold;
}


a {
	text-decoration: none;
	color: #20303c;
}

nav {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 80%;
	z-index: 9999 !important;
}


#nav-box {
	position: absolute;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: rgba(46,64,83, 1);
	padding: 5px;
}

.bar {
	width: 30px;
	height: 4px;
	background-color: white;
	margin-top: 4px;
}


nav ul {
	position: absolute;
	right: 60px;
	width: 100%;
}

nav ul li{
	list-style-type: none;
	background-color: rgba(46,64,83, 1);
	border-bottom: 1px solid white;
}

nav ul li a {
	display: block;
	padding: 24px;
}

main {
	padding-top: 50px;
}

footer {
	display: grid;
	align-items: center;
	justify-content: center;
	background-color: rgba(232, 53, 86, 1);
	margin-top: 50px;
	height: auto;
}


footer ul li{
	list-style-type: none;
	display: inline-block;
	padding-left: 40px;
}

.footer-icon {
	float: left;
	padding: 8px;
}

.footer-text {
	float: right;
}

footer p {
	padding-top: 4px;
}

.hidden-mobile {
	display: none;
}


.font-7m {
    font: normal normal normal 13px/1.2em 'NoticiaText',sans-serif;
    color: #FFFFFF;
}</pre></body></html>