/* everything */
body {
	background-color:#112233; /*#e0e0e0;*/
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size:1.0em;
	margin:0 auto;
	padding:0;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border */
}

/* default element styles */
p, ul, ol, blockquote {
	font-size:0.85em;
	line-height:1.9em;
	text-align:justify;
	margin-bottom:10px;
}
a {
	color:#00264D;
	text-decoration:none;
	border-bottom:1px dotted #00264D;
}
a:hover {
	color:#1D4A76;
}
table {
	width:100%;
}
table tr th {
	background:#00264D url('images/nav-bg.png') repeat-x scroll 0 50%;
	padding:5px 10px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:2px;
	border:1px solid #00264D;
}
table tr td {
	padding:5px 10px;
	color:#333333;
	letter-spacing:1px;
	border-bottom:1px solid #dddddd;
}
table tr.alt td {
	background-color:#EFEFEF;
}
blockquote {
	font-style:italic;
	letter-spacing:1px;
	margin:15px 0 15px 30px;
	background:#ffffff url('images/quote.png') no-repeat scroll top left;
	padding:10px 0 10px 55px;
}
code {
	font-family:"Courier New", Courier, monospace;
	letter-spacing:1px;
	margin:15px 0 15px 30px;
	display:block;
	border:1px solid #dddddd;
	padding:15px 10px;
}

.labelsmall
{
		color:#999;
}

/* page wrapper */
div#wrap {
	width:96%;
	background:#ffffff url('images/header.png') no-repeat scroll top left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	margin:0 auto;
	padding:0;
}
div#header {
	/*padding:5px 20px;*/
	height: 53px;
}
div#header div#header-text {}
div#header div#header-text h1, div#header div#header-text h2 {
	padding:0;
	margin:0;
}
div#header div#header-text h1, div#header div#header-text h1 a {
	color:#00264D;
	border-bottom:none;
	font-size:1.3em;
	letter-spacing:-2px;
	line-height:1.0em;
}
div#header div#header-text h1 a span {
	color:#333333;
}
div#header div#header-text h2 {
	color:#cccccc;
	letter-spacing:-1px;
	margin-top:0px;
	font-size:1.2em;
}

/* navigation menu */
div#navigation {
	height:30px;
	background:#00264D url('images/nav-bg.png') repeat-x scroll bottom left;
	border-top:1px solid #00264D;
}
div#navigation ul {
	list-style:none;
	margin:0 10px; 
	padding:0;
	position:relative;
	top:0;
}
div#navigation ul li {
	display:block;
	float:left;
}

div#navigation ul li.selected {
	background:#ffffff url('images/item-right.png') no-repeat scroll bottom right;
	position:relative;
	top:-1px;
}
div#navigation ul li a {
	display:block;
	float:left;
	color:#ffffff;
	border-bottom:none;
	height:15px;
	font-weight:bold;
	font-size:1.05em;
	padding:0px 30px 9px;
}
div#navigation ul li:hover {
	background: transparent url('images/hover-bg.png') no-repeat scroll bottom center;
	top:-1px;
}
div#navigation ul li a:hover {
	color:#000;
	/*padding:0px 35px 9px;*/
}

div#navigation ul li.selected a {
	background:transparent url('images/item-left.png') no-repeat scroll bottom left;
	color:#00264D;
	padding:1px 20px 9px;
}

/* page content area */
div#content {
	background:#ffffff url('images/body-bg.png') repeat-x scroll top left;
	border-top:1px solid #00264D;
	float:right;
	width:100%;
	
	margin-left:-200px
}

div#wrapper {
	float:right;
	width:100%;
	margin-left:-200px;
}


/* main content area + page styles */
div#page {
  margin-left:210px;
	padding:10px;
	padding-left:5px;
	color:#555555;
}

div#page h2 {
	color:#444444;
	letter-spacing:-2px;
}
div#page h3 {
	color:#00264D;
}
div#page h5 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
	color:#333333;
}


div#fullpage {
  margin:20px;
	padding:10px;
	color:#555555;
}
div#fullpageh2 {
	color:#444444;
	letter-spacing:-2px;
}
div#fullpage h3 {
	color:#00264D;
}
div#fullpage h5 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
	color:#333333;
}



/* sidebar + sidebar styles */
div#sidebar {
	float:left;
	width:210px;
	/*padding:10px;*/
	
	color:#00264D;
	/*font-size:0.8em;*/
	/*letter-spacing:-1px;*/
		
}
div#sidebar h3 {
	/*background:transparent url('images/h3-bg.png') no-repeat scroll bottom left;*/
	color:#00264D;
	letter-spacing:0;
	font-size:1.4em;
	margin-bottom:5px;
	padding:10px 0;
	font-weight:normal;
}
div#sidebar h3 strong {
	color:#333333;
}

div#sidebar p.newsitem {
	font-size:0.82em;
	line-height:1.6em;
	margin-bottom:35px;
}
div#sidebar p.newsitem span {
	font-size:0.75em;
	text-transform:uppercase;
	color:#00264D;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#sidebar p.newsitem a.read-more-link {
	font-family:Tahoma, Arial, sans-serif;
	float:right;
	color:#999999;
	border-bottom:none;
	display:block;
	letter-spacing:1px;
	font-size:0.8em;
	padding:0 0 0 17px;
	margin:10px 0;
	background:#ffffff url('images/read-more.png') no-repeat scroll 0 50%;
}

/* footer styles */
div.footer {
	clear:both;
	padding:15px 5px;
	border-top:1px solid #dbdbdb;
	width:98%;
	margin:0 auto;
}
div.footer p {
	margin:0;
	color:#999999;
}
div.footer p a {
	color:#999999;
	border-bottom:none;
	text-decoration:underline;
}


.visible
{
	display:inline;
}

.hidden
{
	display:none;
}

div#lineas 
{
	display:none;
	margin-left: 15px;
	padding-left: 15px;
}

div#navegador 
{
	display:none;
	margin-left: 15px;
	padding-left: 15px;
}

div#map_canvas
{
	height:auto;
	min-height: 550px;
	border: 1px solid #888;
}


.jquery-safari-checkbox {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-safari-checkbox .mark {display: inline;}

.jquery-safari-checkbox img {vertical-align: middle; width: 16px; height: 16px;}
.jquery-safari-checkbox img{background: transparent url(images/safari-checkbox.png) no-repeat;}

.jquery-safari-checkbox img{
	background-position: 0px 0px;
}
.jquery-safari-checkbox-hover img{
	background-position: -16px 0px;
}
.jquery-safari-checkbox-checked img{
	background-position: 0px -16px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-hover img {
	background-position: -16px -16px;
}

.jquery-safari-checkbox-disabled img{
	background-position: 0px -32px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-disabled img{
	background-position: 0px -48px;
}

#search-wrapper 
{
	background:#EAEAEA none repeat scroll 0 0;
	border:1px solid #777;
	clear:both;
	color:#333333;
	display:none;
	margin:0 auto;
	padding:2px 0;
	text-align:center;
	width:215px;
	font-family:Arial,sans-serif;
	font-size:12px;
}