/*
Theme Name: Promoción
Theme URI: http://pellegrin.com.uy/
Description: Plantilla original para promociones PELLEGRIN BOUTIQUE GOURMET
Version: 1.0
Author: Camilo Rivero
Tags: fixed width, two columns

Pellegrin_2009 by Gonzalo Linares || http://cebra.com.uy
Modified by Camilo Rivero || http://cebra.com.uy
*/

body { background: transparent url('images/body-bg.jpg') repeat top left; }

.promocion h2 { font-size: 130%; text-align: center; }

#pedido { 
	background-color: #FDF2DC; 
	border: 1px solid #EECEB5; 
	bottom: 40px; 
	display: block; 
	left: 2%; 
	padding: 10px; 
	position: fixed; 
	width: 250px; 
}
* html #pedido { position: absolute; }
#pedido h2 {text-align: left;}

table#productos,
table#productos tr { margin: 0; padding: 0; }

table#productos th {
	color: #efefef;
	font-size: xx-small;
	font-weight: 100;
	text-align: center;
}

table#productos col#imagen  { width:90px; }
table#productos col#precio { font-weight: 900; width:90px; }

table#productos td { border-bottom: 2px solid #FDF2DC; margin: 0; padding: 12px 5px; }

table#productos strong { font-size: 110%;}
table#productos img { border: 3px solid #EED352; }

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{
	position: absolute;
	background-color: #FDF2DC;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{
visibility: visible;
top:-90px;left:-90px;
}
