
html,
body {
    margin: 0;
    padding: 0;
	text-align: center;
    background-color: #FFF;
    /*font-family:1 'Times New Roman', Verdana, Arial, Helvetica, Sans-serif;*/
    font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 13px;
    color: #484848;
}

h1	{
    font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 19pt;
    color: #484848;
    font-weight: bold;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #484848;
}

h1.footer	{
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    text-align: right;
    border-bottom: 0px solid #000000;
	font-size: 12pt;
    float: right;
    width: 210px;
    margin-right: 10px;
    color: #FFFFFF;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 5px;
    height: 30px;
}

h2	{
    font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 14pt;
    color: #484848;
    font-weight: bold;
    font-style: italic;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3	{
    font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12pt;
    color: #484848;
    font-weight: bold;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
}

h4	{
    font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 13pt;
    color: #484848;
    font-style: italic;
    padding: 0px;
    margin: 10px;
}

#header_wrapper {
    background-image: url('../images/bg.png');
    background-repeat: repeat-x;
    background-position: top center;
    width: 100%;
    height: 170px;
}

#header {
    /*background-image: url('../images/header_bg.png');*/
    background-repeat: no-repeat;
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    height: 170px;
    overflow: hidden;
}

#menu_wrapper {
    background-image: url('../images/menu_bg.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 43px;
}

#menu {
    position: relative;
    text-align: left;
    width: 1000px;
    padding-left: 24px;
    margin: 0 auto;
    height: 43px;
    color: #FFFFFF;
    font-family: 'Lucida Sans Unicode', Verdana, Arial, Helvetica, Sans-serif;
    font-size: 15px;
    z-index: 9999;
}

#wrapper {
    text-align: left;
    width: 1000px;
    margin: 0 auto;

}

#content {
    float: left;
    background: #f0efee;
    border: 1px solid #DAD9D9;
    margin-left: 25px;
    margin-right: 15px;
    margin-top: 13px;
    text-align: left;
    width: 703px;
    padding: 10px;
    overflow: hidden;
    position:relative;
}

#content_white {
    float: left;
    margin-left: 25px;
    margin-right: 15px;
    margin-top: 13px;
    text-align: left;
    width: 703px;
    padding: 10px;
    overflow: hidden;
}

#left {
    float: left;
    text-align: left;
    width: 763px;
    overflow: hidden;
}

#right {
    float: left;
    text-align: left;
    width: 237px;
    overflow: hidden;
}

#right ul {
    list-style: none;
    margin: 0;
    margin-left: 8px;
    padding: 0;
}

#spacer {
    clear: both;
    height: 20px;
    width: 700px;
    overflow: hidden;        
}

#footer_wrapper {
    background-image: url('../images/footer_bg.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 150px;
}

#footer {
    padding-top: 10px;
    margin-left: 70px;
    text-align: left;
    width: 930px;
    margin: 0 auto;
    height: 150px;
    overflow: hidden;
}

#footer_box_left {
    padding-left: 10px;
    padding-right: 10px;
    background-image: url('../images/footer_box_left.png');
    background-repeat: no-repeat;
    float: left;
    width: 231px;
    height: 159px;
    overflow: hidden;
}

#footer_box_center {
    padding-left: 10px;
    padding-right: 10px;
    background-image: url('../images/footer_box_center.png');
    background-repeat: no-repeat;
    float: left;
    width: 331px;
    height: 159px;
    margin-left: 24px;
    margin-right: 23px;
    overflow: hidden;
}

#footer_box_right {
    padding-left: 10px;
    padding-right: 10px;
    background-image: url('../images/footer_box_right.png');
    background-repeat: no-repeat;
    float: left;
    width: 231px;
    height: 159px;
    overflow: hidden;
}


#bottom_wrapper {
    background-image: url('../images/bottom_bg.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    min-height: 125px;
}

a.memu_top_item {
    background-image: url('../images/menu.jpg');
    background-repeat: no-repeat;
    background-position: center left;
    color: #FFFFFF;
    font-family: 'Lucida Sans Unicode', Verdana, Arial, Helvetica, Sans-serif;
	font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0px;
    text-decoration: none;
}

