html { min-width: 747px; }

/* Base */

img	{	border: 0; }
div.both { clear: both;}

/* Layout */
body	{
	margin: 0;
	padding: 0;
	border: 0;	
	background: #E0EBF5 url('img/bg_body.gif') center repeat-y;
	color: #663;
	font: small/1.4 "Lucida Grande", "Bitstream Vera Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-align: center;
	}
		

div#wrapper	{
	color: #333;
	background: #fff;
	width: 742px;
	border-top: 4px solid #0C5AA4;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

div#content 	{
	padding: 0;	border: 0;	margin: 0;
	width: 510px;
	float: left;
}

html>body div#content {
	/* Para los de Opera */
	margin: 0;
	}

div#sidebar	{
  float: right;
	margin: 0; /* 525px */
	padding: 0;
	width: 212px;
	border: 0;
	}

div#footer	{
	clear: both;
	border: 0;
	border-top: 3px solid #0C5AA4;
	background: #E9F4FF;
	color: #0C5AA4;
	padding: 5px 0;
	margin: 10px auto 5px;
	}
	
div#footer p	{
	background: transparent;	
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 50px;
	}

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #1275d3;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #f66;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #1275d3;
	background: transparent;  
	}

div#content p a:link, div#content p a:visited {
	text-decoration: underline;
	} 

div#content p a:hover {
	text-decoration: none;
	} 
	
div#onlogo {
 display: none;
 clear: both;
 text-align: left;
 margin: 10px;
}	

#header { display: block; text-align: left;	background: #fff;	padding: 3px 10px; margin: 0;	height: 90px; }

#header h1 {
  float: left;
	text-indent: -5000px;
	background: transparent url('img/vpn_logo.gif') left top no-repeat;
	width: 200px;
	height: 90px;
}
#header p.slogan	{
  display: block;
  float: left;
	text-indent: -5000px;
	background: #fff url('img/vpn_slogan.gif') left top no-repeat;
	width: 510px;
	height: 90px;
	margin: 0;
	padding: 0;
}
#header p { display: none; margin: 0; padding: 0; }
#header p.lang { 
 z-index: 2; 
 position: relative; 
 left: 570px;
 top: -93px; 
 display: inline;
}

/* Tipografias */

h1, h2, h3, h4 { padding: 0; margin: 0; }	

p	{	margin: 0 0 1em 0; line-height: 140%; }
	
	
/* navlist */
ul#tabnav {
  clear: both; 
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0 10px;
	background: transparent url(img/bg_menubar.gif) no-repeat;
}

#tabnav li {
	display: block;
	height: 30px;
	float: left;
	margin: 0 1px 0 0;
	text-align: center;
}

#tabnav a {
  font: 10px verdana;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 89px; 
}

#tabnav a:link, #tabnav a:visited {
 color: #fff;
 text-decoration: none;
}

#tabnav a:hover, #tabnav li.selected {
 color: #fff;
 background: #6b90d2 url(img/bg_menubar_hover.gif) repeat-x 50% 0;
 text-decoration: none;
}

#pathbar {
 text-align: right;
 border: 1px solid #eee;
 margin: 10px 0;
 padding: 3px 5px;
}

/* sections */

#featuredSections, #Sections {
	padding: 1px 0;
}

#featuredSections .section {
	display: block;
	background: url(img/bg_fs.gif) no-repeat;
	margin: .5em 0;
	padding: 10px 0 0 0;
	width: 510px;
}
#featuredSections .icon {
	display: inline;
	float: left;
	height: 82px;
	margin: 0 15px 0 10px;
	width: 82px;
}
#featuredSections .description {
	display: inline;
	float: left;
	width: 380px;
}

#featuredSections .sectionClose {
	background: url(img/bg_fs2.gif) no-repeat bottom left;
	clear: both;
	display: block;
	height: 9px;
	font-size: 0;
}
#featuredSections p {
	margin: 0;
	padding: 0;
}
#featuredSections h3 {
	background: #fbfbfb url(img/bl3.gif) no-repeat 0 .45em;
	border: none;
	color: #ed5f5f;
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0;
	width: 360px;
	padding: 0 0 0 15px;
}

/* sidebar */
#sidebar div.item {
	background: #fff url(img/bg_sidebaritem.gif) no-repeat 0 10px;
	clear: both;
	padding: 10px 0 0 0;
	position: relative;
}
#sidebar p {
	background: url(img/bg_sidebarp.gif) no-repeat bottom left;
	padding: 0 12px 12px 12px;
}
#sidebar h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 12px 12px 0 12px;
}
#sidebar a:link,
#sidebar a:visited,
#sidebar a:hover,
#sidebar a:active {
	background: none;
	border: none;
	display: inline;
	float: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#sidebar h4 a:link,
#sidebar h4 a:visited,
#sidebar h4 a:hover,
#sidebar h4 a:active {
	font-weight: bold;
}

/* VIATGES */

div.aaa { text-align: center; color: #fff; background: #FF9834; font-weight: bold; padding: 3px; margin: 20px 0 0px; }
div.bbb { text-align: center; color: #4A5236; background: #EBF6CE; /*D6EB9A;*/ border-bottom: 2px solid #CCE77C; /*#BEDF5D;*/ font-weight: bold; padding: 3px; margin: 20px 0 0; }
div.bbb img { padding: 5px; background: #fff; border: 1px solid #BEDF5D; margin: 0 auto; }
div.ttt { border: 1px solid #9ECC9E; background: #DCFFDC; color: #586658; padding: 5px; margin: 20px 0 10px; line-height: 150%; }
div.ccc { color: #FF9834; font-weight: bold; padding: 5px; margin: 5px 0; }
div.ddd { color: #FFBF80; font-weight: bold; padding: 5px; margin: 5px 0; }
div.rrr { width: 90px; text-align: center; color: #fff; background: #D9A8D0; font-weight: bold; padding: 5px; margin: 5px 0; }
div.mmm { text-align: center; color: #fff; background: #FF9834; font-weight: bold; padding: 3px; margin: 20px 0 0px; }
div.ppp { text-align: center; color: #000; background: #FFCC99; font-weight: bold; padding: 5px 3px; margin: 0px 0 15px; }
div.nnn { border: 1px solid #9ECC9E; background: #DCFFDC; color: #586658; padding: 5px; margin: 20px 0 10px; line-height: 150%; }

p { line-height: 150%; }


/* sections */

#Sections {
	padding: 1px 0;
}

#Sections .section {
	display: block;
	background: url(img/bg_fs.gif) no-repeat;
	margin: .5em 0;
	padding: 10px 0 0 0;
	width: 510px;
}

#Sections .description {
	display: inline;
	float: left;
	width: 450px;
	padding: 0 10px 0 30px;
}

#Sections .sectionClose {
	background: url(img/bg_fs2.gif) no-repeat bottom left;
	clear: both;
	display: block;
	height: 9px;
	font-size: 0;
}
#Sections p {
	margin: 0;
	padding: 5px 5px 7px 15px;
}
#Sections h3 {
	background: #fff url(img/bl3.gif) no-repeat 0 .45em;
	border: none;
	color: #ed5f5f;
	font-size: 1.2em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 0 15px;
}	

#Sections h4 {
	border: none;
	color: #ed5f5f;
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 0 15px;
}

#Sections img { padding: 5px; background: #fff; border: 1px solid #333; margin: 0 auto; }
#Sections img:hover { padding: 5px; background: #fff; border: 1px solid #ccc; margin: 0 auto; }

div#temporada { position: relative; top: 0; left: 0; width: 720px; font-size: 12px; text-align: right; color: #c30; font-weight: bold; }
