/* Archivo CSS para elgranado.es versión screen, projection
Autor: Antonio Casas
web: antoniocasas.es
email: web@antoniocasas.es */

body {
	background-color: #ffff88;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../img/fondo2.png);
	background-repeat:  repeat-x;
	background-position: 0px 0px;
	color: #666666;
}

p {
	font-size: .9em;
	text-align: justify;
}

body p em {
	font-style: italic;
}

.phone {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

img {
 	border: none;
}

h1 {
	font-size: 1.2em;
	color: #abc64e;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;

}

h2 {
	font-size: 1.05em;
	color: #abc64e;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}

h3 {
	font-size: 1.01em;
	color: #abc64e;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}

ul {
	margin:0;
	padding-left: 1.5em;
}
ul li { 
	padding-left: .2em;
	}
	
ul.second {
	list-style-type: circle;
}

table th:hover {
	background: #FFFF66;
}

.prices {
	border-spacing: 1px;
	border: 1px solid #000;
	border-collapse: collapse;
	background-color: #FFFF99;
}

#wrapper{
	width: 930px;
	margin: 0 auto;
	top: 0px;
	position: absolute;
}

/*cabecera*/
#head {

	height: 150px;
	width: 100%;
	background-image: url(../img/arbol.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#menu2 {
	height: 20px;
	width: auto;
	left: 350px;
	top: 130px;
	position: absolute;
	z-index: 1;
}



#menu2 a:link, #menu2 :active,#menu2 a:visited {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #cdeb8b;
	text-decoration: none;
}

#menu2 a:hover {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #EBF8D1;
	text-decoration: none;
}

#flags {
	left: 350px;
	top: 5px;
	position: absolute;
	height: auto;
	width: auto;
	z-index: 1;
}

#alhambra {
	left: 630px;
	position: absolute;
	width: 263px;
	height: 150px;
	background-image: url(../img/alhambra.png);
	background-repeat: no-repeat;
	z-index: 0;
}

/*Menú*/
#menu {
	height: 30px;
	width: auto;	
	padding: .2em 0 0 220px;
}

#menu a:link, #menu a:visited, #menu a:active {
	letter-spacing: 0.01em;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff7400;
	text-decoration: none;
	margin-right: 0.2em;
}

#menu a:hover {
	letter-spacing: 0.01em;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D55500;
	text-decoration: none;
	margin-right: 0.2em;
}

/*izquierda*/
#left {
	float: left;
	width: 210px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	height: 200px;
	margin-top: 10px;
	padding: 150px 0px 0px 0px;
}

	/*hostelbookers*/
	
div#hostelbookers{border:1px solid #FFFFFF;padding:5px;width:190px;font-size:11px;}
select.hb247sel{font-size:11px;color:black;background-color:#FFFFFF;}
table#hb247form{display:none;} td.hb247label{display:none;}

tr#hb247city {display:none;}
tr#hb247nights select{width:180px;}
tr#hb247date select{width:58px;}
input#hb247button {font-size:11px;color:black;background-color:#ECE9D8;width:180px;}

/*contenido*/
#content {
	float: left;
	width: 720px;
}
#content #principal {
	float: left;
	width: 500px;
}


#content #secondary {
	float: left;
	width: 170px;
}

#principal {
	padding: 10px;
}

#secondary {
	padding-left: 20px;
	padding-top: 20px;
}


/*pie*/

#footer {
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #abc64e;
}

#footer a:link, #footer a:visited, #footer a:active {
	letter-spacing: 0.02em;
	font-size: .8em;
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	letter-spacing: 0.02em;
	font-size: .8em;
	color: #666666;
	text-decoration: none;
}

/*para el javascript de las imagenes*/

#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(../img/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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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;
	}
	
