#container {
	margin: 0 auto; 
	width: 1000px; 
	height: 600px;
	background: url(../imagenes/fondo-mallas-verano.jpg) no-repeat;
	text-align: left;
}
#izquierda {
	width: 850px;
	float: left;
}
.derecha {
	width: 150px;
	float: right;
}
.derecha li {
	font-size: 14px;
	padding: 10px 0;
	list-style: none;
	letter-spacing: 1px;
}
.derecha ul {
	margin: 0 0 0 30px;
}
.derecha li a:link, .derecha li a:visited {
	color: #FFF;
	text-decoration: none;
}
.derecha li a:hover, #data h2:hover {
	color: #666;
}
#data {
	width: 100%;
	margin-top: 30px;
}
#data h2 {
	cursor:pointer;
}
#data h2.active {
	color: #666;
	cursor:pointer;
}
.derecha .atStart li {
	margin-left: 13px;
}
#logo-barocco {
	position: absolute;
	top: 440px;
	margin-left: 30px;
}
#logo-eurosol {
	margin-left: 40px;
	position: absolute;
	top: 480px;
	width: 200px;
	float: left;
	z-index: 0;
}
.clear-both {
	clear: both;
}
.caja-textos {
	width: 640px;
	margin-left: 90px;
	background: url(../imagenes/fondo-transpar.png) repeat;
	padding: 20px 30px 60px 30px;
	margin-top: 25px;
	font-size: 11px;
}
.caja-textos:after {
	content:"|"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.caja-textos h1 {
	font-size: 20px;
}
.caja-textos p {
	margin-bottom: 15px;
	margin-right: 20px;
}
.titulo {
	float: left;
	width: 155px;
}
.titulo span {
	font-size: 13px;
	font-weight: bold;
	margin-left: 15px;
}
.textos {
	float: left;
	width: 485px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 190px;
	margin-top: 10px;
	text-align: justify;
	scrollbar-face-color: #666; 
	scrollbar-highlight-color: #666; 
	scrollbar-shadow-color: #666; 
	scrollbar-3dlight-color:#666;
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-track-color:#040404; 
	scrollbar-darkshadow-color:#040404;
}
.textos h2 {
	font-size: 15px;
	margin-bottom: 15px;
}
.textos h3 {
	font-size: 12px;
	margin-bottom: 15px;
}
.textos a:link, .textos a:visited {
	color: #FFF;
	font-weight: bold;
}
.textos a:hover {
	color: #999;
	text-decoration: none;
}
.iconos {
	float: left;
	width: 530px;
	overflow-y: hidden;
	overflow-x: auto;
	height: 80px;
	scrollbar-face-color: #666; 
	scrollbar-highlight-color: #666; 
	scrollbar-shadow-color: #666; 
	scrollbar-3dlight-color:#666;
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-track-color:#040404; 
	scrollbar-darkshadow-color:#040404;
}
.iconos li {
	display: inline;
	padding-right: 3px;
}
.iconos ul {
	width: 921px;
}
.euro ul {
	width: 789px;
}
.colecc {
	padding: 10px 30px 8px 30px;
}
.para-colec {
	width: 110px;
}
#contiene-prod {
	width: 700px;
	height: 430px;
	position: absolute;
	z-index: 5;
	margin-left: 90px;
	margin-top: 20px;
	background: url(../imagenes/fondo-transpar.png) repeat;
}
#foto-izq {
	width: 360px;
	float: left;
	background: #FFF;
	height: 430px;
}
#foto-izq h2 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 10px;
}
#foto-der {
	float: right;
	width: 340px;
}
.textos li p {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.textos li {
	padding: 5px 0;
}
.textos ul ul li, .textos ul ul ul li {
	margin-left: 25px;
}
.mapa {
	height: 430px;
	position: absolute;
	z-index: 5;
}
.mapi {
	height: 400px;
}
/*------------ LIGHTBOX---------------*/
#imgGallery{
				position: absolute;
				top: 40px;
				left: 0;
				width: 100%;
				z-index: 100;
				text-align: center;
				line-height: 0;
			}
	
			#overlay
			{
				position: absolute;
				top: 0;
				left: 0;
				z-index: 90;
				width: 100%;
				height: 100%;
				background-color: #000;
				filter:alpha(opacity=60);
				-moz-opacity: 0.6;
				opacity: 0.6;
			}
			
			#imageContainer{
				position: relative;
				background-color: #fff;
				width: 250px;
				height: 250px;
				margin: 0 auto;
				padding:10px;
			}
