/*
Title:      Qualiter master styles for screen media
Author:     jandropoch, CW
Updated:    May 29 2006
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1 {
	color: #FFFFFF;
	margin: 0 0 0 110px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5C3F87;
	font-size: 3em;
	margin: 0;
}
h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;
}
p {
	font-size: 0.9em;
}
object {
	margin-bottom: 20px;
}
img {
	padding: 1px;
	border: #CCCCCC 1px solid;
}
a {
	color: #5C3F87;
}
hr {
	clear: both;
	visibility: hidden;
}
ul{
	clear: both;
}

/*
heder
*/
#header {
	background: url(../images/logo-qualiter.gif) no-repeat #5C3F87;
	height: 31px;
	padding-top: 19px;
}
/*
content
*/
#content {
	width: 460px;
	float: left;
	padding-left: 35px;
}
#content img{
	margin: 0 20px 15px 0;
}
/*
menu
*/
#menu {
	float: left;
	margin-left: 20px;
	color: #FFFFFF;
}
#menu a{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#menu a:hover{
	text-decoration: underline;
}
#menu ul{
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
}
#menu li{
	padding-bottom: 5px;
}
#menu-middle {
	width: 118px;
	background: url(../images/menu-middle.gif) repeat-y;
}
#menu-top{
	background: url(../images/menu-top.gif) no-repeat;
	width: 118px;
	height: 16px;
}
#menu-bottom{
	background: url(../images/menu-bottom.gif) no-repeat;
	width: 118px;
	height: 15px;
}
/*
footer
*/
#footer {
	text-align: right;
	clear: both;
	padding-right: 20px;
	margin-bottom: 20px;
}
#footer img{
	border: 0;
}
/*
navigation
*/
#navigation {
	display: none;
}
/*
mapa
*/
#mapa {
	padding: 20px;
}
/*
instalaciones
*/
#instalaciones {
	background: url(../images/background-div.gif) no-repeat;
	height: 200px;
	width: 100%;
	margin-bottom: 20px;
}
/*
form
*/
input {	
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {	
	font-size: 1em;
	width: 288px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label {
	float: left;
	width: 100px;
}

.address {
	font-size: 0.7em;
	border-top: solid #5C3F87 1px;
	color: #5C3F87;
	padding-top: 10px;
	margin: 50px 0 20px 0;
}
.stretcher {
	font-size: 0.8em;
}
.stretcher2 {
	font-size: 0.8em;
}

/*
lightbox
*/
#lightbox{
	position: absolute;
	top: 40px;
	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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
.disponible {
	color: #009900;
}
.nodisponible {
	color: #FF0000;
}	