body{
	background-image: url(images/linea-roja.jpg);
	background-color: #ffffff;
	background-repeat: repeat-x;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

#contenedor{
	position: static;
	height: 100%; 
	width: 100%;
	border: 0px;
	padding-top: 0px;
	text-align: left;
}

#menu{
	position: static;
	height: 300px; 
	width: 200px;
	border: 0px;
	float: left;
	margin-top: 300px;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

#tabla-menu{
	font-family: Verdana;
	font-size: 16px;
}

#contenedor-envoltorio{
	position: absolute;
	height: 800px;
	width: 1000px;
	padding-left: 0px;
	margin-left: 0px;
	border: 0px;
}

#envoltorio{
	position: static;
	height: 800px; 
	width: 800px;
	background-color: #ffffff;
	border: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	float: left;
}

#cabecera{
	position: static;
	height: 200px; 
	width: 100%;
	border: 0px;
	background-image: url(images/cabecera.jpg);
}

#situacionMenu{
	position: static;
	height: 100px; 
	width: 800px;
	border: 0px;
}

#cuerpo{
	position: static;
	height: 500px; 
	width: 740px;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	border: 0px;
	margin: 0px auto 0px auto;
}

#cuerpo2{
	position: static;
	height: 500px; 
	width: 740px;
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	border: 0px;
	margin: 0px auto 0px auto;
}

#texto-central{
	position: static;
	height: 270px; 
	width: 368px;
	border: 0px;
	float: left;
}

#imagen-tienda{
	position: static;
	height: 270px; 
	width: 368px;
	border: 0px;
	float: left;
}

#localizacion{
	width: 250px;
	float: left;
	text-align: center;
}

.cuadro-blanco{
	height: 16px;
	width: 10px;
	background-image: url(images/cuadro-blanco.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.cuadro-rojo{
	height: 16px;
	width: 10px;
	background-image: url(images/cuadro-rojo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.tdmenu{
	width: 140px;
}

a, a:visited, a:hover{
	color: #000000;
	text-decoration: none;
}

a:hover{
	font-size: 18px;
}

input, select{
	font-weight: bold;
	font-family: Arial;
	color: #6E6E6E;
	height: 25px;
	font-size: 16px;
}

textarea{
	height: 200px;
	width: 446px;
	font-weight: bold;
	font-family: Arial;
	color: #6E6E6E;
	font-size: 16px;
	overflow: auto;
}

/***************lightbox**************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }