@charset "utf-8";
/* CSS Document */

div#productos-left{ float:left; width:22%}
div#productos-right{ float:right; width:75%}

/*Menus*/
#menuProductos{}
#menuProductos li{ padding:1em .8em; border-top:1px dashed #ccc}
#menuProductos li > a {font-size:1.2em; line-height:1.2em; text-decoration:none; color:#333}
#menuProductos li > a:hover { color:#000}
#menuProductos li.first-item{ border-top:0}
#menuProductos li.active {  background:#f6f6f6 }
#menuProductos li.active a{ font-weight:bold;}

