@charset "utf-8";
/* CSS Document */
@import url("global.css");
#resumen{
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;
	overflow-x:none;
}
#producto{
	position:relative;
	float:left;
	width:200px;
	height:120px;
	border:#333333 solid 1px;
	left:5px;
	top:5px;
	margin-left:10px;
	margin-bottom:10px;
}
#foto{
	position:relative;
	float:left;
	width:77px;
	height:67px;
	top:5px;
	left:10px;
}
#foto:hover{
	cursor:pointer;
}
#info{
	position:relative;
	float:left;
	width:110px;
	height:67px;
	top:10px;
	text-align:justify;
	left:5px;
}
#productoTitulo{
	position:relative;
	width:100%;
	font-size:12px;
	text-align:center;
	background:#000000 url(../_design/opciones-bkg.png) repeat-x;
	color:#FF6600;
	height:27px;
}
#productoTexto{
	position:relative;
	top:5px;
	width:100%;
	text-align:center;
	letter-spacing:2px;
}
#producto p{
	text-align:justify;
	text-align:center;
	font-weight:bold;
}
#infoGral{
	display:none;
}
#mensajes caption{
	font-size:16px;
	color:#000033;
}
#busqueda{
	position:relative;
	height:90px;
}