a.memu_top_item:hover {
    background-image: url('../images/menu_over.jpg');
    background-repeat: no-repeat;
    background-position: center left;
    color: #00a651;
    font-family: 'Lucida Sans Unicode', Verdana, Arial, Helvetica, Sans-serif;
	font-size: 17px;
    text-decoration: none;
}

a.memu_top_item_selected {
    background-image: url('../images/menu_over.jpg');
    background-repeat: no-repeat;
    background-position: center left;
    color: #00a651;
    font-family: 'Lucida Sans Unicode', Verdana, Arial, Helvetica, Sans-serif;
	font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}

a.memu_top_item_selected:hover {
    background-image: url('../images/menu_over.jpg');
    background-repeat: no-repeat;
    background-position: center left;
    color: #00a651;
    font-family: 'Lucida Sans Unicode', Verdana, Arial, Helvetica, Sans-serif;
	font-size: 17px;
    text-decoration: none;
}


#referencer_cycle {
    height: 105px;
    overflow: hidden;
    text-align: left;
    width: 230px;
}

input.text {
    border: 1px solid #d5d4c8;
    height: 20px;
    width: 250px;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
    color: #484848;
}

input.required {
    border: 1px solid #d5d4c8;
    height: 20px;
    width: 250px;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
    color: #484848;
}

select.select {
    border: 1px solid #d5d4c8;
    height: 25px;
    width: 250px;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
    color: #484848;
}

input.submit {
    width: 250px;
}

textarea.textarea {
    border: 1px solid #d5d4c8;
    width: 250px;
    height: 100px;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
    overflow: hidden;
    color: #484848;
}

li {
    margin-top: 5px;
    margin-bottom: 5px;
}

td {
    vertical-align: top;
}

img {
    border-style: none;
}

table {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 13px;
    color: #484848;
}

a	{
	color: #484848;
	text-decoration:none;
}

a:hover	{
	color: #484848;
	text-decoration:none;
    text-decoration: underline;
}

a.sort {
    color: #000000;
    text-decoration: none;
}

a.sort:hover {
    color: #000000;
    text-decoration: none;
}

a.hvid {
    color: #FFFFFF;
    text-decoration: underline;
}

a.hvid:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

span.footer {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 15px;
    color: #FFF;
}

/*-------- STATEMENT SLIDESHOW ----------*/
#nav {
    height: 20px;
    margin-bottom: 5px;
    margin-top: 0px;
    overflow: hidden;
    width: 300px;
    text-align:right;
    font-family: 'Verdana', 'Lucida Grande', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #484848;
}
#nav a { margin: 0 5px; padding: 3px 5px; text-decoration: none; color: #484848; }
#nav a:hover { color: #000 }
#nav a.activeSlide { color: #000 }
#nav a:focus { outline: none; }

#nav1 {
    height: 20px;
    margin-bottom: 5px;
    margin-top: 0px;
    overflow: hidden;
    width: 300px;
    text-align:right;
    font-family: 'Verdana', 'Lucida Grande', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #484848;
}
#nav1 a { margin: 0 5px; padding: 3px 5px; text-decoration: none; color: #484848; }
#nav1 a:hover { color: #000 }
#nav1 a.activeSlide { color: #000 }
#nav1 a:focus { outline: none; }

#nav2 {
    height: 20px;
    margin-bottom: 5px;
    margin-top: 0px;
    overflow: hidden;
    width: 300px;
    text-align:right;
    font-family: 'Verdana', 'Lucida Grande', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #484848;
}
#nav2 a { margin: 0 5px; padding: 3px 5px; text-decoration: none; color: #484848; }
#nav2 a:hover { color: #000 }
#nav2 a.activeSlide { color: #000 }
#nav2 a:focus { outline: none; }

