#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }
img{ border: none;
	background-color:Transparent;}

#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(imagenes/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(imagenes/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(imagenes/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;
	}
.TextoBarra
{
	background-color: white;
	color: black;
	font-size: x-small;
	font-family: Arial;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.TextoBarra:hover
{
	font-weight: bold;
	font-size: x-small;
	padding-bottom: 2px;
	border-bottom: darkgreen solid;
	font-family: Arial;
	background-color: white;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
}
.TextoG2
{
	background-color: white;
	color: black;
	font-size: small;
	font-family:Helvetica;
}
.TextoG2:hover
{
	background-color: #dfdfdf;
	color: black;
	font-size: small;
	font-family: Helvetica;
}
.TextoG3
{
	background-color: white;
	color: green;
	font-size: small;
}

.tituloP{
	background-color: white;
	color: #404040;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	font-family: Arial;
}
.tituloP2
{
	background-color: white;
	color: #404040;
	font-size: small;
	font-family: Helvetica;
}
caption
{
	background-color:black;
	color:silver;
	font-weight: bold;
	font-size: medium;
	font-family: Arial;
}
.caption
{
	background-color:black;
	color:silver;
	font-weight: bold;
	font-size: medium;
	font-family: Arial;
}

table
{
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	border-top-style:none;	
	}
.MenuItem{
	font-family: Arial;
	font-size: small;
	background-color: #B2B2B2;
	color: black;
	text-transform: uppercase;
}
.MenuItem1{
	font-family: Arial;
	font-size: small;
	background-color: Black;
	color: White;
}
.MenuItem2
{
	font-family: Arial;
	font-size: small;
	background-color: white;
	color: green;
	width: 100%;
	font-weight: bold;
	text-align: left;
}

.MenuSelected
{
	font-family: Arial;
	font-size: small;
	background-color: #404040;
	color: White;
	text-transform: uppercase;
}
.MenuHover
{
	font-family: Helvetica;
	font-size: small;
	background-color: #2D8816;
	color: White;
	text-transform: uppercase;
}
a {
	color: black;
}
legend{
	background-color: Black;
	color: White;
	font-family: Helvetica;
	font-weight: bold;
	font-size: small;
	width: 100%;
}
.tituloGS2
{
	font-weight: bold;
	font-size: small;
	color: #404040;
	font-style: italic;
	font-family:  Helvetica;
	text-align: center;
}
.titulo
{
	background-color: black;
	color: White;
	font-family: Helvetica;
	font-weight: bold;
	font-size: small;
	width: 100%;
	text-align: center;
}
.SubMenuItem{
	background-color: white;
	color: black;
	font-size: small;
	font-family: Helvetica;
	width: 100%;
}
.HoverMenuItem
{
	font-weight: bold;
	font-size: x-small;
	vertical-align: baseline;
	color: red;
	font-family: Helvetica;
	text-align: left;
}
.SelectedMenuItem
{
	font-weight: bold;
	font-size: small;
	color: red;
	font-style: italic;
	font-family: Helvetica;
	text-align: center;
}
.tituloCaption
{
	color: white;
	font-family: Helvetica;
	background-color: red;
	text-align: center;
	font-size: medium;
	font-weight: bold;
}

.plaintable
{
	font-family: Helvetica;
	background-color: white;
	color: Black;
	font-size: small;
}
.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup
{
    text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:300px; 
    height:100px;
}
.HeaderVerde
{
	font-weight: bold;
	font-size: medium;
	color: white;
	font-family: Helvetica;
	background-color: #8ccd33;
}
.CargandoImg
{
	background-position: left top;
	background-image: url(imagenes/loading.gif);
	background-repeat: no-repeat;
	font-family: Helvetica;
}
.NombreProducto{
	font-family: Helvetica;
	font-size: smaller;
	font-weight: bold;
	font-style: italic;
}
.PuntosProducto{
	font-family: Helvetica;
	font-size: smaller;
	font-weight: bold;	
}
.redH {
	 color:#DC002A;
	 text-decoration: none;
	 font-family:Arial;
	 font-size: large;
	 font-weight: bold; 	
}
.TituloGrandeP{
	font-family: Arial;
	font-weight: bold;
	font-size: x-large;
	color: White;
	background-color: #DC002A;
	border: none;
}

.TituloPeque{
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
	color: White;
	background-color: #DC002A;	
	border: none;
}
.TituloPeque2{
	font-family: Arial;
	font-weight: bold;
	font-size: small;
	color: White;
	background-color: #DC002A;	
	border: none;
}