<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*========================================= 
Comment layouts
=========================================*/

div.wrap {
	text-align: center;
}

div.pagesize {
	width: 919px;
	margin: 0 auto;
	text-align: left;
}

div.module-box {
	width: 100%;
}

div.module-box div.inner {
	padding: 10px 24px;
}

div.three-boxes {
	float: left;
	width: 33.3%;
}

div.vernav {
	margin: 0;
}

div.vernav ul {
	margin: 0;
	padding: 0;
}

div.vernav li {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}

div.vernav ul li, div.vernav ul li a, div.vernav ul li, div.vernav ul li a span {
	float: left;
	display: block;
}


/*========================================= 
Layout
=========================================*/

h1.titulo{
	font-size: 70px;
	color: #000000;
	}
#header-wrap {
	background: url(../images/header_bg.gif) left top repeat-x;
	height: 86px;
}

div.banner
{
  display: block;
  margin:0 auto 0 auto;
  position: relative;
  width: 990px;
  height: 86px;
  background-image: url('../images/banner.gif');
}

h1#logo {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

h1#logo a {
	display: block;
	float: left;
	width: 252px;
	height: 78px;
	text-indent: -5000px;
	margin-left: 30px;
	#background: url(../images/logo.gif) left top no-repeat;
}

#topnav {
	margin-top: 30px;
	float: right;
}

#topnav a {
	margin-left: 8px;
}

#mainnav-wrap {
	height: 40px;
	background: url(../images/mainnav_bg.gif) left top repeat-x;
}

#mainnav {
	text-align: center;
}

#mainnav ul {
	margin: 0 auto;
	text-align: left;
}

#mainnav ul li {
	margin: 0;
}

#mainnav ul li a span {
	height: 40px;
	line-height: 46px;
	background: url(../images/mainnav_sep.gif) right top no-repeat;
	padding: 0 20px;
	font-weight: bold;
}

#mainnav ul li a#active span {
	color: #cc9900;
	font-weight: bold;
}

#container-wrap {
	background: #4e6684 url(../images/bg_rp.gif) left top repeat-x;
	height: 500px;
}

#leftcol {
	background: #4e6684 url(../images/leftcol_bg.gif) right top no-repeat;
	width: 100px;
	height: 500px;
	float: left;
}

#rightcol {
	background: #4e6684 url(../images/rightcol_bg.gif) left top no-repeat;
	width: 100px;
	height: 500px;
	float: right;
}

#maincol {
	width: 719px;
	float: left;
	height: 800px;
}

#banner {
	height: 214px;
	background: url(../images/header_nuevo.jpg) left top no-repeat;
}

#content-wrap {
	background: url(../images/main_footer.jpg) left top repeat-y;
}

#content {
	background: url(../images/main_footer1.jpg) left bottom no-repeat;
	padding: 6px 15px 35px;
}

#banner-content {
	margin: 90px 25px 0 0;
	width: 325px;
	text-align: right;
	float: right;
}

#banner {
	color: #fff;
}

#banner h1 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 8px;
}

#banner p {
	margin-top: -8px;
}

.yellow {
	color: #999966;
	font-weight: bold;
}

.f14 {
	font-size: 14px;
}

.f12{
	font-size: 12px;
	}
img.left {
	float: left;
	margin: 5px 10px 0 0;
}

#footer {
	padding: 18px 0;
	color: #000;
	font-size: 11px;
	text-align: center;
}

div.inner {
	padding: 36px 12px;
	color: #fff;
}

</pre></body></html>