#nav3 {
    height: 20px;
    margin-bottom: 5px;
    margin-top: 0px;
    overflow: hidden;
    width: 300px;
    text-align:right;
    font-family: 'Verdana', 'Lucida Grande', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #484848;
}
#nav3 a { margin: 0 5px; padding: 3px 5px; text-decoration: none; color: #484848; }
#nav3 a:hover { color: #000 }
#nav3 a.activeSlide { color: #000 }
#nav3 a:focus { outline: none; }

.pics { height: 200px; width: 300px; padding:0; margin:0; overflow: hidden }
.pics img { height: 200px; width: 300px; padding: 0px; border: 1px solid #fff; top:0; left:0 }

/* --------- MENU ------------ */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	21px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			43px; /* match top ul list item height */
	z-index:		999;
    list-style:		none;
    margin: 0;
    padding: 0;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
    list-style:		none;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
    list-style:		none;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
    list-style:		none;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
    list-style:		none;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
    margin: 0;
    padding: 0;
}
.sf-menu a {
	padding: 		8px 15px;
    margin: 0;
    margin-top: 5px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}
.sf-menu li {
    font-family: 'Lucida Sans Unicode', Verdana, Arial, Helvetica, Sans-serif;
    font-size: 15px;
    text-decoration: none;
    margin-right: 0px;
    margin-left: 0px;
    list-style:		none;
    margin-top: 0px;
}
.sf-menu li li {
	background:		#1D62BE;
    font-family: 'Lucida Sans Unicode', Verdana, Arial, Helvetica, Sans-serif;
    font-size: 14px;
    text-decoration: none;
    margin-right: 0px;
    margin-left: 0px;
    margin: 0;
    padding: 0px;
    margin-top: -1px;
    
}
.sf-menu li li li {
	background:		#1D62BE;
    font-family: 'Lucida Sans Unicode', Verdana, Arial, Helvetica, Sans-serif;
    font-size: 14px;
    text-decoration: none;
    margin-right: 0px;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#114D9F;
	outline:		0;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.14em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* ---------- LIGHTBOX ------------ */
#SLB-Wrapper {
  margin:0.5em 0;
  margin:auto;
  font-family:'Times New Roman', Verdana, Arial, Helvetica, Sans-serif;
  text-align: left;
  position: absolute;
}

#SLB-Wrapper #SLB-Background{
  position: absolute;
  left:7px;
  top:7px;
  float:left;
}

#SLB-Wrapper #SLB-Top {
  background:transparent no-repeat scroll 100% 0;
  height:28px;
  margin:0 0 0 18px;
}
#SLB-Wrapper #SLB-Top img {
  float:right;
  border:0px;
  margin:6px 10px;
}

#SLB-Wrapper #SLB-Top div {
  background:transparent no-repeat scroll 0 0;
  font-size:0;
  height:28px;
  left:-18px;
  line-height:0;
  position:relative;
  width:18px;
}

#SLB-Wrapper #SLB-Bottom {
  background:transparent no-repeat scroll 0 43%;
  height:20px;
  margin:0 18px 0 0;
}

#SLB-Wrapper #SLB-Bottom #SLB-BottomRight {
  background:transparent no-repeat scroll 100% 43%;
  font-size:0;
  height:20px;
  right:-18px;
  line-height:0;
  position:relative;
  width:100%;
  float:right;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav, #SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
  height:52px;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav {
  background-position:0 100%;
}
#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
  background-position:100% 100%;
}

#SLB-Wrapper #SLB-Contenido {
  border-left: 7px solid #000;
  border-right: 7px solid #000;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador{
  font-size: 11px;
  color: #fff;
  height:30px;
  border-left:0px;
  border-right:0px;
  padding:10px 0px;
  margin:0;
  line-height:11px;
  float:left;
  width:100%;
}

#SLB-Wrapper #SLB-Navegador img{
  border:0px;
}

#SLB-Wrapper #SLB-Navegador strong{
  display: block;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btLeft{
  float: left;
  margin: 0 10px 0 0;
}
#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btRight{
  float: right;
  margin: 0 0 0 10px;
  position:relative;
  right:17px;
}

#print-icon {
    position: absolute;
    height: 40px;
    right: 7px;
    top: 5px;
    width: 40px;
}
