/*************************** botones con imagenes**********************/


/**************************************************************
	Image Menu
	v 2.2
**************************************************************/
#imageMenu {
	overflow: hidden;
	position: relative;
	width:252px;
	height:418px;
	
}

#imageMenu ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding:0px;
	width: 252px;
	

}

#imageMenu ul li a {

    /*background:#FFFFFF none repeat scroll 0%;*/
	/*border: 0px solid #FFFF00;*/
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:252px;
	height:30px;
	/*border:3px solid #9900CC;*/
}



.clear {
	clear: both;
}

/*************************************************************/

/********************css para menu superior************************************/

img{ border: 0pt; }

#bottom_div{
width: 550px;
height: 150px;
background-color: #b9d1ea;
clear:both;
}

#vista_toolbar {
float:left;
font:normal 12px 'Trebuchet MS','Arial';
margin:0;
padding:0;
width:100%;
}

#vista_toolbar ul {
background-image:url(/images/v2008/universal_collection/back.png);
background-repeat:repeat-x;
float:left;
line-height:32px;
list-style:none;
margin:0;
padding:0 15px 0 15px;
width:97%;
}

#vista_toolbar li {
display:inline;
padding:0;
}

#vista_toolbar a {
color:#FFF; /* need because it will use default link color */
float:left;
padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;
}

#vista_toolbar a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

#vista_toolbar a span img {
border:none;
margin:8px 4px 0 0;
}

/* show picture when mouse over link */
#vista_toolbar a:hover{
background: url(/images/v2008/universal_collection/left.png) no-repeat left center;
}

#vista_toolbar a:hover span {
background:url(/images/v2008/universal_collection/right.png) no-repeat right center;
}

#vista_toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}



/**************Posiciona las imagenes que seran intercambiadas*********************/

#content {
	/*border:1px solid blue;*/
	width:200px;
	height:131px;
	position:relative;
}
#content img {
	position:absolute;
}


/***********Estilos de menu de colores MAC*************/

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 32px;
	background: url(/images/v2008/universal_collection/botones/dock-bg2.png);
	background-color: #FFFFFF;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 32px;
	background: url(/images/v2008/universal_collection/botones/dock-bg.png);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 90px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}



#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;
			}
			
			img{
				border:none;
			}
