<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {padding: 0; margin: 0;}
@font-face { fernanada:}
body {
margin:0 auto;
background:url(../images/bg_2.png);
}
header, section, footer, aside, nav, article, figure { display: block;}
header{
width:100%;
height:88px;
background:url(../images/bg.png);

}

header h1, header h2 {
color:#FFF;
font:normal 22pt 'Arial';
padding:45px 0 5px 50px;
float:left;
}

header h1 b{
color:#a7d563;
}

header h2{
padding:3px 3px 3px 3px;
background-color:#d44040;
margin-left:50px;
font-size:18px;
clear:both;
font-weight:bold;
margin-top:8px;
}

.logobox{
width:270px;
height:64px;
float:right;
margin-right:50px;
}

.logoboxtext {
float:left;
}

.logoboxtext a{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFF;
float:left;
text-decoration:none;
padding-top:26px;
}

.logobox img{
border:none;
float:right;
margin-top:5px;
}

nav {
margin: 10px auto 0 auto;
width: 920px;
height:35px;
margin-right:50px;
}

nav ul{
list-style:none;
text-align:right;
}

nav ul li{
font:bold 12pt 'arial';
padding-left:6px;
display:inline;
}

nav ul li a, nav ul li a:hover{
color:#525252;
text-decoration:none;
}

nav ul li a:hover{
color:#999;
}

article{
width:90%;
margin:auto;
background-color:#FFF;
height:435px;
overflow:visible;

}

article p{
color:#666;

font:bold 11pt 'arial';
border-top:1px solid #666;
/*border-bottom:1px solid #666;*/
padding:9px 0 9px 3px; 
}

ul.month{
list-style:none;
margin:2px 0 8px 0;
text-align:left;
padding:0;
padding-top:4px;
padding-left:3px;


}
ul.month li{
display:inline;
font:normal 14pt 'arial';
padding:0;
}

ul.month li a, ul.month li a:hover{
color:#d44040;
text-decoration:none;
}
ul.month li a:hover{
text-decoration:underline;
}

section {
width:25%;
height:310px;
float:left;
padding-bottom:10px;
background-color:#FFF;


}
section img{
width:100%;
height:240px;
border:none;


}

section h3{
font:bold 11pt 'arial';
text-align:left;
padding: 0 2px 0 2px;
}

section h3 a, section h3 a:hover{
text-decoration:none;
color:#666;
} 


section a, section a:hover{
color:#D44040;
text-decoration:none;
font:bold 10pt 'arial';
}
section a:hover{
text-decoration:underline;
}

 
.cleafix{
clear:both;
}

footer{
	background-color: #333;
	width:100%;
	text-align:center;
	padding: 5px 0;
	
}

footer p, footer p a, footer p a:hover{
	color: #FFF;
	text-align: center;
	font:normal 8pt 'arial';
	text-decoration:none;
}

footer p a:hover{
color:#999;
}
</pre></body></html>