#folletos {  /*************************** folletos home ********************************/
  float:right;
  clear:right;
	margin:0 2px;
	_margin:0 2px 0 1px;
  width:500px;
  background:transparent url(/images/bg_box_xl.gif) left bottom repeat-x;
  border:1px solid #e1e1e1;
}
	#folletos h1 {
		padding:10px;
		background:#eeeeee url(/common/pi/privada/imagenes/iconos/globe.gif) 5px center no-repeat;
		color:#555555;
		font-weight:bold;
		font-size:11px;
		padding-left:24px;
	}

    #folletos ul {
      padding-left:10px;
    }
        #folletos ul li {
          float:left;
					position:relative;
					margin:7px 0;
        }
            #folletos ul li a {
              font-size:10px;
              display:block;
              width:75px;
              text-align:center;
              text-decoration:none;
              margin-right:11px;
              color:#666666;
            }
                #folletos ul li a img {
                  margin-bottom:3px;
                }
                    #folletos ul li a span.listado_folletos_titulo {
											position:absolute;
											left:1px;
											bottom:0;
											padding:0 3px 3px 3px;
											width:67px;
											background-color:#000000;
											filter: alpha(opacity=90);
											-moz-opacity: 0.9;
											-khtml-opacity: 0.9;
											opacity: 0.9;
											color:#ffffff;
                      display:block;
                      height:18px;
                      overflow:hidden;
                    }
                    #folletos ul li a span.listado_folletos_nombre_proveedor {
                      display:none;
                    }

#folletos_listado_completo h2 {
	background-color:#f1f1f1;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:10px 15px;
	.padding:5px 15px 10px 15px;
	clear:both;
}
#folletos_listado_completo ul li {
	float:left;
}
		#folletos_listado_completo ul li a {
			text-align:center;
			margin:10px;
			padding:8px;
			font-size:10px;
			color:#666666;
			line-height:100%;
			height:140px;
			width:74px;
			display:block;
			overflow:hidden;
			border:1px solid #eeeeee;
			background-color:#ffffff;
		}
		#folletos_listado_completo ul li a:hover {
			margin:9px;
			border:2px solid #bb0000;
			background-color:#f6f6f6;
		}
				#folletos_listado_completo ul li a img {
					border:1px solid #e1e1e1;
					display:block;
					margin-bottom:4px;
				}

#folletos_detalle {
	margin:20px;
}
