<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

body {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #444;
	background: #f4f4f4;
	line-height: 1.2;
}

h1 {
	font-size: 24px;
	color: #e73;
	font-weight: normal;
	margin-bottom: 10px;
}

h2, h3 {
	font-family: georgia, sans-serif;
	font-size: 28px;
	color: #eee;
	line-height: 1.2;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}

ul {
	list-style-type: none;
}

ul.circulos {
	list-style-type: circle;
	margin-top: 15px;
	margin-left: 32px;
}

ul.circulos li {
	margin-top: 2px;
}

a, a:hover, a:active, a:visited {
	color: #00f;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

#header-wrapper {
	width: 100%;
	float: left;
	background: #b1d878;
	text-align: center;
	border-bottom: 1px solid #a8e153;
	background: -webkit-gradient(linear, left top, left bottom, from(#407108), to(#62932a));
	background: -moz-linear-gradient(top, #407108, #62932a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF407108, endColorstr=#FF62932a);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF407108, endColorstr=#FF62932a)";
}

#header {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 11px 0 13px;
}

#menu-wrapper {
	width: 100%;
	float: left;
	clear: both;
	background: #29371c;
	text-align: center;
	border-top: 1px solid #18260b;
	border-bottom: 1px solid #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#29371c), to(#3a482d));
	background: -moz-linear-gradient(top, #29371c, #3a482d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF29371c, endColorstr=#FF3a482d);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF29371c, endColorstr=#FF3a482d)";
}

#content-wrapper {
	width: 100%;
	float: left;
	clear: both;
	background: transparent;
	text-align: center;
}

#footer-wrapper {
	width: 100%;
	float: left;
	clear: both;
	background: transparent;
	text-align: center;
}

#menu-shadow {
	float: left;
	clear: both;
	width: 100%;
	height: 9px;
	background: -webkit-gradient(linear, left top, left bottom, from(#D4D7E0), to(#F4F4F4));
	background: -moz-linear-gradient(top, #D4D7E0, #F4F4F4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFD4D7E0, endColorstr=#FFF4F4F4);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFD4D7E0, endColorstr=#FFF4F4F4)";
	font-size: 1px;
}

#menu, #content, #footer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#menu ul li {
	width: auto;
	float: left;
}

#menu ul li a {
	text-decoration: none;
	text-align: left;
}

#menu ul li a:hover {
	color: #fd3;
}

.menuoption, .menuoption-active, .menuoption-last, .menuoption-last-active {
	margin: 6px 9px 7px 0;
	padding-right: 9px;
	border-right: 1px solid #666;
	color: #eee;
	font-size: 13px;
}

.menuoption-last, .menuoption-last-active {
	border-right: 0px;
}

.menuoption a, .menuoption-last a {
	color: #eee;
}

.menuoption-active a, .menuoption-last-active a {
	color: #fd3;
}

#content-left {
	margin: 20px 0 30px;
	width: 740px;
	float: left;
	clear: both;
	text-align: left;
	line-height: 1.3;
}

#content-left .tab1, #content-left .tab1list {
	margin-left: 14px;
}

#content-left .tab1list {
	font-size: 13px;
	line-height: 15px;
}

#content-left .tab2 {
	margin-left: 28px;
}

.icon {
	border-width: 0px;
	margin: 2px 2px -4px 8px;
}

.invisible {
	visibility: hidden;
}

#content-left .title, #content-left .title2 {
	width: 100%;
	font-size: 13px;
	line-height: 1.3;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

#content-left .title2 {
	font-size: 13px;
	font-weight: normal;
}

#content-left .subtitle {
	margin-top: 30px;
	font-size: 13px;
	color: #336699;
}

.eventName, .eventname {
	font-size: 15px;
	font-weight: bold;
	color: #369;
	line-height: 1.1;
	margin: 2px 0;
}

#content-left .eventName2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #ea3a00;
	margin-top: 2px;
}

.eventDate, .eventdate {
	font-size: 13px;
	color: #58b;
	font-style: italic;
}

#content-left .eventNotice {
	margin: 5px 0px 0px 14px;
}

.fileList {
	width: 740px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 9px;
	float: left;
	position: relative;
	margin-top: 5px;
}

html&gt;body .fileList {
	width: 720px;
}

.fileList table {
	width: 100%;
}

.fileList table td {
	padding: 6px;
	background: #fff;
}

.fileList table td.odd {
	background: #e0e0e0 !important;
}

.fileList table td img {
	border-width: 0px;
}

.fileListAfter {
	clear: both;
}

#content-divider {
	width: 30px;
	float: left;
	clear: none;
}

#content-right {
	width: 210px;
	float: left;
	clear: none;
	margin: 20px 0 30px;
}

.widget-wrapper {
	width: 210px;
	padding: 9px;
	background: #fff;
	border: 1px solid #ccc;
}

html&gt;body .widget-wrapper {
	width: 190px;
}

.widget-wrapper .title {
	padding: 6px 10px;
	width: 190px;
	background: #4d759d;
	color: #fbfbfb;
	font-weight: bold;
	font-size: 11px;
}

html&gt;body .widget-wrapper .title {
	width: 170px;
}

.widget-wrapper .text {
	padding: 10px;
	width: 190px;
	background: #e2e6e7;
	color: #369;
	font-size: 18px;
	font-family: georgia, sans-serif;
}

html&gt;body .widget-wrapper .text {
	width: 170px;
}

.widget-wrapper .login {
	padding: 8px 10px 8px;
	width: 190px;
	background: #eee;
}

html&gt;body .widget-wrapper .login {
	width: 170px;
}

.login a {
	color: #333;
}

.form-textfield {
	padding: 2px;
	margin: 0px 0px 2px;
	width: 170px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #bbb;
	outline: 0;
	height: 19px;
}

html&gt;body .form-textfield {
	width: 164px;
	height: 13px;
}

.form-button {
	font-family: verdana, sans-serif;
	font-size: 10px;
	border: 0;
	color: #333;
	padding: 4px 8px;
	border: 1px solid #bbb;
	margin-top: 5px;
	background: #f4f4f4;
	outline: 0;
}

.form-button-hover {
	color: #00d;
	background: #fdfdfd;
}

.foot {
	width: 210px;
	height: 15px;
	background: #e2e6e7;
	border-left: 5px solid #4d759d;
	border-right: 5px solid #4d759d;
	border-bottom: 5px solid #4d759d;
}

html&gt;body .foot {
	width: 200px;
	height: 10px;
}

.error {
	padding: 2px 0px 8px;
	font-size: 10px;
	color: #ea3a00;
	font-weight: bold;
}

.personalPicture {
	background: #fff;
	padding: 9px;
	border: 1px solid #ccc !important;
}

.button-link {
	font-family: verdana, sans-serif;
	font-size: 10px;
	border: 0;
	color: #333;
	padding: 4px 8px;
	border: 1px solid #bbb;
	margin-top: 5px;
	background: #f4f4f4;
	text-decoration: none;
	cursor: default;
	display: inline-block;
}

.button-link:hover {
	color: #00d;
	background: #fdfdfd;
}

#content-left .portadas { width: 100%; margin-top: 10px;  margin-bottom: 10px; display: inline-block; }
#content-left .portadas div { width: 25%; float: left; text-align: center; margin-bottom: 10px; }
#content-left .portadas div img { height: 220px; padding: 10px; background: #fafafa; border: 1px solid #ccc; }
</pre></body></html>