<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {background-color:#bababa; color:#000;}
a {color:#000;}
a:hover, a:active, a:focus {color:#e58119;}

/* ----------------------------------------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------------------------------------- */

#main {background-color:#fff;}
#header #nav span, #subnav span {color:#cfcfcf;}
#header #nav strong, #subnav strong {color:#e58119;}
#promo {background-color:#dfdfdf;}

/* ----------------------------------------------------------------------------------------------------------
Page: Homepage
---------------------------------------------------------------------------------------------------------- */

.cols3, .content {background:#e9e9e9;}
.cols3 .col h2 {background:#e58119; color:#fff;}
.cols3 .col h2 a {color:#fff;}

/* ----------------------------------------------------------------------------------------------------------
Page: Subpage
---------------------------------------------------------------------------------------------------------- */

#title {border-top:5px solid #e58119; color:#000;}
.content .box-01 {border:1px solid #cfcfcf; background:#f9f9f9;}

.content table.bez {border:0px;}
.content table.bez td {border:0px;}

.content table {border:3px solid #cfcfcf;}
.content table th, .content table td {border:1px solid #dfdfdf;}
.content table th {color:#e58119;}
.content table tr.odd td {background-color:#f9f9f9;}
.content table tr.odd1 td {background:#e58119; color:#fff;}
.content dt {color:#e58119;}

/* ----------------------------------------------------------------------------------------------------------
Others
---------------------------------------------------------------------------------------------------------- */

.input {border:1px solid #bfbfbf;}
.input-submit {border:1px solid #9BDC00; border-right:1px solid #537700; border-bottom:1px solid #537700; background:#e58119; color:#fff;}

/* only for gallery template*/
#gallery{
	margin-top:5px;
	overflow:hidden;
	width:100%;
}
#gallery a{
	display:block;
	float: left;
	margin-right:42px; margin-bottom:20px;
	padding: 6px 6px 6px 6px;
	background-image:url(../design/galeria1.jpg)
}
#gallery a.thumb {width:160px; height: 106px;}
#gallery a:visited{
    background-color:#ABABAB;
}
#gallery a:hover, #gallery a:active{
	background-color:#bfbfbf;
	background-image:url(../design/galeria2.jpg)
}
#gallery img{
	display:block;
	margin:0 auto;
	max-width: 160px;
	max-height: 106px;
}</pre></body></html>