body {
margin: 0px;
padding: 0px;
font-family: Verdana, helvetica, sans-serif;
font-size: 14px;
color: #666666;
background-image: url(bg.jpg); 
text-align: left;
}
table {
font-family: verdana, helvetica, sans-serif;
font-size: 14px;
text-align: left;
color: #666666;
}

A:link {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
A.dark:link {
	color: #ffffff;
	text-decoration: none;
}

A.dark:visited {
	color: #ffffff;
	text-decoration: none;
}

A.dark:active {
	color: #ffffff;
	text-decoration: none;
}

A.dark:hover {
	color: #cccccc;
	text-decoration: none;
}
TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #3399CC;
}
SPAN.price{
	text-shadow: 0.0em 0.1em 0.2em black;
	font-size: 14px;
	COLOR:#003366;
	font-family: Arial, Helvetica, sans-serif;
}
SPAN.extracurr{
	text-shadow: 0.0em 0.1em 0.2em black;
	font-size: 14px;
	COLOR:#003366;
	font-family: Arial, Helvetica, sans-serif;
}

DIV.prodname{
text-align:center;
text-shadow: 0.0em 0.1em 0.2em black;
font-size: 12px;
COLOR:#003366;
}

#imagen {
	background-color: #ffffff;
	position: relative;
	top: 0px; 
	width: 0px;}
 
/*ocultamos la imagen tamaño real*/
#imagen a .t-real {
	width: 1px; /*dimensionamos a 1px de ancho */
	height: 1px; /*y 1px de alto */
	border: 0px;
	display: block;
	position: absolute; /*la posicionamos fuera de la parte visible de la pantalla */
	left: -1px;
	top: -1px;
}
 
/*quitamos el borde a las imagenes */
#imagen a img {
	border: 0;
}
 
/*propiedades del thumbnail */
#imagen a.img-link, #imagen a.img-link:visited {
	background: #FFFFFF;
	width: 20px; /*ancho imagen pequeña*/
	height: 20px; /*ancho imagen pequeña*/
	border: 0px solid #000000;
	display: block;
	text-decoration: none;
}
 
#imagen a.img-link:hover {
	background-color: #000000;
	color: #000000;
	text-decoration: none;
}
 
/*mostramos imagen tamaño real */
#imagen a.img-link:hover .t-real {
	height: 100px; /*alto imagen tamaño real*/
	width: 200px; /*ancho imagen tamaño real*/
	border: 1px solid #000000; /*borde imagen tamaño real*/
	display: block;
	position: absolute; 
	left: 20px; /*posición con relación al tamaño de la imagen pequeña thumbnail*/
	top: -3px; 
 
}
 

