/**
 * CSS Stylesheet para el desplegado individual de cualquier producto.
 *
 * @copyright Copyright 2007-2008 Soluciones Inteligentes en TI y Comunicaciones, S. de R.L. de C.V.
 * @version $Id: product_info.css 12 2007-01-07  Ing. Samuel Sosa $
 */
 
/* Propiedades para: "Productos generales" */
span.precio_general {color: #000066; font-size: 14px;}
div.descripcion {color:#000066; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold }
span.titulo {}
span.cuerpo {}
span.adicional {color:#000066; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal }
span.dateAvailable {color:#ED182A; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold }

table.general {width: 100%; background-color: #999999; border-spacing: 1px}
tr.general {}
td.general {height: 25px; vertical-align: middle; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color:#000099 }
p.general {color:#000066; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold }
h2.productGeneral {font-family:Arial, Helvetica, sans-serif; font-weight: normal;}
h3.titulo {font-family:Arial, Helvetica, sans-serif}
li.sublist {margin-left: 1em; list-style: none;}

