/* 
  ------------------------------------------------------------------------------------- Top elements
*/
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 80%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background: #F4F3F3 scroll;
	text-align: center;		
}

/* 
  ------------------------------------------------------------------------------------- Liks
*/
a { background: inherit; color: #72A545; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* 
  ------------------------------------------------------------------------------------- Titles
*/
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #65944A; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

h1, h2, h3 {
	margin: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

p {
	margin: 10px 15px;
	text-align: justify;
}

/* 
------------------------------------------------------------------------------------- Table
*/
table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

tr {
	height: 30px;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}

tr.footer {
	font-size: 0.9em;
	background: #EFEFEF;
}

td.footer {
	font-size: 0.9em;
	text-align: right;
}

tr.with-background, td.with-background {
	font-size: 0.9em;
	background: #EFEFEF;
}

/* 
  ------------------------------------------------------------------------------------- Sidebar
*/

.sidebar {
	color: #68774A;
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}	

.sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #68774A;
}

.sidebar h3 {
	margin: 10px 15px;
	color: #68774A;
}

.sidebox {
	background: #FFF url(background/gradientbg.jpg) repeat-x;
	border: 1px solid #65944A;
	margin-top: 5px;
	color: #555;
}

.tab-space {
	margin-left: 10px;
}

/* 
  ------------------------------------------------------------------------------------- Layout
*/
#header-languages, #content, #footer-content {
	width: 780px;
}

#header-content {
	width: 810px;
}

/* 
  ------------------------------------------------------------------------------------- Headers
*/
#header {
	height: 100px;
	min-width: 810px;
	background: #FFF url(background/bg.jpg) repeat-x scroll;
	text-align: left;	
}

/* 
  ------------------------------------------------------------------------------------- Language headers
*/

#header-languages {	
	margin: 0 auto; padding: 0;
	position: relative;
}

#header-languages ul {
	position: absolute;
	right: 0px; top: 2px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}

#header-languages li {
	display: inline;
}

#header-languages li img {
	width: 15px; height: 9px;
	padding: 0;	

	float: right;
	margin: 0 0 2px 2px; 
	overflow: visible; 
	display: block;

	border: 1px solid #DADADA;
	background: #FAFAFA;
}

#header-languages li img.float-right {
	margin: 5px 0px 5px 15px;  
}

#header-languages li img.float-left {
  margin: 5px 15px 5px 0px;
}

/* 
  ------------------------------------------------------------------------------------- Images
*/

#header-languages li img#current-flag {
	width: 20px; height: 13px;
}

/* #header-languages li a:active, */
#header-languages li a:hover {
	width: 20px; height: 13px;
	background-position: 0 -108px;
}

/* #header-languages li img:active, */
#header-languages li img:hover {
	width: 20px; height: 13px;
	background-position: 0 -108px;
}

/* 
  ------------------------------------------------------------------------------------- Contents Tabs
*/
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}

#header-content h1#logo {
	position: absolute;	
	font: bold 45px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content .slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	left: 10px;
}
	
#header-content h2#direccion {
	top: 55px;
}
#header-content h2#telefono {
	top: 70px;
}

#header-content ul {
	position: absolute;
    right: 0px; top: 69px;
    font: bold 'Trebuchet MS', sans-serif;
    font-variant: small-caps;
    color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #65944A;
	color: #FFF;
}
#header-content li a.current-tab  {
	background: #65944A;
	color: #FFF;
}

/* 
  ------------------------------------------------------------------------------------- Contents
*/
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* 
  ------------------------------------------------------------------------------------- Tabs-Contents
*/
#content-tabs {
	height: 70em;
	overflow: hidden;
}

.tabs {
	height: 51em;
}

/* 
  ------------------------------------------------------------------------------------- Main
*/
.main {
	float: left;
	width: 68%; 	
	margin: 0 0 10px 0; padding: 0;	
}
.main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
.main ul li {
	list-style-image: url(bullet.gif);
}

.post {
	margin-top: 5px; padding: 0;
	background: #FFF url(background/gradientbg.jpg) repeat-x;
	border: 1px solid  #65944A; 
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
/*
  ------------------------------------------------------------------------------------- La Casa

  ------------------------------------- Slide Show Images
*/
#galleryContainer{
	position:relative;
	overflow:hidden;
		
	margin: 0 auto 0 auto;
	width: 760px;
	height: 110px; /* Altura de las imágenes + 2 */
	padding: 5px 5px 5px 5px; 
}

#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding: 3px;
}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding: 3px;		
}

#theImages{
	position:absolute;
	height:108px;
	left:40px;
	width:100000px;
}

#theImages #slideEnd{
	float:left;
}

#theImages img {
	float:left;
	padding:1px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	border:0px;
}

/*
  ------------------------------------- Show hi-res Images
 */
 
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
	background: url(lightbox/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(lightbox/nextlabel.gif) right 15% no-repeat; 
}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData {	
	padding:0 10px; 
	color: #666; 
}

#imageData #imageDetails { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#imageData #caption { 
	font-weight: bold;	
}

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			

#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;	
}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/*
  ------------------------------------- Nube de tags
 */
#cloud { 
	margin: 0; 
	padding: 5px; 
}
#cloud li { display: inline; }

#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }

#cloud a span {
	display: none;
	padding: 5px;
	margin-left: 8px;
	width: 150px;
	font: normal 10px 'Trebuchet MS', Tahoma, sans-serif;
}

#cloud a:hover span {
	display: inline;
	position: relative; 
	background: #fff;
	border: 1px solid #ddd;
	border-top: medium solid #777;
	color: #555;
	font: normal 10px 'Trebuchet MS', Tahoma, sans-serif;
}

/* 
  ------------------------------------------------------------------------------------- Contactos
*/
.blank4Opera {
	margin: 0 auto;
	width: 760px;
	padding: 5px 5px 5px 5px; 
	background: #F4F3F3 url(NONE) no-repeat center;	
}

form {
	margin:10px 15px; padding: 0;
	border: 2px solid #f2f2f2; 
	background-color: #EFEFEF;  
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}

textarea {
	width:700px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

input.button { 
	margin: 0; 
	font: bold 1em "Trebuchet MS", Tahoma, sans-serif; 
	background: #FFF url(background/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
	cursor: pointer;
}

#infoEnvio {
	text-align: center; 
	padding: 0; 
	border: 1px solid  #65944A; 
	font: bold 1em 'Trebuchet MS', Tahoma, sans-serif; 
	background-color: #EFEFEF;
}

/* 
  ------------------------------------------------------------------------------------- Cómo llegar
*/
#como_llegar {
	width: 96%;
}

.googleMaps {
	margin:10px auto; 
	border: 1px solid  #65944A;
	font: normal 90%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
}

.distancias {
	height: 4em;
	margin: 10px auto; 
	padding: 0;
	background: #FFF url(background/gradientbg.jpg) repeat-x;
	border: 1px solid  #65944A;
}

#llegarDesde  {
	height: 2.5em;
	margin: auto; 
	padding: 5px 5px 5px 5px; 
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA;
	font-size: 0.9em;
	vertical-align: middle;
}
	
#llegarDesde input.button { 
	font: bold 1em "Trebuchet MS", Tahoma, sans-serif; 
	background: #FFF url(background/gradientbg.jpg) repeat-x; 
	color: #333;	
	border: 1px solid #DADADA;	
	cursor: pointer;
}


#dondeEstamos {
	height: 45em;
	margin: auto; 
	padding: 5px 5px 5px 5px; 
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
} 

#ruta {
	height: 16em;
	margin:10px auto; 
	padding: 5px 5px 5px 5px; 
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA;
	overflow: scroll; 
	border: 1px solid  #65944A;
}
 
/* 
  ------------------------------------------------------------------------------------- Que hacer
*/
.tab-space ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.distancia a {
	background-repeat: no-repeat;
	background-position: 0% 3px;
	padding: 3px 0 10px 20px;
	margin: .4em 0;
}

.tab-space ul.distancia {
	background-image: url("../images/icons/distancia.png");
	background-position: 0 3px;

	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

.tab-space a.caminoSantiago {
	background-image: url("../images/icons/shell.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0 1px 20px;
	margin: .4em 0;
}
 
.tab-space a.estella {
	background-image: url("../images/icons/escudoEstella.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0 1px 20px;
	margin: .4em 0;
}

.tab-space a.none {
	margin: 0;
	padding: 0;
}


.distancia a.logronio {
	background-image: url("../images/icons/escudoLogronio.png");
}

.distancia a.pamplona {
	background-image: url("../images/icons/escudoPamplona.png");
}

.distancia a.trufa {
	background-image: url("../images/icons/bag.png");
}

.distancia a.nature {
	background-image: url("../images/icons/Tree.png");
}

.distancia a.agua {
	background-image: url("../images/icons/wave.png");
}

.distancia a.paseo {
	background-image: url("../images/icons/compass.png");
}

.distancia a.aves {
	background-image: url("../images/icons/pool-bird.png");
}

.distancia a.romane {
	background-image: url("../images/icons/romane.png");
}

.distancia a.medieval {
	background-image: url("../images/icons/torreon.png");
}

.distancia a.iglesia {
	background-image: url("../images/icons/iglesia.png");
}

/* 
  ------------------------------------------------------------------------------------- Footer
*/
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {	
	font: normal 80%/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #777;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;	
}

.validated {
	border: 0;
	width: 60px;
	height: 21px
}

/* 
  ------------------------------------------------------------------------------------- Aligment classes
*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }
.align-center {	text-align: center; }

/* 
  ------------------------------------------------------------------------------------- Additional classes
*/
.clear { clear: both; }
.gray  { color: #BFBFBF; }



